Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Insert data Access 2007 to SQL 2008 table

Status
Not open for further replies.

barbola

Technical User
Feb 27, 2003
1,132
0
0
CA
I have an Access 2007 database query and I want to create a temporary table in a SQL 2008 database.

I know I need to connect to the server and database, I know I need my recordset from the query, and I need to use an Insert Into statement.

I can find bits and pieces of code but nothing complete to do what I want to do.

Does anyone have any ideas or sample code you can point me to please?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top