Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How to do import in SQL Server 6.5

Status
Not open for further replies.

fogelda

Programmer
Jun 20, 2001
13
IL
I need to do import to a file that is not SQL Server database. It is very simple in SQL Server 7.0, but I cann't find the feature in version 6.5?!?
Thank you in advance
 
Hi,

You might use the command BCP in and BCP out to import to or from SQL Server 6.5 into a file or to a file.


Kim
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top