What is the meaning of the symbol @@ in SQL Server?
@@
In SQL Server, symbol @@ is prefixed to global variables.
The server maintains all the global variables. We cannot declare them.