SA0205 : The backward compatibility views for SQL Server 2000 system tables are deprecated. Use the current SQL Server system views instead | ![]() |
The topic describes the SA0205 analysis rule.
The backward compatibility views for SQL Server 2000 system tables are deprecated. Use the current SQL Server system views instead
The rule checks for usage of the backward compatibility views for SQL Server 2000 system tables.
It is recommend that you use the current SQL Server system views instead.
This backward compatibility views will be removed in a future version of Microsoft SQL Server. Avoid using this feature in new development work, and plan to modify applications that currently use this feature.
The rule has a Batch scope and is applied only on the SQL script.
Rule has no parameters.
The rule does not need Analysis Context or SQL Connection.
Deprecated Features
1select * from sysservers 2 3select * from sys.sysservers 4select * from someTable
Message | Line | Column | |
---|---|---|---|
1 | SA0205 : The backward compatibility views for SQL Server 2000 system tables are deprecated. Use the current SQL Server system views instead. | 1 | 14 |
2 | SA0205 : The backward compatibility views for SQL Server 2000 system tables are deprecated. Use the current SQL Server system views instead. | 3 | 18 |
© Ubitsoft Ltd. All Rights Reserved.