Viewing 15 posts - 5,446 through 5,460 (of 9,253 total)
The master key has absolutely nothing to do with moving the database!
You need a backup of the certificate and its password and the database backup itself. The master key merely...
June 20, 2012 at 7:44 am
Roust_m (5/9/2012)
I want to define a policy to make sure every table and every index (including those for indexed views) in the database has "PAGE" compression.
I could only find a...
June 20, 2012 at 7:36 am
the cluster will replicate this change for you, just apply at the active node
June 20, 2012 at 7:32 am
sqlbee19 (6/19/2012)
FROM dbo.SYSINDEXES SI (NOLOCK)
INNER JOIN SYS.OBJECTS T ON T.object_id = SI.[id]
Instead of using sysindexes, use sys.indexes and sys.objects
The first thing you want to do is to get...
June 20, 2012 at 7:30 am
what do the jobs actually do??
Try setting the log output on the job steps to get more info too
June 20, 2012 at 7:21 am
Roust_m (6/19/2012)
June 20, 2012 at 7:17 am
Roust_m (6/18/2012)
June 20, 2012 at 7:16 am
Check the status of your mirror sesion firstly, log records that have not been transferred cannot be truncated and often cause the log to grow wildly.
Also check the status of...
June 19, 2012 at 8:30 am
Ratheesh.K.Nair (6/18/2012)
Again you have to restore the new master with your master backup file otherwise it wont read your user databases it will all greyed as ur new master...
June 18, 2012 at 9:20 am
You should definitely be looking to consolidate here where possible.
June 15, 2012 at 12:20 pm
kevinsql7 (6/15/2012)
June 15, 2012 at 11:08 am
kylemkr85 (6/15/2012)
I have a question regarding an ACTIVE/ACTIVE Cluster enviornment using SQL Server 2008 R2. We have several instances of SQL which we currently need to migrate from SQL 2005...
June 15, 2012 at 11:01 am
ganeshkumar005 (6/13/2012)
After feeding all the things in log shipping configuration monitor, what I get is Alert job and log backup job created on Primary but...
June 15, 2012 at 10:53 am
Laura Schmalzbauer (6/15/2012)
ok thank you for the replies. This confirms my suspicions.
it's also vital to get the server name correct in the linked server. You may even have ports...
June 15, 2012 at 10:46 am
check the application event log for further sql server startup error messages and post them back
June 15, 2012 at 9:17 am
Viewing 15 posts - 5,446 through 5,460 (of 9,253 total)