1234567891011121314151617181920212223242526272829303132333435363738 |
- use [db]
- go
- truncate table [employeephonerecord]
- truncate table [employeephonerecordout]
- truncate table [client2phonerecord]
- truncate table [client2phonerecordout]
- truncate table [unknownphonerecord]
- truncate table [unknownphonerecordout]
- truncate table [misscallrecord]
- truncate table [client3phonerecord]
- truncate table [client3phonerecordout]
- truncate table [phonerecord]
- truncate table [phonerecordout]
- go
|