How can we help you today? How can we help you today?

Error deleting data from table before generation

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
elsio
0

Comments

1 comment

  • Anu D
    Thanks for your post and sorry for the error.

    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.
    Anu D
    0

Add comment

Please sign in to leave a comment.