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
 import data from word,excel and access file

Author  Topic 

blackbox320
Starting Member

10 Posts

Posted - 2007-06-12 : 10:36:06
Is it possible to import data from a word table into sql table? How to import data from access and excel worksheet into sql table?
vishwa mukh

vishwamukh

madhivanan
Premature Yak Congratulator

22864 Posts

Posted - 2007-06-12 : 11:01:27
You can use import/export wizard to import data from EXCEL or ACCESS
Also you can read about OpenRowset in sql server help file
I dont think you can import data from Word document

Madhivanan

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

blackbox320
Starting Member

10 Posts

Posted - 2007-06-12 : 11:59:55
quote:
Originally posted by madhivanan

You can use import/export wizard to import data from EXCEL or ACCESS
Also you can read about OpenRowset in sql server help file
I dont think you can import data from Word document

Madhivanan

Failing to plan is Planning to fail


Thanks a lot for your help.

vishwa mukh

vishwamukh
Go to Top of Page
   

- Advertisement -