Maybe this obvious to most of you, but....
Searching on "@@Connections" in BOL
or on Google has proven exasperating.
When I debug a Stored Proc in Query Analyzer,
what does (global) @@Connections = 117 mean?
Thank you for any help.
Gary Walter
> Searching on "@@Connections" in BOL
> or on Google has proven exasperating.
>
> When I debug a Stored Proc in Query Analyzer,
> what does (global) @@Connections = 117 mean?
Quoting BOL:
| @@CONNECTIONS
| Returns the number of connections, or attempted connections,
| since Microsoft® SQL Server was last started.
What else about @@CONNECTIONS do you want to know?
Cheers
Phil
Gary Walter - 13 Jul 2005 14:12 GMT
Thank you Phillip.
After your post, I opened BOL directly
and there on *default Index tab* were all
the @@'s staring me in the face!
I had earlier jumped to BOL from Query
Analyzer and ran from Search tab which
basically ignored "@@'s" (as did Google).
There are a *LOT* of links to "Connection."
Every day I am humbled by what I don't know...
gary
Gary Walter - 14 Jul 2005 12:41 GMT
meant *Philipp* ....apologies
> Thank you Phillip.
>
[quoted text clipped - 10 lines]
>
> gary