Monday, 19 August 2013

Is there a way to limit SQL Server Developer Edition to features found in more restrictive versions?

Is there a way to limit SQL Server Developer Edition to features found in
more restrictive versions?

Essentially, we're developing for mostly SQL Server Web Edition for some
databases and SQL Server Standard Edition for others. We'd like to prevent
the possibility of introducing a feature such as vardecimal in development
if it won't be supported in the staging (and consequently production)
versions.
Ideally there would be an option similar to compatibility level.
Thanks!

No comments:

Post a Comment