I am kind of new to SPROCs, can anyone see why won't this work?
I am entering the SPROC using SQL Server Enterprise Manager.Code:CREATE PROCEDURE sp_emptytable @MyTable varchar(50) AS DELETE FROM @MyTable WHERE id > 0
|
Results 1 to 4 of 4
Thread: SQL 7 SPROC HELP / ASAP PLEASEThreaded View
|
Click Here to Expand Forum to Full Width |