Forum Replies Created

Viewing 15 posts - 6,001 through 6,015 (of 9,244 total)

  • RE: Find database name with corresponding certificate name in sql server 2008

    sqldba4u (2/10/2012)


    Is there any way or t-sql to find database name with corresponding certificate name in sql server 2008? I am referring with respect to TDE mechanism.

    Thanks.

    Here you go

    USE [YourDB]

    selectdb_name(dek.database_id)...

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

    "Ya can't make an omelette without breaking just a few eggs" πŸ˜‰

  • RE: SQL 2005 SP 4 Upgrade on Win 2k3 in Veritas Cluster

    Yes, fail all instances to one node.

    Go into VCS cluster console and for all cluster groups place them into Freeze-Temporary

    Once this is done reboot all passive nodes and then run...

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

    "Ya can't make an omelette without breaking just a few eggs" πŸ˜‰

  • RE: Using and Creating Mount Points in SQL Server

    kellithompson (2/7/2012)


    Nevermind. I finally got it working. Because of the failover cluster, I want to use high safety w/o auto failover (synchronous), right?

    Offhand i'm not entirely certain, what...

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

    "Ya can't make an omelette without breaking just a few eggs" πŸ˜‰

  • RE: Mirroring issue

    Ok, which ports are you using for principal, mirror, witness?

    what did this mean below

    saidapurs (2/7/2012)


    3):I am able to do telnet 5022 but β€œtelnet SQLServerName 5023? not happening.

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

    "Ya can't make an omelette without breaking just a few eggs" πŸ˜‰

  • RE: Mirroring issue

    Let's start with basics

    do the SQL server services on each instance run under the same domain account or a different domain user account?

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

    "Ya can't make an omelette without breaking just a few eggs" πŸ˜‰

  • RE: change the allocation unit size and partition offset of the drives on active active node clusters

    sql2k8 (2/7/2012)


    you have to check for stripe unit size/ file allocation unit size and partition offset/stripe unit size

    if these values are not integer then the disks are not aligned

    Could you...

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

    "Ya can't make an omelette without breaking just a few eggs" πŸ˜‰

  • RE: change the allocation unit size and partition offset of the drives on active active node clusters

    sql2k8 (2/7/2012)


    when i format the disks the data will be gone from the disks .

    Backup the data first??? πŸ˜‰

    sql2k8 (2/7/2012)


    when i am doing this do i have to leave...

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

    "Ya can't make an omelette without breaking just a few eggs" πŸ˜‰

  • RE: change the allocation unit size and partition offset of the drives on active active node clusters

    sql2k8 (2/7/2012)


    with the minimal impact on the current running cluster

    There is no minimal impact. To change these you must delete and re create the partitions, period.

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

    "Ya can't make an omelette without breaking just a few eggs" πŸ˜‰

  • RE: Move 2005 System DB Files in Clustered Instance

    hayden_jones (2/7/2012)


    Cluster sandbox would be lovely, but won't happen any time soon. We're a big shop. Stuff happens slow or never happens at all. I couldn't get...

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

    "Ya can't make an omelette without breaking just a few eggs" πŸ˜‰

  • RE: Restore SQL 2000 DB in SQL 2005

    ssa2010 (2/7/2012)


    friends,

    If any problems when restore sql 2000 db in sql 2005

    and

    ...

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

    "Ya can't make an omelette without breaking just a few eggs" πŸ˜‰

  • RE: Database copy for reporting

    You're pretty much limited with your current config. SQL Server 2008 R2 Express edition may be one way of overcoming this. There's no log shipping or mirroring but you'll certainly...

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

    "Ya can't make an omelette without breaking just a few eggs" πŸ˜‰

  • RE: Mirroring issue

    saidapurs (2/7/2012)


    Hi Perry,

    I am getting same error...

    Thanks & Regards

    Satish Saidapur

    You're getting an error running the following against your witness instance?????

    select * from sys.database_mirroring_endpoints[/Code]

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

    "Ya can't make an omelette without breaking just a few eggs" πŸ˜‰

  • RE: Mirroring issue

    saidapurs (2/7/2012)


    Hi,

    All updates from PRIMARY instance......

    Thanks & Regards

    Satish

    Execute the query you were given against the witness instance and post back the results

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

    "Ya can't make an omelette without breaking just a few eggs" πŸ˜‰

  • RE: Mirroring issue

    saidapurs (2/7/2012)


    5): Mirroring655362642TCP4 DATABASE_MIRRORING0STARTED03ALL13NEGOTIATE01RC4.

    Which instance is this result set from?

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

    "Ya can't make an omelette without breaking just a few eggs" πŸ˜‰

  • RE: Mirroring issue

    Have you created and configured the mirroring endpoint on the witness instance?

    How are you adding the witness, via the GUI or T-SQL?

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

    "Ya can't make an omelette without breaking just a few eggs" πŸ˜‰

Viewing 15 posts - 6,001 through 6,015 (of 9,244 total)