Why does TRUNCATE TABLE produce an error when I try to run it in a DTS? I'm using SQL 2000. The error is:
Invalid SQL statement; expected DELETE, INSERT, PROCEDURE, SELECT or UPDATE.
Monthly I update 1GB of data and the logs get pretty big pretty quick and need a better solution that DELETE. Ideas?
Invalid SQL statement; expected DELETE, INSERT, PROCEDURE, SELECT or UPDATE.
Monthly I update 1GB of data and the logs get pretty big pretty quick and need a better solution that DELETE. Ideas?