Hi Experts,
I have a problem where I'm trying to export data from a SQL 2000 box to my new SQL 2005 box. I've scripted all the tables / views / stored procedures / full text catalogues etc, no problems. When Exporting the data, it all transfers across fine but the uniqie ID's are changed. An example would be:
SQL 2000 DB
Table: tblUsers
UserID: 4
Username: Joe
Password: letmein
--------------------------
----------
-----
SQL 2005 DB
Table: tblUsers
UserID: 1
Username: Joe
Password: letmein
As you can see, the UserID has changed for this user which doesn't help as you can imagine :/ This goes for all my tables. I've tried the "Database Copy" wizard but that doesn't work at all. I prefer to use the Data Export / Import anyway. Also, I don't have "Enable Identity Insert" enabled when transfering the tables.
Ta.
Start Free Trial