Viewing 2 posts - 166 through 167 (of 167 total)
I haven't tried anything like this, but if there aren't many possible values for @mycolumnname, couldn't you use a CASE? Something like:
SELECT CASE @mycolumnname
...
November 21, 2003 at 6:51 am
#483073
If you only need to pass "records" with one "field", you can pass a comma-delimited (or other delimited) string as a parameter and call a StringToTable function to translate the...
September 26, 2003 at 7:15 am
#475984