December 21, 2011 12:16 pm
Hi friends ,
Today I just thought of explain and doing some research on global variable ,and my post is also on same topic.
In SQL Server Global Variable series we are going to looked in following as future post .
In this Article we are going to cover
- What is Global Variable
- Why Global variable is needed
- Where Global variable are stored
- How to use Global variable
- Which are list of Global variable
Global variable are most used variable in SQL Server as these are One of the important aspect and needed at various stages of development.
Now lets dig into various aspect of Global variable :
What is Global Variable ?
Why Global variable is needed ?
Where Global variable are stored ?
How to use Global variable ?
We can directly use SELECT Statement for using Global variable
For example
@@Version is Global variables which returns information regarding SQL Server version
SELECT @@VERSION
Output
Which are list of Global variable ?
Following is list of Global Variable in SQL Server .
@@CONNECTIONS
@@MAX_CONNECTIONS
@@CPU_BUSY
@@ERROR
@@IDENTITY
@@IDLE
@@IO_BUSY
@@LANGID
@@LANGUAGE
@@MICROSOFTVERSION
@@PACK_RECEIVED
@@PACK_SENT
@@PACKET_ERRORS
@@ROWCOUNT
@@SERVERNAME
@@SPID
@@TEXTSIZE
@@TIMETICKS
@@TOTAL_ERRORS
@@TOTAL_READ
@@TOTAL_WRITE
@@TRANCOUNT
@@VERSION
@@CURSOR_ROWS
@@DATEFIRST
@@DEF_SORTORDER_ID
@@DEFAULT_LANGID
@@ERROR
@@FETCH_STATUS
@@LOCK_TIMEOUT
@@MAX_PRECISION
@@NESTLEVEL
@@OPTIONS
@@PROCID
@@REMSERVER
@@SERVICENAME
We will have detailed explanation on each of this variable in my next post
Hope this Helps !!!!
Thanks for visiting my blog !!
Hope you will like this post on Introduction,Why,What,How and Which are Global Variable with detailed explanation and Example.
If you really like reading my blog and understood at lest few thing then please don’t forget to subscribe my blog .
If you wan daily link and analysis or interesting link go to following website which will give @ your inbox please subscribe our following link resource blog
Where todays links are
Posted by Vishal Pawar
Tags:
Mobile Site | Full Site
Get a free blog at WordPress.com Theme: WordPress Mobile Edition by Alex King.