Forum Replies Created

Viewing 15 posts - 2,626 through 2,640 (of 9,244 total)

  • RE: Determine Which Server is Currently Active for Availability Groups

    JoshDBGuy (12/9/2014)


    Perry Whittle (12/9/2014)


    JoshDBGuy (11/26/2014)


    So will this also work,

    if (select ars.role

    from sys.dm_hadr_availability_replica_states ars

    where ars.is_local = 1) = 2

    begin

    raiserror ('This is not the primary replica.',2,1)

    end

    Work from where, where will this be...

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

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

  • RE: TDE on Mirrorring database....

    Never applied TDE to a mirror, cant see why this won't work though

    You'll need to create a database master key on each instance if one doesn't already exist.

    Once this is...

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

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

  • RE: Database encryption Question

    the certificate is stored in the master database and can be used for all databases or you could have multiple server certs and use different ones to secure DEKs within...

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

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

  • RE: Determine Which Server is Currently Active for Availability Groups

    JoshDBGuy (11/26/2014)


    So will this also work,

    if (select ars.role

    from sys.dm_hadr_availability_replica_states ars

    where ars.is_local = 1) = 2

    begin

    raiserror ('This is not the primary replica.',2,1)

    end

    Work from where, where will this be running from? Did...

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

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

  • RE: Another VM Sertup Question With SAN

    JoshDBGuy (12/9/2014)


    So he created multiple LUNS for our environments.

    yes but are they dedicated for the VM or has the ESX admin created an ESX data store on them?

    JoshDBGuy (12/9/2014)


    For...

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

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

  • RE: SSL and Certificates in SQL Server 2008 R2

    the certificate is applied and the encryption is enabled in sql server configuration manager instance wide. The certificate is stored in the machines local store.

    If you want to use policy...

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

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

  • RE: HA with one node across the ocean

    What HA are you thinking of using?

    The scenario i used was log shipping a large database from UK to USA.

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

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

  • RE: SSL and Certificates in SQL Server 2008 R2

    alex.sqldba (12/9/2014)


    Good Morning Folks,

    I am a bit confused by certificates and SSL in SQL Server.

    Are they one and the same thing?

    For example one can create a certificate in sql server...

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

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

  • RE: HA with one node across the ocean

    i've done it before, it may take a short while but you only need the initial full to start any HA. Just remember to factor into any reinitialisation scenario the...

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

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

  • RE: Equal Data file size question.

    getting your mates to ask the same question are you??

    http://www.sqlservercentral.com/Forums/Topic1642361-391-1.aspx

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

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

  • RE: Equal sized data files?

    snomadj (12/8/2014)


    When adding an extra data file to a database, is there any (performance / backup / any other related) benefit to adding one of the same size?

    I...

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

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

  • RE: how to resolve ip conflict error while sql server clustering

    something on your network has the same IP address as another resource, make a check of all IPs in use

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

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

  • RE: HA with one node across the ocean

    how good is the link between the sites?

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

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

  • RE: SQL 2012 backup compression vs compression offered by 3rd party tools

    dmoldovan (11/18/2014)


    I'm in charge with the backup/recovery procedure for a ~35GB database. I'm taking a daily full database backup WITH COMPRESSION. The .bak file size from the backup WITH COMPRESSION...

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

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

  • RE: Reporting Services through IIS

    all site management is performed through Reporting Services Configuration manager. You'll need to setup appropriate dns entries and then apply the host header values on the virtual directory config in...

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

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

Viewing 15 posts - 2,626 through 2,640 (of 9,244 total)