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 |
pyu.agrawal
Starting Member
29 Posts |
|
jimf
Master Smack Fu Yak Hacker
2875 Posts |
Posted - 2012-06-22 : 15:37:03
|
I'm not even really clear on what you're trying to do, so feel free to ignore. But if you could change you sp to a udf, you could use the apply operator.Select <stuff from udf>From TableCROSS APPLY dbo.udf_ToReplaceSproc(ItemCode,QUantity) aJimEveryday I learn something that somebody else already knew |
 |
|
visakh16
Very Important crosS Applying yaK Herder
52326 Posts |
|
|
|
|