Forum Replies Created

Viewing 15 posts - 7,186 through 7,200 (of 9,244 total)

  • RE: sql server userid and password are stored in which db.

    The following will get you login names, SIDs and hashed passwords

    select name, sid, password_hash from sys.sql_logins

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

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

  • RE: differential backup failed without any additionl error info

    check the sql server log again carefully, if the backup command failed it will be in there!

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

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

  • RE: Add group in sql 2008 rc

    if all the instances are registered under a SQL Server 2008 central management instance use the following query to add the group and assign sysadmin privileges

    CREATE LOGIN [domain\group] FROM WINDOWS

    EXEC...

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

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

  • RE: SQL 2008R2 CLuster won't come online during install

    the virtual network name already exists, ping it and see if it replies.

    If it doesn't and to proceed and use this network name, delete the computer account from AD and...

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

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

  • RE: Power Outage SQL SERVER 2008 FAILOVER CLSUTER ON Windows Server 2008 r2

    Group or application it amounts to the same thing. Either way I would do what I posted above 😉

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

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

  • RE: Unable to take backup to C drive

    for XP Home, boot into safe mode to set share\folder permissions via the share and security tabs and then reboot normally

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

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

  • RE: SQLServer installation Error - 64 Bit

    are you attempting to add a node to an existing clustered instance of sql server?

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

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

  • RE: Power Outage SQL SERVER 2008 FAILOVER CLSUTER ON Windows Server 2008 r2

    AK1516 (3/31/2011)


    We have the SQL SERVER 2008 fail over Cluster installed on the Windows Server 2008 r2.There is Power outage to upgrade the system inn data center i.e The boxes...

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

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

  • RE: Set up Database mirroring on instance using a non dafult port

    what port numbers have you assigned to the mirroring endpoints on the principal and mirror instances

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

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

  • RE: MSDTC Cluster issue

    Brandie Tarvin (3/30/2011)


    Perry,

    I appreciate the help you're trying to give me, but you're giving advice based on incorrect assumptions about my setup. This might be because I'm not stating it...

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

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

  • RE: difference between standby and read-only

    A database that is set as read_only is exactly that, can only be read no backups may be rstored. To write to the database you would need to perform

    ALTER DATABASE...

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

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

  • RE: change service account

    annasql (3/31/2011)


    But we use that the same service account on another server,

    yes and that wil be fine, the service account is only disabled for use inside the sql server instance...

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

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

  • RE: UPdate service pac in sql 2008 cluster

    launch the service pack installer and install on each passive node. Once this is done, Fail over the active node so it becomes passive and patch that.

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

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

  • RE: How do I keep SQL users and passwords in sync in a log shipping configuration?

    Hi

    i use BCP to dump syslogins to a file, copy it to DR server and then import

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

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

  • RE: change service account

    annasql (3/30/2011)


    but I see it will also disable the old service account.

    see http://msdn.microsoft.com/en-us/library/ms345578.aspx

    But we do want to keep the old login for other server's access. How can we make this...

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

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

Viewing 15 posts - 7,186 through 7,200 (of 9,244 total)