export and import data

  • i want to export data from sql server 2005 to microsoft excel 2007/2003 and similarly import data from ms excel to sql server2005

  • you can use the import/export wizard in SSMS. Right click database, goto Tasks, then Import (or export) Data

  • With SSIS is it very easy to read/write data to/from Excel.

    So i would have a llok at that

    /mSc

    http://www.performanceduo.com

  • Hi

    If you need to this frequently you can implement this using SSIS. If you do this on rare occasions then just use the import/export wizard.

    "Keep Trying"

  • If you have installed SQL server on the default directory look for the dts import/export wizard at C:\Program Files\Microsoft SQL Server\90\DTS\Binn folder.

    As said by previous answerers , use the dts import/export wizard for one time data movement and SSIS packages for a regularisied data import and export.

    Hope this helps!

    Leks

Viewing 5 posts - 1 through 4 (of 4 total)

You must be logged in to reply to this topic. Login to reply