Viewing 15 posts - 736 through 750 (of 961 total)
Now I am confused :unsure:, between checkpoint making sure we recover within a small interval and us making sure we allow the db to shut down cleanly what would be...
July 6, 2011 at 1:11 pm
I think the OP is really looking for an answer as to what happen during the application of the log backup during recovery i.e what gets rolled forward vs what...
July 6, 2011 at 1:03 pm
The below link shows how log backups are used , and should help you understand what happens to the transaction in the log backups
http://msdn.microsoft.com/en-us/library/ms190440.aspx
in particular the section
How Are Log...
July 6, 2011 at 4:05 am
Why would you want to avoid columns in the Group by clause , btw you could also you Select distinct.
I know there is a difference in performance based on...
July 6, 2011 at 3:55 am
Being DBA is a lifestyle choice as well 😀 , stressful work environment esp when things go bad as well as night shifts etc and being the guys who...
July 6, 2011 at 3:46 am
Moral of the Story :-before shutting down the OS give SQL enough time to perform a clean shutdown of the databases else face long recovery times when things...
July 6, 2011 at 3:41 am
Worst case scenairo, drop the indexes on the tables and run shrink database you should have quite some freespace after this. then go ahead and perform your backup and restore...
July 6, 2011 at 3:36 am
Worst case scenairo, drop the indexes on the tables and run shrink database you should have quite some freespace after this. then go ahead and perform your backup and restore...
July 5, 2011 at 5:18 am
Thanks ,will look into this and get back .
July 5, 2011 at 5:15 am
Agreed 🙂
So the question is , if sql server check points every minute or say even 5 minutes , why would the database still take a long time to recover...
July 5, 2011 at 5:13 am
I know the IT team in some companies I have worked in used Symantec Ghost with good resuts
July 5, 2011 at 4:39 am
A lot of DBA's i know started out as developers . Every once in a while there would also be an sysops guy.
Basically networks with DBA's in your company ,...
July 5, 2011 at 4:34 am
If your not using aggregate every column in the select list needs to be part of the group by statement else you will face an error similar to
Msg 8120,...
July 5, 2011 at 4:20 am
inserted and deleted are transition table created when executing a trigger
July 5, 2011 at 4:13 am
Viewing 15 posts - 736 through 750 (of 961 total)