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 |
|
vivo
Starting Member
24 Posts |
Posted - 2010-03-16 : 01:55:27
|
| I want to execute external stored pro based on some condition.Exec testwhen ....Is it possible ? |
|
|
bklr
Master Smack Fu Yak Hacker
1693 Posts |
Posted - 2010-03-16 : 02:00:32
|
| u can use if condition then exec test else something elsebut u cannot check the condition |
 |
|
|
madhivanan
Premature Yak Congratulator
22864 Posts |
Posted - 2010-03-16 : 03:06:22
|
| You can move the resultset to a temporary table and use that table for comparisonMadhivananFailing to plan is Planning to fail |
 |
|
|
visakh16
Very Important crosS Applying yaK Herder
52326 Posts |
|
|
|
|
|