ousoonerjoe
Programmer
Using SQL 2008 R2.
Apparently the CDC auditing process does not like TRUNCATE TABLE. Normally, a DELETE statement can get around this, but when using the Import/Export wizard, it fails. The CDC blocks the ability to TRUNCATE the table and causes the import to fail.
Has anyone else run into this problem? I haven't been able to locate a fix or work around to resolve it.
Is there a way to "Pause" the CDC long enough to allow a TRUNCATE TABLE to execute?
Any suggestions are welcome.
--------------------------------------------------
Stubbornness is a virtue -- if you are right. --Chuck Noll
--------------------------------------------------
Apparently the CDC auditing process does not like TRUNCATE TABLE. Normally, a DELETE statement can get around this, but when using the Import/Export wizard, it fails. The CDC blocks the ability to TRUNCATE the table and causes the import to fail.
Has anyone else run into this problem? I haven't been able to locate a fix or work around to resolve it.
Is there a way to "Pause" the CDC long enough to allow a TRUNCATE TABLE to execute?
Any suggestions are welcome.
--------------------------------------------------
Stubbornness is a virtue -- if you are right. --Chuck Noll
--------------------------------------------------