Noah Subrin's DEV Blog
Technology for Business minds

Importing a .csv File into SQLExpress Using Bulk Insert

Print the article

This entry was posted on 9/16/2007 2:33 AM and is filed under SQL Server.

With the introduction of Visual Studio 2005, SQL Express can be installed on a developer’s workstation to allow local database development. The client tools to access the local database environment must be installed separately. We use SQL Server Management Studio Express (SSMSE) in my customer environment. While SSMSE is easy to use, it does not include features such as Integration Services. Certain tasks, such as importing a .csv file are not available directly from the SSMSE user interface i.e. you don’t have access to the SQL Server equivalent of the DTS Import/Export Wizard. One approach to importing flat file data into SQLExpress is based on the Bulk Insert T-SQL command.

The implementation details can be found in an article I published for the SQL Server World Wide User Group

 

What did you think of this article?




Trackbacks
Trackback specific URL for this entry
  • No trackbacks exist for this entry.
Comments
    • No comments exist for this entry.
Leave a comment

Submitted comments will be subject to moderation before being displayed.

 Enter the above security code (required)

 Name

 Email (will not be published)

 Website

Your comment is 0 characters limited to 3000 characters.