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 - 2006-04-26 : 09:02:49
|
| Vamsi Krishna writes "Dear SQL Team,How to execute an SP in SQL Server if it contains input parameters?RegardsVamsi Krishna" |
|
|
chiragkhabaria
Master Smack Fu Yak Hacker
1907 Posts |
Posted - 2006-04-26 : 09:09:29
|
| Exec <Your Proc> 'Params1','Params',....CHeck on SQL Server help for Exec and sp_ExcuteSQL If Debugging is the process of removing Bugs then i Guess programming should be process of Adding them. |
 |
|
|
madhivanan
Premature Yak Congratulator
22864 Posts |
|
|
|
|
|