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
 SQL Server 2005 Forums
 SSIS and Import/Export (2005)
 ssis and import issue

Author  Topic 

eirikr
Starting Member

18 Posts

Posted - 2008-12-15 : 18:07:47
i get an error message when i try to import an excel databse into a table in sqlserver 2005, the error something about connection to sql failed, no such host is known when i set ms sql native client. Please tell me why, and what should i do. Thanks

sodeep
Master Smack Fu Yak Hacker

7174 Posts

Posted - 2008-12-15 : 18:16:00
Choose data flow task and put excel source and OLEDB destination.Point them to right connection.
Go to Top of Page

sodeep
Master Smack Fu Yak Hacker

7174 Posts

Posted - 2008-12-15 : 19:27:34
You might need to change unicode to appropriate data type while importing.
Go to Top of Page

eirikr
Starting Member

18 Posts

Posted - 2008-12-16 : 16:26:29
i followed exactly as shown in the book:
-data src: ms excel
with excel file path, then next

with dest, i tried either:
-dest: OLEBD for sql, or SQL native client
with my server name

Then i chose copy data from one to more tbls ...

everything seems working, but i failed at validating, error 0xc0047ofe, something with data flow task, the product level is insufficient for component source . What should i do? please help
Go to Top of Page

eirikr
Starting Member

18 Posts

Posted - 2008-12-16 : 16:36:23
i followed exactly as shown in the book:
-data src: ms excel
with excel file path, then next

with dest, i tried either:
-dest: OLEBD for sql, or SQL native client
with my server name

Then i chose copy data from one to more tbls ...

everything seems working, but i failed at validating, error 0xc0047ofe, something with data flow task, the product level is insufficient for component source . What should i do? please help
Go to Top of Page

rgombina
Constraint Violating Yak Guru

319 Posts

Posted - 2008-12-16 : 16:36:40
Try Import/Export Wizard from BI Studio and see if that is able to find the connection properly.
Go to Top of Page

eirikr
Starting Member

18 Posts

Posted - 2008-12-16 : 16:51:56
i have not used BI before, do u know any link for tutor? thanks
Go to Top of Page

eirikr
Starting Member

18 Posts

Posted - 2008-12-16 : 17:55:47
I got the issue done, ty for help
Go to Top of Page
   

- Advertisement -