How do I get a database from ODBC data source to SQL Server 2005? Can I use SQL Managment Studio Express for this?
+1
A:
Yes. Right-click on your database and go to Tasks: Import Data.
richardtallent
2009-07-16 14:21:20
A:
It used to be called DTS, but every SQL Server 2005/2008 comes with something called SSIS that is used to import and export data. You can import data into a database from any source, including flat text file, or .xls spreadsheet.
djangofan
2009-07-16 14:38:25