Viewing 8 posts - 1 through 8 (of 8 total)
When I used it, there was an Error if the @column_names = 0. The word VALUES would concatenate at the end of the table name without a space(i.e. INSERT...
July 10, 2009 at 11:36 am
Chris
Thanks for the idea. I see where you are going. The data structure that I have is a little different than what you have but it is similar...
July 2, 2007 at 10:20 am
--Here is some test data to help explain what I'm trying to do.
--create some sample data
CREATE TABLE #route (routeId int, priority int, destination int)
CREATE TABLE #routeData(routeDataId int, routeId int, itemname...
July 2, 2007 at 8:09 am
I guess that I wasn't very clear in my description of the problem but you figured it out! 🙂
I guess my main question is:
Is it possible to update the source...
March 6, 2003 at 5:08 pm
This has turned into a very interesting discussion. One project that I did controlled the physical files via NT security and managed the links in the DB. The interesting...
March 4, 2002 at 12:51 pm
Robert, thanks for the idea. I played with it and it works, I just don't understand how! Looking at the results, you would think that if the CASE...
February 27, 2002 at 8:30 am
Thank you for your suggestions. I will use the CASE in the order by and then I will have two options - one for ASC and one for DESC.
Thank you...
February 26, 2002 at 10:40 pm
Thank you. That is what I was missing. I kept fooling with the list I was sending as @ClientList to see how I could get it converted correctly. Since this...
February 26, 2002 at 10:38 pm
Viewing 8 posts - 1 through 8 (of 8 total)