Question

I have a web site running in an Azure Cloud Services Web Role, which uses an Azure SQL Database. For development, I use SQL Server LocalDb, which was installed with Visual Studio 2013.

Now that SQL Server 2014 is released, should I switch to its version of LocalDb? Does the new LocalDb provide a more realistic emulation of Azure than the LocalDb that ships with VS2013? If I should switch, what should I uninstall and what should I install? Any other configuration changes?

Was it helpful?

Solution

Microsoft has released an update to SQL Server Data Tools which includes an update to LocalDb. The built-in Visual Studio 2013 Product Updates now includes the SQL Server Data Tools update.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top