Erroneous warning message on Date type
laneg
Posts: 3
I am doing a comparison between two databases that are on the same instance of SQL Server 12. Here's a link to a screenshot of the comparision:
http://screencast.com/t/ngeLQi1sO
From the screenshot, you can see that both the source and target databases have the same columns.
However, when I generate the deployment script, I get an "Unsupported datatype" error:
Severity: High
Object: PurchaseOrder
Title: The type Date on object [dbo].[PurchaseOrder].[PODate] is not supported in the target database version.
This clearly is an erroneous message, but is there something I need to do to configure SQL Compare to prevent it from being generated?
http://screencast.com/t/ngeLQi1sO
From the screenshot, you can see that both the source and target databases have the same columns.
However, when I generate the deployment script, I get an "Unsupported datatype" error:
Severity: High
Object: PurchaseOrder
Title: The type Date on object [dbo].[PurchaseOrder].[PODate] is not supported in the target database version.
This clearly is an erroneous message, but is there something I need to do to configure SQL Compare to prevent it from being generated?
Comments