Forum Replies Created

Viewing 15 posts - 4,456 through 4,470 (of 9,241 total)

  • RE: Problem in Configuring Mirroring

    Try refreshing the connections

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

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

  • RE: Dear All this post is about logshipping DC- DR Drill [switch over and switch back (or)failover and failback ]

    I agree with Robert, avoid re mapping unless necessary. Create the login with the correct SID, this script is also useful for generating CREATE LOGIN ... statements from a source...

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

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

  • RE: SQL Server doesn't see Data drive

    Yes

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

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

  • RE: SQL Server doesn't see Data drive

    Which storage driver are you using

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

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

  • RE: SQL Server doesn't see Data drive

    Hmm ghetto default for Windows 2012 is to set up the disk as GPT when laying the partition down, I'll need to dig into this a little more when I...

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

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

  • RE: 2nd Live Copy

    mike 57299 (12/11/2012)


    Hi -

    Log backups are 30 min everyday between 8am and 6pm. Once the t-log has been restored - it will be deleted.

    I want to write or...

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

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

  • RE: Discrepancy Between sys.dm_os_performance_counters and DBCC SQLPERF(logspace)

    have you run a log backup since removing the extra log file?

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

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

  • RE: how to create a sql login and add to database user which already exists

    It's deprecated but still usable in SQL Server 2008 R2 and it's a one liner. As follows

    USE [real]

    GO

    EXEC sys.sp_change_users_login 'Auto_Fix', 'appp', NULL, 'somepassword'

    GO

    Then just use

    EXEC sp_addsrvrolemember 'appp', 'bulkadmin'

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

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

  • RE: Problem in Configuring Mirroring

    shohelr2003 (12/11/2012)


    Is there any security issue? Please let me know.

    Yes, hence why you should use certificates!! See more on NTLM and passthrough authentication at this link.

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

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

  • RE: 2nd Live Copy

    mike 57299 (12/10/2012)


    That is why I want to have a script to restore it each night.

    your script will need to restore and recover the following each night

    • full backup
    • any...

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

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

  • RE: Problem in Configuring Mirroring

    see this link for configuring mirroring using certificates.

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

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

  • RE: SQL SERVER 2012 CLUSTERING

    vijayjain347 (12/10/2012)


    Sql server 2012(Standard edition) and windows server 2012(Standard edition) will support AlwaysOn High Availability ???

    You will need SQL server 2012 Enterprise edition.

    vijayjain347 (12/10/2012)


    Windows server 2008 R2 (Enterprise Edition) and...

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

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

  • RE: How to rename a SQL Server 2005 Failover Clustered instance

    In failover cluster manager, expand the virtual network name resource and the virtual IP resource will be there.

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

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

  • RE: 2nd Live Copy

    mike 57299 (12/10/2012)


    Yes, the data in a writable state is a must. That is why mirroring and log shipping won't work.

    Mike

    It wasn't stated hence my question, now that we...

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

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

  • RE: move db files to another directory

    sqlfriends (12/10/2012)


    Perry Whittle (12/5/2012)


    Stopping sql server is a bit like using a sledge hammer to crack a nut. You only need to take the database offline as follows

    ALTER DATABASE mydb...

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

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

  • Viewing 15 posts - 4,456 through 4,470 (of 9,241 total)