I am looking at a report for upgrade compatability on sql server and seeing the following error:
Table sysobjects has changed or does not longer exist after SQL Server 2005. Using it may cause errors. For more details, please see: Line X, Column Y.
We are moving to SQL server 2016 what would I need to replace sysobjects with.
The portion of the stored proc that is generating the above 110 compatibility message looks as follows:
SELECT name FROM sysobjects