Viewing 3 posts - 1 through 4 (of 4 total)
Ken McKelvey (11/12/2009)
Umm.... Works for me.Copy the code exactly - spaces are important.
Also, there is no keyword DESC in my code.
Yepp already done that but when quering the mssql server...
November 12, 2009 at 7:50 am
I tried your dynamic code but sadly I could not get it to work...
Msg 156, Level 15, State 1, Line 1
Incorrect syntax near the keyword 'DESC'.
Msg 102, Level 15, State...
November 12, 2009 at 1:01 am
table things:
ID int <-key
Size int
Type string
Comment string
Color string
ColumnThatDoNothing string
ColumnX int
...
and many hundred columns more.
In all posts thats included in the db, the ColumnThatDoNothing and ColumnX contain nothing at all(and...
November 11, 2009 at 8:25 am
Viewing 3 posts - 1 through 4 (of 4 total)