Bug on 2012 - DEPRECATION_FINAL_SUPPORT
mbourgon
Posts: 32 Bronze 2
As part of a cleanup we're looking at our 2012 servers for any DEPRECATION_FINAL_SUPPORT events (via Trace), and came across several caused by SQL Prompt (5.3.0.3):
syscolumns will be removed in the next version of SQL Server. Avoid using this feature in new development work, and plan to modify applications that currently use it.
Yes, SQL Prompt works on 2012, but we're having to filter them from our logs. If you guys could look at changing that code to use sys.tables (and the like) when querying 2012 servers, we'd greatly appreciate it.
syscolumns will be removed in the next version of SQL Server. Avoid using this feature in new development work, and plan to modify applications that currently use it.
Yes, SQL Prompt works on 2012, but we're having to filter them from our logs. If you guys could look at changing that code to use sys.tables (and the like) when querying 2012 servers, we'd greatly appreciate it.
Comments
You can direct feature requests to our uservoice forums.
http://redgate.uservoice.com/forums/94413-sql-prompt-feature-suggestions
These forums are actively monitored by our development team and allow our users to reuest features and vote on them.
If a feature recieves a significant amount of votes or is deeemed to have merit development may include the feature in a future release.
Product Support
Red Gate Software