Viewing 8 posts - 1 through 8 (of 8 total)
Hi Trout,
wondering if you ever found a solution for this?
thanks
November 11, 2011 at 1:20 pm
I have been told that using TT is more efficient than using TV when building dynamic TSQL queries, does anyone have any opinions on the validity of this statement?
thanks
January 20, 2006 at 6:06 am
I used Popkin's System Architect in college. It will help with ERDs, DFDs, context diagrams etc. They have a free trial download. not usre how costly the full blown product...
May 23, 2003 at 1:21 pm
table a
ID column (pk)
2
table b
ID(pk) AID(fk) name
1 2 ba
2 ...
May 21, 2003 at 2:54 pm
I believe you are going to need to declare the table variable & fields before you can reference it. Not like a temp table that you can delcare and populate...
May 7, 2003 at 7:15 am
Jay,
I am trying to compare a varchar field for values that do not exist in either a desc field or full desc field. It is intended to see how much...
May 6, 2003 at 12:33 pm
I understand the length criteria for varchar,
I do not understand how length relates to text data types.
thanks
May 1, 2003 at 10:46 am
Viewing 8 posts - 1 through 8 (of 8 total)