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
 exporting data from excel sheet to db table

Author  Topic 

renu
Starting Member

47 Posts

Posted - 2007-10-09 : 03:24:56
i have to export the data from excel sheet to database table. for that i created linked server in sql 2000. after creating i get the SQLOLEDB error when i expand the linked server in enterprise manager.Can anyone help me in solving this issue.

madhivanan
Premature Yak Congratulator

22864 Posts

Posted - 2007-10-09 : 03:28:00
Make sure the path is correct. Also try this
http://www.sqlteam.com/forums/topic.asp?TOPIC_ID=49926

Madhivanan

Failing to plan is Planning to fail
Go to Top of Page

renu
Starting Member

47 Posts

Posted - 2007-10-09 : 05:00:47
first of all what i have to do to export the datas from excel sheet to database tables
Go to Top of Page

madhivanan
Premature Yak Congratulator

22864 Posts

Posted - 2007-10-09 : 05:01:24
quote:
Originally posted by renu

first of all what i have to do to export the datas from excel sheet to database tables


Did you read the link I posted?

Madhivanan

Failing to plan is Planning to fail
Go to Top of Page

renu
Starting Member

47 Posts

Posted - 2007-10-09 : 05:20:44
ya i read but i didnt have the linked server.
Go to Top of Page

madhivanan
Premature Yak Congratulator

22864 Posts

Posted - 2007-10-09 : 07:18:12
quote:
Originally posted by renu

ya i read but i didnt have the linked server.


Didnt you try OPENROWSET query?

Madhivanan

Failing to plan is Planning to fail
Go to Top of Page
   

- Advertisement -