Viewing 15 posts - 46 through 60 (of 451 total)
Checkpoints happen by those "Activities That Cause a Checkpoint" (BOL2005).
Just find a good site to refer to for backup with/without checkpoints. http://www.sqlbackuprestore.com/recoveringindividualtables.htm
October 28, 2008 at 8:52 pm
Ray Mond (10/10/2008) Restoring an invididual table from a backup may not always give you the same data compared to if you had restored the entire database. See here...
October 28, 2008 at 8:37 pm
Check this post. Hope it helps.
October 28, 2008 at 7:55 pm
The duties seem to be DBA routine/regular tasks. It is nice to list them out and have the problems/changes tracked and documented. A very good and detailed list.
Just...
October 27, 2008 at 8:59 pm
Thank you David for sharing. This is a good learning for me.
October 15, 2008 at 1:17 pm
Karl Klingler (10/13/2008)
the compression rate for the first db is 1:3, for the second db it's 1:2.
Perhaps the problem lies in the data - and litespeed needs a lot of...
October 14, 2008 at 11:27 am
Found out. Instance Configuration --> "LiteSpeed 2005 extended stored procedure installation" does the job.
October 14, 2008 at 11:16 am
Some code may be useful here:
October 10, 2008 at 8:51 pm
Thank you all for your response.
I am planning to have a workaround, like differential backup, or tape backup. The question was this is not a very big...
October 9, 2008 at 11:59 am
Getting Output from a Stored Procedure into a Table
http://www.databasejournal.com/features/mssql/article.php/3386661
or you may need this for all the tables (SQL2000/SQL2005):
http://www.sqlservercentral.com/scripts/Miscellaneous/62468/
October 1, 2008 at 9:33 pm
more to add on:
naming conventions; data dictionary; record column type/length fit into 8k page properly;
October 1, 2008 at 9:17 pm
Archiving and/or purging should be included at the design stage, if applicable.
October 1, 2008 at 8:53 pm
I am hesitating to ask...why not using Oracle?
September 30, 2008 at 9:51 am
Ninja's_RGR'us (9/28/2008)
SET ROWCOUNT 10000
DELETE FROM dbo.Table WHERE WhatEver
WHILE @@RowCount =...
September 28, 2008 at 8:43 pm
1. when job failure, go to this step:
EXEC msdb.dbo.sp_send_dbmail
@profile_name = 'AdventureWorks Administrator', -- use your own profile
@recipients = 'danw@Adventure-Works.com; yourname@email.com;
September 28, 2008 at 7:51 pm
Viewing 15 posts - 46 through 60 (of 451 total)