D
Des Norton
Hi NG
My apologies if this is not the correct group for my question. Please point
me to the correct group if necessary.
I need to port data from Access2000 to SQL2000.
I have created queries in Access, that displays the data in the correct
format to match the destination tables in SQL. I have created linked tables
to SQL.
My problem is that I would like to keep the PrimaryKey values from the
Access.
In SQL, I would use
SET IDENTITY_INSERT tablename ON
INSERT tablename (ID, Field1, ..) values (1, 'data', ..)
INSERT tablename (ID, Field1, ..) values (5, 'data', ..)
INSERT tablename (ID, Field1, ..) values (2, 'data', ..)
SET IDENTITY_INSERT tablename OFF
However, I am unable to find a method of doing this from within Access.
Any help would be greatly appreciated
Regards
Des Norton
My apologies if this is not the correct group for my question. Please point
me to the correct group if necessary.
I need to port data from Access2000 to SQL2000.
I have created queries in Access, that displays the data in the correct
format to match the destination tables in SQL. I have created linked tables
to SQL.
My problem is that I would like to keep the PrimaryKey values from the
Access.
In SQL, I would use
SET IDENTITY_INSERT tablename ON
INSERT tablename (ID, Field1, ..) values (1, 'data', ..)
INSERT tablename (ID, Field1, ..) values (5, 'data', ..)
INSERT tablename (ID, Field1, ..) values (2, 'data', ..)
SET IDENTITY_INSERT tablename OFF
However, I am unable to find a method of doing this from within Access.
Any help would be greatly appreciated
Regards
Des Norton