Migrating from "SQL Server" to "SQL Azure, while already using "Linq to SQL" -


I want to migrate the existing application to SQL Ezur from SQL Server. I am using "Linq to SQL", the application is local, do I believe that I only have to change the connection string and the cloud will be connected to the cloud instead of the local database and no change is needed at the code level.

If your database has already been migrated to SQL Ezur, You will need to change the connection string and open the SQL Ezire Firewall. To allow your customers to reach DB. (You can do it in the portal).

However, SQL Azure is very close to SQL Server, but it is not exactly the same. Many links can be found for official variations in this or you


Comments

Popular posts from this blog

c# - sqlDecimal to decimal clr stored procedure Unable to cast object of type 'System.Data.SqlTypes.SqlDecimal' to type 'System.IConvertible' -

Calling GetGUIThreadInfo from Outlook VBA -

Obfuscating Python code? -