DacServices.GenerateDriftReport throws sql server

2019-05-30 22:57发布

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.

0条回答
登录 后发表回答