Sunday, March 25, 2012

@@ variables

What is @.@.variables means in sql server?

hi

these are different system functions. you can see samples at:http://msdn2.microsoft.com/en-us/library/ms177520.aspx

http://msdn2.microsoft.com/en-us/library/ms187786.aspx

-yuriy

|||

These are built in variables such as:

@.@.CONNECTIONS Returns the number of attempted connections, either successful or unsuccessful since SQL Server was last started
|||

Hi,

These are built in functions of SQL server which you can call from anywhere in your program.

No comments:

Post a Comment