Hi guys,
I have a database that was imported from MySQL to MSSQL via a DTS package. There is an error in that any auto increment (Identity) field is having issues because while the IDENTITY field is yes, the seed value is 0.
Is there an SQL I could run against the db that will allow me to update all tables that have the seed value as 0 to set it to 1?
Bastien
I wish my computer would do what I want it to do,
instead of what I tell it to do...
I have a database that was imported from MySQL to MSSQL via a DTS package. There is an error in that any auto increment (Identity) field is having issues because while the IDENTITY field is yes, the seed value is 0.
Is there an SQL I could run against the db that will allow me to update all tables that have the seed value as 0 to set it to 1?
Bastien
I wish my computer would do what I want it to do,
instead of what I tell it to do...