Viewing 15 posts - 36,541 through 36,555 (of 49,562 total)
sureshr69 (9/8/2009)
Basically any index with fillfactor 0 or 100 makes no difference. In such case every new record insert will create a new page.
Huh?
An insert into a full...
September 8, 2009 at 5:17 am
Paul White (9/8/2009)
GilaMonster (9/8/2009)
September 8, 2009 at 5:16 am
Is autoshrink on? Is there a manual shrink operation occurring?
September 8, 2009 at 4:10 am
Paul White (9/8/2009)
September 8, 2009 at 3:56 am
Only in South Africa - http://pigeonrace2009.co.za/pigeon-race-2009
My money's on the pigeon.
September 8, 2009 at 3:41 am
Paul White (9/8/2009)
GilaMonster (9/8/2009)
Paul White (9/8/2009)
If no errors are reported after a stage, you know that the corruption occurs somewhere in the following log restores.
Log backups generally will only have...
September 8, 2009 at 3:12 am
ben.mcintyre (9/8/2009)
September 8, 2009 at 3:03 am
Highlight the query and click the 'Display estimated execution plan' button on the toolbar, or select 'Display estimated execution plan' from the query menu, or press Ctrl-L
September 8, 2009 at 2:58 am
Paul White (9/8/2009)
If no errors are reported after a stage, you know that the corruption occurs somewhere in the following log restores.
Log backups generally will only have corruption in them...
September 8, 2009 at 2:54 am
All restores (single page, file or full) have to start from a full backup. For full details of restoring a page, see http://msdn.microsoft.com/en-us/library/ms186858(SQL.90).aspx and http://msdn.microsoft.com/en-us/library/ms175168%28SQL.90%29.aspx
September 8, 2009 at 1:03 am
Indianrock (9/7/2009)
Since we need to set the database in simple recovery every few months for various projects.....
Why?
September 8, 2009 at 1:02 am
winston Smith (9/7/2009)
September 8, 2009 at 12:58 am
jymoorthy (9/7/2009)
September 8, 2009 at 12:56 am
If you add 3 indexes each on a single column, SQL will likely use only one of them. There is something called index intersection, where SQL will seek on multiple...
September 8, 2009 at 12:53 am
Look up Tail-log backup in SQL's books online (I'm not going to outright give you the answer to an interview question)
However that's only an option if the DB is in...
September 8, 2009 at 12:43 am
Viewing 15 posts - 36,541 through 36,555 (of 49,562 total)