Viewing 15 posts - 3,466 through 3,480 (of 18,926 total)
Actually the real problem with your query is the nolock hint.
use it only if you don't care about the accuracy of the results and the connection no getting whacked by...
August 9, 2011 at 4:55 pm
GilaMonster (8/9/2011)
In other news... Paul Randal is psychic, or can smell a corrupt database from several thousand km away. 🙂
Nah, he said in the teched presentation that he monitors this...
August 9, 2011 at 4:47 pm
Paul Randal (8/9/2011)
Sounds like memory corruption of a log block changing the slot...
August 9, 2011 at 4:46 pm
And in the news, Google stills works :pinch:!
I should start Let Me google that for me (tm). 😀
Took the server offline and copying the files. It's 50 GB so...
August 9, 2011 at 4:33 pm
GilaMonster (8/9/2011)
August 9, 2011 at 4:29 pm
Darn. I wish this would have had more options to test.
Anyway I can backup the DB so we can retry a few things? I'm getting errors both in...
August 9, 2011 at 4:27 pm
Another reason to use => 😉
Ninja's_RGR'us (8/9/2011)
Very detailed version...
August 9, 2011 at 4:19 pm
GilaMonster (8/9/2011)
Ninja's_RGR'us (8/9/2011)
Also while I have backups of prod DB, that particular db has never been backed up. It's in full recovery
Which means it's in pseudo-simple recovery (log getting...
August 9, 2011 at 4:18 pm
Got a nice corruption challenge for anyone who's interested...
http://www.sqlservercentral.com/Forums/Topic1157321-266-1.aspx
August 9, 2011 at 4:15 pm
Edit.
Link to Paul's amazing presentation : http://channel9.msdn.com/Events/TechEd/NorthAmerica/2008/DAT375
I have good backups and I can erase that db anytime I want without any problems. I'm doing this more for the experience...
August 9, 2011 at 4:10 pm
coder_t2 (8/9/2011)
Jeffrey Williams-493691 (8/9/2011)
GilaMonster (8/9/2011)
Insert in batches or use an insert method that can be minimally logged (and drop any nonclustered indexes before you start)
Don't drop the nonclustered indexes -...
August 9, 2011 at 3:50 pm
Not 100% sure so I preffer to shut up rather than give bad info.
I know tempdb has 1 gazillion different uses (that's an actual number ;-)). What I don't...
August 9, 2011 at 3:47 pm
what extra info do you need on spaceused???
For all dbs, all tables this is something that would work, but I would definitely use Jason's script. It has a lot...
August 9, 2011 at 3:45 pm
AK1516 (8/9/2011)
its a cots product.I have no choice
ok, officially stepping aside from this discussion.
August 9, 2011 at 3:19 pm
Viewing 15 posts - 3,466 through 3,480 (of 18,926 total)