Options

Bug with column that is Identity and is Tiny Int

solar28solar28 Posts: 2
SQL Data Generator is trying to delete data from a given table and reseed the identity. The column data type is tiny int. Now no data can be generated as it breaks at this step and doesn't generate any data.

Report:
Deleting all rows from [dbo].[AdvanceRecoveryOrder]
Generation stopped:
Deleting all rows from [dbo].[AdvanceRecoveryOrder] - Removing all the rows from table
[dbo].[AdvanceRecoveryOrder] using 'DELETE FROM [dbo].[AdvanceRecoveryOrder]' The identity key on
[dbo].[AdvanceRecoveryOrder] will be reseeded.
'Parameter 3 is incorrect for this DBCC statement.'
Sign In or Register to comment.