Click here to Skip to main content
15,886,258 members
Articles / Database Development / SQL Server / SQL Server 2008

Get my database server with current database.

Rate me:
Please Sign up or sign in to vote.
4.75/5 (13 votes)
24 Feb 2010CPOL 13.4K   9  
This is a very simple use of SQL Server global variables. Microsoft SQL Server provides a massive number of global variables, which are very effective to use in our regular Transact-SQL. Global variables represent a special type of variable. The server always maintain the values of these...

Alternatives

Members may post updates or alternatives to this current article in order to show different approaches or add new features.

No alternatives have been posted.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



Comments and Discussions