Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
| Author |
Topic |
|
khufiamalik
Posting Yak Master
120 Posts |
Posted - 2009-06-09 : 00:44:50
|
| Hello All,I have a question about SQL Global variable.I have to create a SP that will be accessed from an application deployed on different machines. This SP will contain a global variable.My Question is that Is it Reliable to use Gloabl Variable and what would be the behior of this when 2 or more concurrent users access it at a time, will it share the value to each other or every machine will get it's own Set of value.Thanks in advance |
|
|
khtan
In (Som, Ni, Yak)
17689 Posts |
Posted - 2009-06-09 : 01:34:17
|
http://weblogs.sqlteam.com/mladenp/archive/2007/04/23/60185.aspx KH[spoiler]Time is always against us[/spoiler] |
 |
|
|
|
|
|