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.

 All Forums
 General SQL Server Forums
 New to SQL Server Programming
 DTS

Author  Topic 

Gayatri D.Patil
Yak Posting Veteran

58 Posts

Posted - 2008-03-05 : 01:47:07
hi
i want to export data in excel to sql 2000.
i right click on Data transformation services
then click on new pakage.
then in desining i took one oledb provider for sql server.
and as well as i took microsoft excel 97-2000.
then i set the propeties and i took transform data task and set the properties.

its execute successfully but when i check table in that table data is not inserted.
so pls help me
gayatri

pravin14u
Posting Yak Master

246 Posts

Posted - 2008-03-05 : 02:06:42
Did u map the columns between Source and destination in the transform data task ? Also check the source file name and destination table name.
Go to Top of Page

Gayatri D.Patil
Yak Posting Veteran

58 Posts

Posted - 2008-03-05 : 02:39:15
hi
yes i maped the tables.
and source file and destination file is correct.

help me
gayatri
Go to Top of Page

RickD
Slow But Sure Yak Herding Master

3608 Posts

Posted - 2008-03-05 : 02:50:18
If you preview the source, do you see any records?

Make sure you have selected the correct workbook in your source.
Go to Top of Page

Gayatri D.Patil
Yak Posting Veteran

58 Posts

Posted - 2008-03-05 : 05:48:47
hi
yes i saw the same records.
i create other dts package that are run.
and export data in sql.

pls help me
gayatri
Go to Top of Page

harsh_athalye
Master Smack Fu Yak Hacker

5581 Posts

Posted - 2008-03-05 : 06:02:22
Make sure it is not similar to this issue:

http://www.sqlteam.com/forums/topic.asp?TOPIC_ID=95540&whichpage=2

Harsh Athalye
India.
"The IMPOSSIBLE is often UNTRIED"
Go to Top of Page
   

- Advertisement -