Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
| Author |
Topic |
|
AskSQLTeam
Ask SQLTeam Question
0 Posts |
Posted - 2001-02-06 : 08:15:44
|
Mike writes "How can I pass a parameter to a stored procedure and use it as column name? (SQL Server 7.0) example Create Procedure ZTest ( @nameofcolumn char(10) ) AS SELECT @nameofcolumn FROM students go (of course this doesn't work!)" |
|
|
|
|
|