Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2000 Forums
 Import/Export (DTS) and Replication (2000)
 Importing data to SQLServer 6.5

Author  Topic 

cassio
Starting Member

1 Post

Posted - 2002-10-30 : 07:27:58
Hello, folks !
I'm new on list and I'd like some help: how can I import
some data (Access 97) to my SQLServer 6.5 ? When using
SQLServer2000, I just have to right-click over "Databases"
--> All Tasks --> Import Data... What about SQLServer 6.5 ?
Thanks in advance !
Cassio

nr
SQLTeam MVY

12543 Posts

Posted - 2002-10-30 : 07:47:30
You can create linked tables in access and insert the data or export from access to a csv then use bcp.

Could probably also use dts from a 2000/7 server to do the job.

==========================================
Cursors are useful if you don't know sql.
DTS can be used in a similar way.
Beer is not cold and it isn't fizzy.
Go to Top of Page

KnooKie
Aged Yak Warrior

623 Posts

Posted - 2002-10-30 : 07:56:54
You could also use an upsizer (free download from Microsoft i believe) to convert your access97 database into a SQL Server 6.5 database.

There are a few issues to bare in mind if you do this but read up on it first obviously.

===========
Paul
Go to Top of Page
   

- Advertisement -