Wednesday, March 8, 2023

SQL Server - Critical Events IDs and Keywords T-SQL

Where can I find critical/important event IDs to monitor in SQL Server?

with its definition explained?


Please send an email to amitvaid81@gmail.com


Additionally,

1. Reserved Keywords (Transact-SQL)

https://learn.microsoft.com/en-us/sql/t-sql/language-elements/reserved-keywords-transact-sql?view=sql-server-ver16


2. Granting permissions

GRANT SELECT ON dbo.myTable TO amitv

GRANT VIEW ANY DEFINITION TO amitv



Best Regards


Amit Vaid








1 comment:

Anonymous said...

https://learn.microsoft.com/en-us/sql/t-sql/functions/dense-rank-transact-sql?view=sql-server-ver16