Viewing 15 posts - 3,646 through 3,660 (of 9,253 total)
Once you add the new disks you must add them as a dependency to the SQL Server service cluster resource, this will require a restart of the clustered service
January 27, 2014 at 6:08 am
bpc0n335 (1/24/2014)
I realize this was an ancient post, but I also noticed that the last login date associated with your profile here on SQLServerCentral is fairly recent, so I...
January 27, 2014 at 6:06 am
Just about all the mainstream 3rd party backup products (SQLBackup, Litespeed, etc) offer backup encryption and can be used in conjunction with compression. Something which is currently limited natively.
Given the...
January 27, 2014 at 4:58 am
IgorMi (1/27/2014)
I'm making a change of the database properties, so enabling ALLOW_SNAPSHOT_ISOLATION to ON. I'm doing this only once, i.e. I'm checking for the property snapshot_isolation_state in sys.databases.
Than within...
January 27, 2014 at 4:54 am
squeekz01 (1/26/2014)
I am looking for help with writing what some may find as a basic query... I need to be able to scan all tables in my database for...
January 27, 2014 at 4:48 am
bugg (1/26/2014)
To allow the current log to...
January 26, 2014 at 3:04 pm
Firstly, DONT TYPE IN CAPS, its extremely rude 😉
To shrink the log file the first step you have accomplished, setting recovery to simple. Next issue the following
DBCC SHRINKFILE (Logfilename,...
January 26, 2014 at 2:39 am
IT researcher (1/22/2014)
1)I have a database which grows about 300 MB every...
January 24, 2014 at 7:15 pm
You need to specify a suitable offline time to run the Sqlio comands,
January 24, 2014 at 7:08 pm
Mani-584606 (1/24/2014)
January 24, 2014 at 11:45 am
Perry Whittle (1/24/2014)
why are you backing up the system databases?will the disk drives\paths be the same between the machines?
January 24, 2014 at 9:19 am
why are you backing up the system databases?
will the disk drives\paths be the same between the machines?
Will the new server have the same name and IP address, will the SQL...
January 24, 2014 at 9:07 am
The best practice is at the cluster level not the app, that's what i'm trying to point out. The nodes undoubtedly have access to shared storage as the OP is...
January 24, 2014 at 8:58 am
praneethydba (1/24/2014)
I have to migrate 15 MSSql server 2008 R2 database residing on VM to Physical machine of same version of SQL Server..
I have prepared a procedre..
1. Backup of both...
January 24, 2014 at 7:46 am
Maddave (1/24/2014)
Stop the log shipping backup job.
Set the database to simple recovery.
Perform the index creation.
Set the database back to full recovery.
Take a differential...
January 24, 2014 at 7:44 am
Viewing 15 posts - 3,646 through 3,660 (of 9,253 total)