System Tables Views MSSQL Tutorial

6>  SELECT top 10 text
7> FROM sys.messages
8> WHERE
9>     message_id = 208
10>     AND language_id = 1033
11> GO
text
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
------------------------------------------------
Invalid object name '%.*ls'.