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 gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Accessing sql 2005 and sql 2008

Status
Not open for further replies.

OldSlowDog

Programmer
Mar 11, 2002
36
US
Thank you for helping.
I have a need to read a sql 2005 table and do something with the data and insert the records to a sql 2008 table all in one c# program.
Is it possible for a C# program to access 2 versions of SQL? If not, would you please give me some suggestions.
Thanks again.
 
This is not a problem at all. using ADO.Net you would create a connection for each database. select from 05, insert/update to 08.

Jason Meckley
Programmer
Specialty Bakers, Inc.

faq855-7190
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top