SQL Server Development Bookmark and Share   
 index > SQL Server Tools General > Import csv file
 

Import csv file

Hi Experts

I'm newbie to SQL Server 2005, how can i import a csv file on a table.

Earlier version the SQL Server 2000, there was a facility to import or export by right on the table and it will "all task" and then will able to choose the import data and it will load a DTS wizard. How can this be done on SQL Server 2005 Enterprise Edition.

I tried to check on SSMS but no luck.

Can anyone guide to the right direction?

Kind Regards
Bhavesh
brvaland  Thursday, July 10, 2008 6:31 PM

Bhavesh,

You can use the SSIS Import/Export wizard.

Find it here: C:\Program Files\Microsoft SQL Server\90\DTS\Binn

DTSWIZARD - right click, pin it onto your desktop

SQLUSA  Thursday, July 10, 2008 6:46 PM
You can also do this

Right Click on a Database, Select Tasks, Select Import Data or Export Data.

This only works on editions other than SQL Server express.
phdiwakar  Thursday, July 10, 2008 7:54 PM
Thanks for your reply.

I do not have import Data or export data under Tasks Menu. Just to let you know that i have download the SSMS (free version) from Microsoft downloads and I am accessing the MS SQL Server 2000 database through the SMSS tool.

On my development server i have installed MS SQL Server 2005 and the SMSS Application that was part the SQL Server 2005 CD gives me this option for import data and export data for both databases the one on v2005 and v2000.

I need to intall additional programs of SQL Server 2005 that will enable me to access all the features of SMSS Application.

Any further assistance will be appreciated.

Kind Regards
Bhavesh
brvaland  Saturday, July 12, 2008 10:18 PM

The downloadable Management Studio(SQL Server Management Studio Express Edition -SSMSEE )is a light weight tool and it will not have all the features offered by the full version of the tool. What you need to do is, if you have Enterprise Edition or any licensed edition cd install the tools (workstation components) from the CD you will have Import/Export wizards.

Madhu

SQL Server Blog

SQL Server 2008 Blog

Madhu K Nair  Sunday, July 13, 2008 6:26 AM

You can use google to search for other answers

Custom Search

More Threads

• Starting SQL Express
• Can not perform a backup or a restore of one of my SQL Servers
• Attach feature not working right
• SQL Server Management Studio - migration questions
• Retrive Data from XML Datatype column
• Job completing in 'success' without actually running
• How do you find anything in the log text file created during a copy db?
• Code Insight?
• SQL 2000 Monitoring Tools
• help me