-
Insert a specific recordset from a Table into an external Table using TSQL
How can I Insert a recordset from a local table (SQL server Data Base) into
an external table (Access Data base) using TSQL.
With Standard SQL the INSERT command has an option to specify an external
data base but with TSQL this command has not this option.
Think you.
-
Re: Insert a specific recordset from a Table into an external Table using TSQL
The simple and sparse answer is to look at Linked Servers in SQL Server
7.0/2000. You can create a linked server to an Access database.
Checkout the SQL Server BOL and the August SQL Server Mag.
-Mike
--
Michael Levy MCSD, MCDBA, MCT
Consultant
GA Sullivan
michaell@gasullivan.com
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Development Centers
-- Android Development Center
-- Cloud Development Project Center
-- HTML5 Development Center
-- Windows Mobile Development Center
|