hie,
while inserting test data identity key values get out of order like : 2,3,4,5,48,49,50,51,52,53,54,55,....
How can i rearrange identity key value to its original format i.e. seed = 1 , increament =1
so, it would look like : 1,2,3,4,5,6,7,8,9,.....
Is it possible ? I thought dbcc checkident will do it but it just set base for the upcoming data.
Taskpad view for database doesn't update. It as smoothly as it should. Is their any stored procedure,function or system table that can show me the exact size of transaction log and its ratio of used space.
Bye
miq
while inserting test data identity key values get out of order like : 2,3,4,5,48,49,50,51,52,53,54,55,....
How can i rearrange identity key value to its original format i.e. seed = 1 , increament =1
so, it would look like : 1,2,3,4,5,6,7,8,9,.....
Is it possible ? I thought dbcc checkident will do it but it just set base for the upcoming data.
Taskpad view for database doesn't update. It as smoothly as it should. Is their any stored procedure,function or system table that can show me the exact size of transaction log and its ratio of used space.
Bye
miq