Viewing 11 posts - 181 through 191 (of 191 total)
Paul White (5/11/2009)
I'm going to wait for the final instalment before really getting into this, but the whole idea seems highly dubious at this stage.
I was thinking the same thing....
May 11, 2009 at 5:38 am
I was thinking in terms of giant terabyte dbs, I guess. 🙂 Anyway, no index has a page_count higher than 21 from what I can see in sys.dm_db_index_physical_stats.
Thanks for...
September 16, 2008 at 11:27 am
All our tables are relatively small -- the biggest has about 266,000 rows. So you think I shouldn't be too worried about it then? I appreciate the feedback.
Thanks!
Ron...
September 16, 2008 at 11:10 am
Will Smith and Jeff Goldblum were not characters in Independence Day. They are actors who *played* characters in Independence Day. The characters were Steven Hiller and David Levinson....
July 4, 2008 at 8:37 am
Looks like I'm not alone in thinking we need some kind of editorial review over these Q&As, eh? I know English isn't everyone's first language, so I don't mean...
June 23, 2008 at 5:46 am
FYI: The link to your Optimizing Stored Procedure Recompiles article results in a 404, at least for me.
Ron Moses
ConEst Software Systems
May 30, 2008 at 5:49 am
Thanks AJ. I have tried using IDENT_CURRENT() but what I found is that it returns the same result on both a virgin table and a non-virgin table that has...
May 21, 2008 at 6:09 am
That's useful info, AJ.
Forgive me if this is an obvious question, but is there a way to get those values in script so they can be used in a conditional?...
May 20, 2008 at 2:01 pm
This has been a headache for me, not knowing whether a table is going to reseed at 1 (virgin) or 2. Every technique I've tried to determine the "virginity"...
May 20, 2008 at 6:17 am
WayneS (5/2/2008)
The condition should not use both IN and OR operators.
use could use:
where DatePart(m, ) IN (1,3,4,5,7,8)
OR is not used, so since they BOTH...
May 2, 2008 at 5:46 am
Good script! This would be perfect for me if it included one additional item: Re-initializing all identity fields to 1. I can do it table-by-table but if there's...
April 14, 2008 at 5:56 am
Viewing 11 posts - 181 through 191 (of 191 total)