Forum Replies Created

Viewing 15 posts - 2,911 through 2,925 (of 9,244 total)

  • RE: Database mirroring query

    For clarity here's the orignal question

    zedtec (9/26/2014)


    Hi,

    I just wanted to ask, if mirroring is set up over a WAN and the internet connection between the sites goes down how does...

    -----------------------------------------------------------------------------------------------------------

    "Ya can't make an omelette without breaking just a few eggs" 😉

  • RE: Restoring the Database

    kevaburg (9/26/2014)


    What happens if I perform a backup over the network and I have an outage?

    It will fail and you'll need to restart the backup from the beginning

    -----------------------------------------------------------------------------------------------------------

    "Ya can't make an omelette without breaking just a few eggs" 😉

  • RE: Database mirroring query

    zedtec (9/26/2014)


    Hi,

    I just wanted to ask, if mirroring is set up over a WAN and the internet connection between the sites goes down how does this affect database mirroring?

    depends on...

    -----------------------------------------------------------------------------------------------------------

    "Ya can't make an omelette without breaking just a few eggs" 😉

  • RE: How to compare settings of two DB servers?

    query the sys.configurations catalog on each server to compare the server level settings

    Select name, value_in_use from sys.configurations

    -----------------------------------------------------------------------------------------------------------

    "Ya can't make an omelette without breaking just a few eggs" 😉

  • RE: Many VLF and always on availability group performance

    i would certainly start by resolving the VLF issue first, in fact when the VLF count gets over a 1000 sql server starts to alert in the error log that...

    -----------------------------------------------------------------------------------------------------------

    "Ya can't make an omelette without breaking just a few eggs" 😉

  • RE: Database and Server Roles

    the fixed database and server roles are exactly that, so no you cant.

    You may edit any server or database roles that you create

    -----------------------------------------------------------------------------------------------------------

    "Ya can't make an omelette without breaking just a few eggs" 😉

  • RE: Help with Mirroring 2 databases (no witness)

    On the Principal drop the endpoint

    --drop endpoint

    DROP ENDPOINT PrincipalEndpointName

    On the principal, create the windows login for the mirror instances svc account

    --Create login

    CREATE LOGIN [yourdomain\themirrorsvcuser] FROM WINDOWS

    Create the endpoint

    CREATE ENDPOINT PrincipalEndPoint

    STATE=STARTED...

    -----------------------------------------------------------------------------------------------------------

    "Ya can't make an omelette without breaking just a few eggs" 😉

  • RE: Help with Mirroring 2 databases (no witness)

    oskargunn (9/26/2014)


    This command: GRANT CONNECT ON ENDPOINT....

    results in the following error: Cannot grant, deny, or revoke permissions to sa, dbo, entity owner, information_schema, sys, or yourself.

    Should I use a...

    -----------------------------------------------------------------------------------------------------------

    "Ya can't make an omelette without breaking just a few eggs" 😉

  • RE: Log shipping and Mirroring. Real word opinons please.

    Duran (9/25/2014)


    I think what you are saying is start mirroring then apply log shipping, I had read the article before, but I am already log shipping, that's what make the...

    -----------------------------------------------------------------------------------------------------------

    "Ya can't make an omelette without breaking just a few eggs" 😉

  • RE: Help with Mirroring 2 databases (no witness)

    No there isnt a default port but the endpoint is set to 5023 so why are you telnetting to a different port?

    -----------------------------------------------------------------------------------------------------------

    "Ya can't make an omelette without breaking just a few eggs" 😉

  • RE: Max Length of AD Names for Security

    SQLJocky (9/24/2014)


    Does anyone know definitely what the maximum usable character length is for AD objects (users and security groups) to be added as Logins for SQL Server? We want...

    -----------------------------------------------------------------------------------------------------------

    "Ya can't make an omelette without breaking just a few eggs" 😉

  • RE: Help with Mirroring 2 databases (no witness)

    ok, the endpoint is using port 5023!!!!

    -----------------------------------------------------------------------------------------------------------

    "Ya can't make an omelette without breaking just a few eggs" 😉

  • RE: Help with Mirroring 2 databases (no witness)

    oskargunn (9/25/2014)


    I've also tried to telnet from primary site to mirror site, and that works.

    on what ports?

    It will also help if you can confirm whether or not there are any...

    -----------------------------------------------------------------------------------------------------------

    "Ya can't make an omelette without breaking just a few eggs" 😉

  • RE: Configure Clustered MSDTC on Windows 2008 R2

    sandeepkumart (9/24/2014)


    Is it possible to configure active/passive sql server cluster instance with the same ipaddress of msdtc?

    No, the installer checks the IP address to ensure it is not in use....

    -----------------------------------------------------------------------------------------------------------

    "Ya can't make an omelette without breaking just a few eggs" 😉

  • RE: Help with Mirroring 2 databases (no witness)

    oskargunn (9/25/2014)


    No, firewall is disabled on mirror site.

    ok what about a secondary firewall, as previously suggested attempt a telnet to the port from the principal server

    -----------------------------------------------------------------------------------------------------------

    "Ya can't make an omelette without breaking just a few eggs" 😉

Viewing 15 posts - 2,911 through 2,925 (of 9,244 total)