Viewing 15 posts - 15,946 through 15,960 (of 19,564 total)
Look up Try Catch in BOL. That will help you with being able to rollback the transaction.
March 25, 2010 at 10:43 am
Tom West (3/25/2010)
Apologies now, but I'm not a DBA, I'm a developer and we don't have any of the former here (budgetary constraints :ermm: )
Basically the question is...
March 25, 2010 at 10:40 am
You verify that the migration is successful by testing your applications, jobs, logins, etc.
As for migrating the jobs, You could try using REDGate SQL Data COmpare against the msdb database...
March 25, 2010 at 10:38 am
Yes there is.
Since it is two different databases, I would recommend using a certificate and a signed stored procedure. The certificate would be associated to a user in the...
March 25, 2010 at 10:33 am
DBA in Unit 7 (3/25/2010)
so there is no way to restore master to a point in time? only be able to to restore to the last good backup?
There should be...
March 25, 2010 at 10:26 am
John McC (3/25/2010)
Now...
March 25, 2010 at 10:25 am
GilaMonster (3/25/2010)
Lynn Pettis (3/25/2010)
Is it me or is she always such a negative nellie?
It's not you.
Remember the discussions on women in IT and how she reacts in those. There's a...
March 25, 2010 at 10:24 am
You're welcome.
If you are still interested in help, please post the new execution plans. There might be something more that we can see to help out.
March 25, 2010 at 9:23 am
You're welcome.
March 25, 2010 at 9:19 am
I agree with Bob. This is a method that can be used where appropriate. It is not appropriate in all situations and can be worse in some. ...
March 25, 2010 at 9:18 am
There is not a single status to check. You need to perform a security audit of your system and determine what roles and users have what access.
March 25, 2010 at 9:15 am
Baseline your system before you do a backup. Compare the baseline to the counters taken during the backup. Backup will be most of the difference between the two.
March 25, 2010 at 9:14 am
Statistics IO will tell you the read information within the database. When performing a backup (particularly to disk) you would also need to capture the write information.
If you want...
March 24, 2010 at 10:27 pm
repent_kog_is_near (3/24/2010)
Can you filter in profiler by tablename (...
March 24, 2010 at 10:09 pm
Viewing 15 posts - 15,946 through 15,960 (of 19,564 total)