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 |
|
sent_sara
Constraint Violating Yak Guru
377 Posts |
Posted - 2010-03-03 : 17:08:48
|
| Whether osql command can be executed dynamically? Some thing like below:[code]Declare @a nvarchar(100)Set @a=’sp_who2’Set @result=’osql –o ’+ @a(ie) exec (@result)[\code] |
|
|
tkizer
Almighty SQL Goddess
38200 Posts |
|
|
sent_sara
Constraint Violating Yak Guru
377 Posts |
|
|
|
|
|