Viewing 15 posts - 10,201 through 10,215 (of 18,926 total)
I don't have 2005 installed here.
What have you found in the relations of the system tables?
January 31, 2007 at 7:41 am
I'm gonna go out on a limb and presume that logging takes more space than the actual data... but 2X, that's seems a lot.
Maybe a lot of indexes need to...
January 31, 2007 at 7:09 am
Have you tried deleting the maintenance plan linking to that job?
January 31, 2007 at 7:08 am
Ya anytime you build something like this make sure you manually run it once, then after all the bugs are gone you can set up an sp with dynamic sql to...
January 31, 2007 at 7:04 am
No need to have a reason Brian. I'm just not used to that fact that's all there is to it
... especially when someone...
January 31, 2007 at 6:58 am
Can you post the final script you used? That'll help someone else who stumbles on that thread in the future.
January 31, 2007 at 6:55 am
Lol, feels strange to see that everyone knows my name... even if I changed my nick a few years back
.
January 30, 2007 at 8:17 pm
Just curious, why did you need to have an order on the ident column???
January 30, 2007 at 4:17 pm
Not if the indentity order needs to be different than the clustered index. In that case you always have to do some extra work.
January 30, 2007 at 4:17 pm
If you don't have auditing in place you need a log reader. That assuming that you have log backups going that far in the past.
In 2005, you can use the...
January 30, 2007 at 1:43 pm
Nice article.
So what's the next tame those strings article in this serie?
January 30, 2007 at 10:00 am
I haven't checked that in a long while... maybe it's possible, but my current conclusion is do NOT rely on that table. Even Microsoft warns us that you can't rely...
January 30, 2007 at 9:36 am
Ya nice catch.
RUN DBCC CHECKCONSTRAINTS to see if there are any other tables in this situation.
That can happen if a constraint was added without full validation, or if it was...
January 29, 2007 at 9:12 am
Ya that's a not so obvious anti-spam trick... maybe it was a little overkill in this situation however
.
January 29, 2007 at 5:25 am
Viewing 15 posts - 10,201 through 10,215 (of 18,926 total)