I not a SQL expert but was wondering if somebody could help me out. I need a script that can delete or emtpy the contents of three tables in a database running on msde. Enterprise manager will not be available naturally. So I assume and osql script will be the option.
Basically I got stuck but here is what I need:
to empty a table or clear the contents of a table..not delete
servername\sqlinstancename databasename table1
servername\sqlinstancename databasename table2
servername\sqlinstancename databasename table3
Basically I got stuck but here is what I need:
to empty a table or clear the contents of a table..not delete
servername\sqlinstancename databasename table1
servername\sqlinstancename databasename table2
servername\sqlinstancename databasename table3