Viewing 15 posts - 166 through 180 (of 250 total)
David,
Thanks a ton for your help and patients, I really appreciate it!
CSDunn
April 1, 2004 at 10:05 am
Greg,
Yes, please provide samples.
Thank you for your help!
CSDunn
April 1, 2004 at 10:03 am
Thanks for this idea. With this idea, I would need to set up MAX(CASE.. for 662 teachers in order to satisfy any combination of the Location2 and Grade parameters. At...
March 31, 2004 at 12:06 pm
I will present more detail on this issue shortly. Thanks!
CSDunn
March 30, 2004 at 3:45 pm
Thanks for the suggestion. Do you have an example of this? I have not done Lookup Tables in SQL Server 2000.
CSDunn
March 30, 2004 at 3:44 pm
Actually, it just occured to me to subtract the CHARINDEX from the LEN of the data:
Left(T1,Len(T1) - CharIndex(' ',Reverse(T1),1))as NameData
CSDunn
March 30, 2004 at 1:00 pm
Thank you all for your help!
CSDunn
March 30, 2004 at 11:35 am
Thanks for your help. It didn't occur to me that ambiguity could be a problem for fields used in the Order By clause if matching field names are used in...
March 19, 2004 at 10:55 am
Thanks! I thought that Truncating the table should work, but it did not occur to me at the time to sort by my IDENTITY column after the new data went...
March 12, 2004 at 5:14 pm
Right there in front of me, of course.
Thanks!
CSDunn
February 27, 2004 at 11:00 am
Do you have any good SQL Code reference books that you would recommend? I find it hard to locate stuff like this in BOL.
Thanks!
CSDunn
February 27, 2004 at 10:49 am
Viewing 15 posts - 166 through 180 (of 250 total)