2010-08-17 10:59:26 UTC
-----------------------------------------------------------------
INSERT (any table from that database)
DELETE from (table) where ID=(whatever you want from the table)
UPDATE from (table) where ID=(whatever you want)
SELECT from (table) where ID=(whatever you want)
Repeat this process with any other table from Northwind with any ID.
I do not know how to put this into stored procedures I know they use @'s or %'s in their format or something! Help would be great!
Have a nice day guys, and sorry for my ignorance!