Error deleting data from table before generation
elsio
Posts: 4
Hi,
I'm having the following error while generating data with the option "Delete data from table before generation" active:
"Parameter 3 is incorrect for this DBCC statement. The statement has been terminated."
I used a profiler to check the statement executed on SQLServer
Any ideas about this error?
I really appreciate any help you can provide.
Thanks
I'm having the following error while generating data with the option "Delete data from table before generation" active:
"Parameter 3 is incorrect for this DBCC statement. The statement has been terminated."
I used a profiler to check the statement executed on SQLServer
DBCC CHECKIDENT ('table_name', RESEED, -2147483649) WITH NO_INFOMSGSThe table that i'm trying to generate data has a column (primary key) with the following identity specification: IDENTITY(-2147483648,1)
Any ideas about this error?
I really appreciate any help you can provide.
Thanks
Comments
Can you please reply my email with the table creation scrip for this table and depending other objects? I would like to replicate the issue here.
Product Support
Redgate Software Ltd.
E-mail: support@red-gate.com