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

Bug with column that is Identity and is Tiny Int

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.'
solar28
0

Add comment

Please sign in to leave a comment.