Forum Replies Created

Viewing 15 posts - 2,701 through 2,715 (of 9,241 total)

  • RE: AlwaysOn ReadIntent via SSMS not routing?

    Would check your replica names if i were you, seems you're using O and not 0 in some of the replica names and that's likely why it fails

    ALTER AVAILABILITY GROUP...

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

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

  • RE: AlwaysOn ReadIntent via SSMS not routing?

    assuming you're sorted now??

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

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

  • RE: Clustering

    Firstly, why are you using a disk based quorum?

    How many nodes are in the cluster?

    Are they geographically dispersed?

    To remove the quorum disk, reconfigure the quorum type with failover cluster manager...

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

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

  • RE: How to Move database restoring mode to standby mode in logshipping

    HanShi (11/24/2014)


    Specify the last LOG file in a new RESTORE command and use the "STANDBY = undo_file_name" option instead of the NORECOVERY. The LOG file to use can be the...

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

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

  • RE: Does changing the service account update the NTFS permissions?

    the sql server ntfs permissions are secured by the use of either local groups in ealier versions of windows or by virtual server accounts for Windows 2008 on. As the...

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

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

  • RE: SQL Server has encountered 1 occurrence(s) of I/O requests taking longer than 15 seconds

    incidentally is this an iSCSI storage system or FC?

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

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

  • RE: Failing over a SQL Cluster Instance

    PhilipC (8/7/2014)


    Perry Whittle (8/7/2014)


    If you plan a failover, always stop your application services first. Why intentionally rip the database from under the app when you could have a clean shutdown...

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

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

  • RE: Restoring Using t-sql 2012 database

    run them in same query window as that has the single connection

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

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

  • RE: Opinions on 2014 vs 2012 for a small database? (LONG post)

    Wayne West (11/21/2014)


    Perry Whittle (11/21/2014)


    If you're talking transparent database encryption then Exprsss edition is not going to provide this. It's an Enterprise feature only

    I will not deploy Express for something...

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

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

  • RE: Restoring Using t-sql 2012 database

    are you running the restore within the same window as the prvious commands?

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

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

  • RE: Opinions on 2014 vs 2012 for a small database? (LONG post)

    If you're talking transparent database encryption then Exprsss edition is not going to provide this. It's an Enterprise feature only

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

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

  • RE: Restoring Using t-sql 2012 database

    Maddave (11/21/2014)


    There is still one or more connections to the database. Exec sp_who2 and look to see what connections are connected to your database.

    Not if this completed successfully

    USE [master]

    ALTER...

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

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

  • RE: Questions on TDE Implementation 2008R2

    Siberian Khatru (11/21/2014)


    1. How does switching TDE on affect the backup set(s) for a database?

    Once TDE is enabled in the database all backups will be dependant upon the certificate...

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

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

  • RE: Backup Encryption 101

    sminar (11/21/2014)


    Can anyone point me to a simple summary of the new backup encryption? I've found a small handful of articles, but apparently I have some sort of mental block...

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

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

  • RE: Restoring Using t-sql 2012 database

    plamannkathy (11/21/2014)


    --Step 2 in the full recovery model restore is to restore the last full backup

    USE [master]

    RESTORE DATABASE [TESTFULL] FROM DISK = N'TESTFULL_FULL_20141120_190322.bak'

    WITH FILE = 1, NORECOVERY,...

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

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

Viewing 15 posts - 2,701 through 2,715 (of 9,241 total)