Posted by: Danger May 2, 2007
SQL Help Urgent
Login in to Rate this Post:     0       ?        
how about trying below thing ? CREATE PROCEDURE up_test_delete (test_id in varchar) AS BEGIN DELETE FROM tests WHERE tests.test_id= 'up_test_delete.test_id'; DELETE FROM otherTable WHERE otherTable.file_name like '%up_test_delete.test_id%'; END; /
Read Full Discussion Thread for this article