sql table

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Dear Sir..
i have a visual foxpro table(v.7) and i need this table in
my sql database is there any way to import vfp table into sql database with
data ,
please help me ..
thanks
 
QaiserMehmood,

Take a look into Data Transformation Services. It was introduced with
SQL Server 2000, and exists in SQL Server 2005.

Hope this helps.
 
Have a look at SQL Server Integration Services (SSIS) in SQL Server 2005 or
Data Transformation Services (DTS) in SQL Server 2000.

They enable you to transform data between various sources.

HTH

Ciaran O'Donnell
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top