Viewing 15 posts - 52,996 through 53,010 (of 59,072 total)
but i have the following error :
37000(7405)[Microsoft][SQL Native Client][SQL Server]Heterogeneous queries require the ANSI_NULLS and ANSI_WARNINGS options to be set for the connection. This ensures consistent query semantics. Enable these...
--Jeff Moden
Change is inevitable... Change for the better is not.
January 9, 2008 at 5:08 pm
I believe "spooky" was about
SELECT * FROM SYSOBJECTS
WHERE name = '#MyTempTable'
Yeah... I missed that... not exactly the right way to check for temp tables.
Thanks for the information on the...
--Jeff Moden
Change is inevitable... Change for the better is not.
January 9, 2008 at 5:00 pm
timothyawiseman (1/9/2008)
--Jeff Moden
Change is inevitable... Change for the better is not.
January 9, 2008 at 4:56 pm
Also, in the article there was a code block that didn't show up properly. It was after
The next thing folks might try, is a full "covering" index...
Could you provide what...
--Jeff Moden
Change is inevitable... Change for the better is not.
January 9, 2008 at 4:49 pm
Good idea... in fact, that's exactly what my code does... but there's nothing in the data to determine what level a node is at... just the parent ID, etc... and...
--Jeff Moden
Change is inevitable... Change for the better is not.
January 9, 2008 at 1:53 pm
Perfect... thanks for the feedback, Shaun.
To keep conflicts with the Left and Right keywords to a minimum, I use LeftBower and RightBower in my code. A "bower" is one...
--Jeff Moden
Change is inevitable... Change for the better is not.
January 9, 2008 at 1:48 pm
He has code that inserts and increases the left and right indicies... most of my code is batch code so I just recalc the whole tree from the adjacency model.
--Jeff Moden
Change is inevitable... Change for the better is not.
January 9, 2008 at 8:59 am
Shaun McGuile (1/9/2008)
Ok I found ithttp://www.dbmsmag.com/9603d06.html
Whoa thats like 12 years old almost. 😀
--Shaun
Heh... yeah... the good stuff never changes 😀
--Jeff Moden
Change is inevitable... Change for the better is not.
January 9, 2008 at 8:04 am
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...
--Jeff Moden
Change is inevitable... Change for the better is not.
January 9, 2008 at 7:48 am
berto (1/9/2008)
--Jeff Moden
Change is inevitable... Change for the better is not.
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...
--Jeff Moden
Change is inevitable... Change for the better is not.
January 9, 2008 at 7:25 am
Stewart Joslyn (1/9/2008)
If you are returning a...
--Jeff Moden
Change is inevitable... Change for the better is not.
January 9, 2008 at 7:12 am
GilaMonster (1/8/2008)
statements for...
--Jeff Moden
Change is inevitable... Change for the better is not.
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...
--Jeff Moden
Change is inevitable... Change for the better is not.
January 9, 2008 at 7:04 am
I gave you the code example that demonstrates how to determine if it was correctly entered to the nearest tenth of an hour... heh... didn't intend to write your whole...
--Jeff Moden
Change is inevitable... Change for the better is not.
January 9, 2008 at 6:46 am
Viewing 15 posts - 52,996 through 53,010 (of 59,072 total)