Viewing 15 posts - 871 through 885 (of 994 total)
One other thing - is the system *really* busy while the shirnk is going on? Are the disk queue lengths really long? This could be an IO that never completes...
October 23, 2007 at 11:26 pm
It looks like you're usking SQL Server 2000 - I changed that message in SS2005 to say 'Unable to' instead of 'Could not'.
Which build of SS2000 are you using? There...
October 23, 2007 at 11:23 pm
Yeah, I should have added what happycat59 said - mine was just the 'wow' quick response 🙂
Thanks
October 23, 2007 at 9:47 pm
You shrink your database every time you're going to do a backup? That's going to cause horrible fragmentation issues with your indexes.
October 23, 2007 at 9:06 pm
Checkout a series of articles I wrote last year and this year when I was still in MS about running CHECKDB - http://blogs.msdn.com/sqlserverstorageengine/archive/tags/DBCC+CHECKDB+Series/default.aspx
There's also a recording of a session I...
October 23, 2007 at 9:03 pm
Can you try doing a select * from each of the named tables? My guess is that the text error you previously had is from a row in sysindexes -...
October 23, 2007 at 2:00 pm
ok - so you're running SQL Server 2000 (from the error message you posted).
Is that the only output from CHECKDB? There should be some more specific errors too?
October 23, 2007 at 1:49 pm
Also I recommend changing your ETL process so that it happens in batches - then you can avoid having the log grow so much whenever the process runs. Depending on...
October 23, 2007 at 12:08 pm
Gift Peddie has it right. C, C++, C# and a tiny amount of assembly. The vast majority is C++.
October 22, 2007 at 3:05 pm
It could be your AV software - I've seen it do weird things before.
Can you post the output from "dbcc checkdb (yourdb) with all_errormsgs, no_infomsgs"?
October 22, 2007 at 2:52 pm
Hi,
Your question is a little unclear. Are you asking whether you should restore your full backup as a different database once the backup has completed? If so, yes, that's a...
October 22, 2007 at 1:17 pm
Can the client machine ping the server machine?
October 22, 2007 at 1:14 pm
Why not just create a script to rebuild the index you're interested in and setup a weekly Agent job to run the script?
October 22, 2007 at 1:11 pm
No - and it doesn't look like the functionality made it into SQL Server 2008 either. It is on the to-do list for the AS team.
October 22, 2007 at 1:01 pm
Viewing 15 posts - 871 through 885 (of 994 total)