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-25 : 11:16:11
|
Walter Zanella writes "Hi,
Using MS SQL Server 7.0, can I pass a parm to a SP where the parm is a column name?
e.g.
create proc mySP @columnName varchar(30) AS select @columnName from Orders go
exec mySP "ProductID" go" |
|
|
|
|
|