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-10-14 : 13:06:22
|
| Joydeep writes "SQL-Server 2000Windows 2000I am building a dynamic select list like say@dynamic = @static + @clauseNow I want this select to populate a table type variable with the return of the select clauselike @tabVar EXEC sp_executesql @dynamic Can anyone provide me a sample code. I am basically an database guy but new to SQL Server" |
|
|
|
|
|