Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

What is the difference between a local and a global variable?

Answer Posted / thiyagaraj.ramaswamy

Local Variable :
The scope or lifetime of the local variable
is with in a block or procedure..
Eg: DECLARE @Variable1

Global Variable :
The scope or lifetime of the global
variable throughout the execution of the program..
Eg: DECLARE @@Variable1

Is This Answer Correct ?    119 Yes 23 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How column data types are determined in a view?

1003


How connect excel to sql server?

1049


How do I get to sql server configuration manager?

1058


Explain the different types of backups available in sql server? : sql server database administration

980


How to receive output values from stored procedures?

1226


How you provide security to cube? : sql server analysis services, ssas

1005


What are policy management terms?

1036


Why normalization is used?

1064


What are the benefits of filtered indexes?

1093


When does a workload on SQL Azure get throttled?

131


What types of replication are supported in sql server?

1108


What is for xml in sql server?

1131


what are the different ways to return the rowcount of a table?

1048


How to make remote connection in database?

1047


What are 3 ways to get a count of the number of records in a table?

1118