Quantcast
Channel: Für Entwickler: SQL Server Forum
Viewing all articles
Browse latest Browse all 1772

DacServices.GenerateDriftReport throws sql server version Conflict

$
0
0

I have a microsoft sql server 2014 instance with a database "myDB". In SSMS I have registered this database as Datatier application. I have installed the latest dacfx with nuget to my visual studio project. When I hit DacServices.GenerateDriftReport("myDB") it throws:

  • Databases registered as a DAC database must be hosted by an instance of SQL 2005 SP4, SQL 2008 SP2, SQL 2008 R2, SQL 2012 or SQL Azure.

Also the method DacServices.Unregister throws this error.

I am installing Windows Server Updates to the SQL Server machine but I don't believe this would fix it.


Viewing all articles
Browse latest Browse all 1772

Trending Articles