|
richardlaw
Yak Posting Veteran
United Kingdom
58 Posts |
Posted - 02/14/2013 : 04:06:45
|
I’m new to working with SP’s and am enjoying the challenge. I’ve previously coded all the business logic using C#, but I am finding there is a lot more I can do via SP’s.
I’ve recently been looking for a way to search one table (select * from tbl_Contacts Where CustID = 3), and then perform another action on another table. In other words, for every CustID that = 3, do X on another table. What would be the best way to approach this?
Thanks as always
|
|