Migrating from “SQL Server” to “SQL Azure, while already using ”Linq to SQL?

If you already have your database migrated to SQL Azure, then yes all you will need to do is change the connection string and open the SQL Azrure firewall to allow your clients to access the DB (this you can do in the portal).

Up vote 4 down vote favorite 3 share g+ share fb share tw.

I want to migrate an existing application from SQL Server to to SQL Azure. I am using "Linq to SQL". The application is local, what I assume is that I will only have to change the connection string and the application will be connected to the cloud instead of local database and no change is required at code level.

Azure sql-azure link|improve this question edited Dec 22 '10 at 7:52 asked Jul 29 '10 at 7:19Asif Mushtaq6528.

If you already have your database migrated to SQL Azure, then yes all you will need to do is change the connection string and open the SQL Azrure firewall to allow your clients to access the DB (this you can do in the portal). However, while SQL Azure is very close to SQL Server, it isn't exactly the same. Lots of links to official variations can be found on msdn: msdn.microsoft.com/en-us/library/ee33624... or you can try running the SQL Azure Migration Wizard sqlazuremw.codeplex.com.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions