Viewing 15 posts - 52,996 through 53,010 (of 59,064 total)
Shaun McGuile (1/9/2008)
Jeff do you have a link to Celko's "nested model"?--Shaun
You bet...
http://www.ibase.ru/devinfo/DBMSTrees/sqltrees.html
If memory serves, the code that creates the nested model has a minor error in it... it leaves...
January 9, 2008 at 7:48 am
berto (1/9/2008)
January 9, 2008 at 7:32 am
The question is wrong on the basis of design and the modeling of the parent child relationship using one column is totally flawed.
Actually, I believe the whole "adjacency model" thingy...
January 9, 2008 at 7:25 am
Stewart Joslyn (1/9/2008)
If you are returning a...
January 9, 2008 at 7:12 am
GilaMonster (1/8/2008)
statements for...
January 9, 2008 at 7:11 am
If memory serves correctly, I believe the numerics at the end of the temp table are just a timestamp datatype. Not sure why you would consider them to be...
January 9, 2008 at 7:04 am
JohnG (1/8/2008)
January 8, 2008 at 9:57 pm
sp_SpaceUsed may not tell the whole story unless you include a second parameter... see BOL for more info but here's the basic syntax...
Syntax
sp_spaceused [[@objname =] 'objname']
...
January 8, 2008 at 9:01 pm
Well..... kinda... DBCC INDEXDEFRAG will report back once every 5 minutes with a % complete... so you could start a run and get the % complete... the math is pretty...
January 8, 2008 at 8:54 pm
Heh... neither... use BULK INSERT from T-SQL 😉
January 8, 2008 at 8:00 pm
Ahmad Osama (1/7/2008)
HiActualy I have used distinct im my query thus i can't use roll up
Change it... it's worth it in terms of performance. 😉
January 8, 2008 at 7:58 pm
Would you mind posting some data so we can help you accurately? Please see the following article for how to get really good answers quickly... seriously... read the article......
January 8, 2008 at 7:56 pm
I know it's an older article, but I gotta say, nicely done, Kathi! Great examples for folks that don't know.
January 8, 2008 at 7:48 pm
Viewing 15 posts - 52,996 through 53,010 (of 59,064 total)