SPROC multipe inderts in tables
Hello, here's what I want to do:
In my Sproc I declare a parameter, and then I want to insert the value of this parameter in 4 different tables (one after another, just in one field, the other fields will accept default values).
Can I do this easily in ONE Stored Proc???
Thanks in advance
Nick
|