Viewing 7 posts - 76 through 82 (of 82 total)
Non Dynamic option?:
User Defined Function
Create a UDF to take in a string list of ID parameters and cycle through them, adding them to a table variable before returning that table....
October 15, 2002 at 10:26 am
I have found that if you declare a table variable, and then try to use it in a dynamic piece of SQL later on, it will return a 'must declare...
October 14, 2002 at 2:38 am
You may find you have a problem using table variables in dynamic sql. I did try this but found a temp table the only option. Table variables have several limitations,...
October 11, 2002 at 4:41 am
-- Columns into Rows:
-- Conditions:
-- will need to read from Table with standard column headers
-- Will need to specify which RowId to read
-- Will need to specify number of columns
--...
October 10, 2002 at 5:27 am
Hi
Thanks for the quick response.
The SP does not contain Dynamic SQL.
Following on from your comments, a bit more investigation revealed the issue, it was connected to Database ownership.
The SP's are...
May 7, 2002 at 9:55 am
Thanks
I had never heard of it, but it seemed like something that might have been possible, as you would have thought that having a variable column header name would not...
April 24, 2002 at 10:05 am
Viewing 7 posts - 76 through 82 (of 82 total)