Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
Author |
Topic |
swatib
Posting Yak Master
173 Posts |
Posted - 2006-05-02 : 02:55:53
|
I've doubt regarding Data Import feature of Sql Server.Suppose I have an excel file with data and want to import it in sql server's one table. But the table has extra columns like primary key, Addedby, Addedon etc So how to import the data in such cases?while iserting these data into that table the application itself inserts the primaykey and the listed other column data.please guide me over this.ThanksNjoy Life  |
|
m.ibbrahim
Starting Member
16 Posts |
Posted - 2006-05-02 : 08:33:29
|
Hi Swati,In "DTS Import/Export Wizard", you will come across "Select Source Tables and Views". In this you can select Transform and map the fields of Excel sheet to the required Database field.Give it a try..RegardsMohd.Ibrahim |
 |
|
madhivanan
Premature Yak Congratulator
22864 Posts |
|
swatib
Posting Yak Master
173 Posts |
Posted - 2006-05-03 : 04:35:44
|
Thanks........I'll tryNjoy Life |
 |
|
|
|
|