Forum Replies Created

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

  • RE: Cluster SQL Server 2012 installation - any tips?

    RVO (12/13/2012)


    We are planning to install SQL Server 2012 Enterprise on cluster

    in two weeks.

    Anybody done this?

    Yes, I have

    RVO (12/13/2012)


    If yes, maybe any heads-up, any tips?

    The installer is pretty much...

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

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

  • RE: DBCC Commands

    DBCC CHECKDB would be one of the most common if you're smart 😉

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

    "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 ]

    Believe me, there's nothing difficult about the script i gave you above

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

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

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

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