Re: import accessfiles with stored procedures
From: Uri Dimant (urid_at_iscar.co.il)
Date: 02/15/05
- Next message: Graham: "Shutdown Sequence 0"
- Previous message: Joel H: "Re: 100% CPU Util on Simple Update Query"
- In reply to: Jason: "import accessfiles with stored procedures"
- Next in thread: Jason: "Re: import accessfiles with stored procedures"
- Reply: Jason: "Re: import accessfiles with stored procedures"
- Messages sorted by: [ date ] [ thread ]
Date: Tue, 15 Feb 2005 16:55:51 +0200
Jason
One option is
INSERT INTO ......
SELECT *
FROM OPENDATASOURCE(
'Microsoft.Jet.OLEDB.4.0',
'Data Source="d:\northwind.mdb";
User ID=Admin;Password='
)...Customers
"Jason" <jasonlewis@hotrmail.com> wrote in message
news:esocaw2EFHA.3416@TK2MSFTNGP09.phx.gbl...
> Hi,
>
> Could somebody tell me how to import access-files to a sql server
database?
>
> I would like to import all tables from access to the temp, do some
> data-manipulation and then insert into a database. I know that dts can
> import, but i want to address the tempdb so i don't have to create
> temptables in my databases.
>
> I hope someone can help me.
>
>
- Next message: Graham: "Shutdown Sequence 0"
- Previous message: Joel H: "Re: 100% CPU Util on Simple Update Query"
- In reply to: Jason: "import accessfiles with stored procedures"
- Next in thread: Jason: "Re: import accessfiles with stored procedures"
- Reply: Jason: "Re: import accessfiles with stored procedures"
- Messages sorted by: [ date ] [ thread ]