
January 20th, 2004, 10:10 AM
|
 |
Contributing User
|
|
Join Date: Aug 2003
Location: Coimbatore, India
Posts: 280
Time spent in forums: 7 h 15 m 10 sec
Reputation Power: 6
|
|
|
If you are using SQL 2000 then you can directly import the table from MS Access MDB with all primary key etc. If you are using MS SQL 6.5 export table from MS Access to SQL server (Before that put a odbc dsn file dsn or system dsn for you sql database from control panel administratrative tools odbc ) one by one by save as export to external database and select SQL server and then the dsn name to export the data. Primary Key you have to set in sql 6.5 thru Enterprise manager.
|