Click here to Skip to main content
15,891,981 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Dear All,

I am working on the web based project(ASP.net) . where backend is sql server 2008. i am developing the application using sql server 2008. now i want to migrate my database from sql server 2008 to my sql database. can u please tell me how can i do it without changing my application code.
Thanks!.
Posted
Updated 22-Apr-10 20:55pm
v2

Hi
If you are using System.Data.SqlClient to connect to database then you need to change code as this namespace can only connect to MS SQL.
 
Share this answer
 
Why did you ask basically the same thing twice ? Your core issue is to deal with the downgrade in SQL, if you're using SQL Server features, you'll find they are gone.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900