Monday, April 10, 2023

MS-SQL Server - प्राचीन आर

Deprecated Features starting from R....! 


Feature

READTEXTDescription

The READTEXT syntax was encountered. Rewrite applications to use the varchar(max) data type and removed text data type syntax. Occurs once per query.
REMSERVERReplace remote servers by using linked servers.
RESTORE DATABASE or LOG WITH DBO_ONLYThe RESTORE ... WITH DBO_ONLY syntax was encountered. Use RESTORE ... RESTRICTED_USER instead.
RESTORE DATABASE or LOG WITH MEDIAPASSWORDThe RESTORE ... WITH MEDIAPASSWORD syntax was encountered. WITH MEDIAPASSWORD provides weak security and should be removed.
RESTORE DATABASE or LOG WITH PASSWORDThe RESTORE ... WITH PASSWORD syntax was encountered. WITH PASSWORD provides weak security and should be removed.
Returning results from triggerThis event occurs once per trigger invocation. Rewrite the trigger so that it does not return result sets.
ROWGUIDCOL



Source Link:- https://learn.microsoft.com/en-us/sql/relational-databases/performance-monitor/sql-server-deprecated-features-object?view=sql-server-ver16


Best Regards


T. Amit Vaid S.
The ROWGUIDCOL syntax was encountered. Rewrite statements to use the $rowguid syntax. Occurs once per compilation.



No comments: