marcuscoker
Registered User.
- Local time
- Yesterday, 22:32
- Joined
- Sep 28, 2005
- Messages
- 49
Hi
Was wondering if anybody can help with this
I would like to create a view/stored procedure whereby i can delete the contents of multiple tables in one view
something like this
delete from table_a
delete from table_b
this does not appear to work and i was wondering if anybody could please point me in the write direction. The tables are not linked, i would just like to run the SQL to delete contents of all tables before i run a DTS package to import data into them
Thanks
Marcus
Was wondering if anybody can help with this
I would like to create a view/stored procedure whereby i can delete the contents of multiple tables in one view
something like this
delete from table_a
delete from table_b
this does not appear to work and i was wondering if anybody could please point me in the write direction. The tables are not linked, i would just like to run the SQL to delete contents of all tables before i run a DTS package to import data into them
Thanks
Marcus