Viewing 15 posts - 76 through 90 (of 243 total)
magasvs (6/16/2010)
There are also references to the security patch, but if you have SP 4 , so you should be...
June 17, 2010 at 2:15 am
Dave Ballantyne (6/14/2010)
Best advice would be to get SQL2008 internalshttp://www.amazon.co.uk/Microsoft-SQL-Server-2008-Internals/dp/0735626243
Thanks for your reply.
Searched on the book but i could not find any chapter related to the data pages.
June 14, 2010 at 10:44 am
sudhakara (6/6/2010)
Bhuvnesh (3/10/2010)
Rob44 (3/8/2010)
Let's suppose the command returns 0! What's the next step if the rebuild of the index in the maintenance plan is unsuccessful?
We can give manual run to...
June 13, 2010 at 12:21 am
tpaulsen (6/9/2010)
If that returns an error with the current unique clustered index, I would restore the database from a backup. If that is...
June 9, 2010 at 9:55 pm
GilaMonster (6/5/2010)
Please run the following and post the full and complete output:
DBCC CHECKDB (<Database Name>) WITH NO_INFOMSGS, ALL_ERRORMSGS
What's the exact version of SQL that you're running?
SELECT @@Version
Hi,
Can you post your...
June 8, 2010 at 10:08 am
Jeff Moden (6/6/2010)
It is possible that someone disabled the unique constraint, added data, and then reenabled the constraint with WITH NOCHECK activated (IIRC).
As per your post i have tried the...
June 7, 2010 at 3:06 am
lmu92 (6/6/2010)
Will you either end up without duplicates or do you want to insert duplicate values?
If the former, follow Pablos advice. If...
June 7, 2010 at 3:00 am
Bhuvnesh (3/10/2010)
Rob44 (3/8/2010)
Let's suppose the command returns 0! What's the next step if the rebuild of the index in the maintenance plan is unsuccessful?
We can give manual run to ALTER...
June 6, 2010 at 4:20 am
magasvs (6/5/2010)
Try to recreate index with option IGNORE_DUP_KEY = ON (CREATE INDEX ... WITH DROP_EXISTING = ON, IGNORE_DUP_KEY = ON )
Thanks for yours reply.
How is it possible to update or...
June 5, 2010 at 7:47 pm
GilaMonster (6/5/2010)
Please run the following and post the full and complete output:
DBCC CHECKDB (<Database Name>) WITH NO_INFOMSGS, ALL_ERRORMSGS
What's the exact version of SQL that you're running?
SELECT @@Version
Pls find the output...
June 5, 2010 at 5:18 am
Brandie Tarvin (6/3/2010)
All,This is a duplicate thread. Responses can be found at Fatal Error.
Hi,
This is not duplicate thread.Both issues are not simliar.Please update your post to resovle this.
Thanks
June 3, 2010 at 9:15 am
Brandie Tarvin (6/2/2010)
Also, is the log file hard drive full? Have you recently run a diskscan to verify all the...
June 3, 2010 at 5:55 am
Brandie Tarvin (6/2/2010)
Check your server's Event Viewer for errors and warnings from around the time of this error.
Event viewer also showing the same error message. i could not find out...
June 3, 2010 at 5:27 am
Steve Jones - Editor (5/28/2010)
Lowell's summarized things well. You need a parsing application to strip out the HTML and get the data.
Hi,
can you poste the link where i can find...
May 28, 2010 at 10:31 am
Viewing 15 posts - 76 through 90 (of 243 total)