Hi,
When a feature is deprecated in SQL Server does it mean that an error will occur if it is used.
For example. I was under the impression that the IMAGE data type was deprecated in 2019. However, it appears like I can still use it. select cast(null as image).
The Microsoft documentation also says there are no breaking changes in 2019. Dose this mean that anything which works in 2016 will still work in 2019.
Many thanks :)