View Single Post
  #1 (permalink)  
Old Jun 29th, 2007, 15:31
Wheatus7 Wheatus7 is offline
Junior Member
Join Date: Feb 2007
Location: Crowborough UK
Posts: 11
Thanks: 0
Thanked 0 Times in 0 Posts
Update two tables using Stored Procedure in SQL

Is it possible to update two different tables with one stored procedure or would I need a sp and a trigger? Or would I need a stored procedure with a transaction?

I basically need to change similar fields in both tables from 'null' to 'Yes' - any ideas on best practice?

Many thanks
Reply With Quote