About
This blog is mostly about my work, but expect an occasional home project, productivity tip and tooling review.Search
Categories
- Conference (20)
- Development (208)
- Security (17)
- Test (32)
- Tooling (166)
- Uncategorized (168)
Most used tags
Tag Archives: sql server data tools
Case sensitive dacpac for coding standards
In our project we have coding standards for SQL objects. But when a code review made us update casing we noticed the dacpac did not contain the changes after a schema compare. What happend? Seems that our sql server databases … Continue reading
Version store out of memory
In our current project we use Sql Server Data Tools (sqlproj) to put our database in source control. Recently we experienced random exceptions during loading and building the solution with multiple sql projects. Last week our builds started to fail. … Continue reading
Azure SQL Server for centralized database
We are doing a project for our Business Intelligence team. For this we need a central database that is always available. This is where Azure comes to mind. I’ll describe here how I managed to configure Azure SQL Server to … Continue reading
Posted in Uncategorized
Tagged azure, SQL Azure, sql server data tools, visual studio 2013
2 Comments
Allow incompatible platform in schema comparison
Schema comparison of SQL Express 2012 database and SQL Server 2008 gives an error A project which specifies SQL Server 2012 as the target platform cannot be published to SQL Server 2008. Set the allow incompatible platform in the options … Continue reading
SQL Server Data Tools in Visual Studio 2013
Visual Studio 2013 has Sql Server Data Tools built in. (Pro, Premium and Ultimate) We use it to compare and sync databases. The first time I started the data compare it did not work. When comparing the data between databases … Continue reading
Posted in Tooling
Tagged data compare, schema compare, sql server data tools, sqlserver, visual studio, visual studio 2013
4 Comments