Forum Replies Created

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

  • 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" 😉

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

    do you have windows firewall enabled on the secondary server?

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

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

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

    Duran (9/24/2014)


    Hey Guru's,

    Lets say you have DB's log shipping from A to B in stand-by-mode so the DB are readable inbetween the apply log jobs. Is it possible to then...

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

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

  • RE: Linked servers in 2 different domains

    certainly using SQL Server auth, using Windows auth will require assistance from a domain administrator

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

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

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