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
DBCC CHECKIDENT ('table_name', RESEED, -2147483649) WITH NO_INFOMSGS
The 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
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 The 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