#4 Import data from Excel to SQL Server table
how to import specific columns from excel file into an existing table in sql server.
Import excel table selected field and type into sql server.
EXPORT EXCEL TABLE TO SQL WITH ALL SETTING OF DATA TYPES
TABLE MAPPING IS VERY GOOD FEATURE TO SET UP DATA WHILE IMPORTING INTO SQL DATABASE.
THIS VIDEO DESCRIBES IMPORTING DATA IN VERY QUICK STEPS.
SQL Server Integration Services SSIS If you're familiar with SSIS and don't want to run the SQL Server Import and Export Wizard, create an SSIS package that uses the Excel Source and the SQL Server Destination in the data flow.
Once connected to Sql Server 2005 Database, From Object Explorer Window, right click on the database which you want to import table into. Select Tasks - Import Data. This is a simple tool and allows you to 'map' the incoming data into appropriate table.
#dilipmj #importspecificcolumns