Groups | Blog | Home
all groups > sql server connect > march 2007 >

sql server connect : import/export from to exel / access


Kevin G. Boles
3/19/2007 5:07:13 PM
There are several ways to accomplish this. The simplest is using the
OPENROWSET or OPENDATASOURCE TSQL syntax. Check BOL. You could also
import export XML which can be opened using Excel, or use CLR objects in
SQL2005 or perhaps sp_OA... functionality in earlier versions to directly
access the specific files.


--
TheSQLGuru
President
Indicium Resources, Inc.
[quoted text, click to view]

Casper
3/19/2007 9:09:21 PM
Hello,

i'm looking after the possibility of importing / exporting data from / to
Excel and Access.


Thanks for help
Casper

Casper
3/20/2007 6:13:05 PM
Thanks

"Kevin G. Boles" <kgboles@earthlink.net> schreef in bericht
news:utY8%23LnaHHA.4788@TK2MSFTNGP04.phx.gbl...
[quoted text, click to view]

AddThis Social Bookmark Button