Drop Table

Support Forum for database administrators and web based access to important newsgroups related to databases
Register on Database Support Forum Edit your profileCalendarFind other Database Support forum membersFrequently Asked QuestionsSearch this forum -> 
For Database admins: Free Database-related Magazines Now Free shipping to Texas


Post New Thread










Thread
Author

Sql connections?
Help!  Our MOM server is displaying an alert saying there are 671 connection
s
on my sql database!  There is no way this should be happening.  The sql
database is running on a dell management server that is simply monitoring my
dell servers (of which there are about 20).  Where are these connections
coming from and how do I prevent this from happening?
Thanks!
Kelly

Report this thread to moderator Post Follow-up to this message
Old Post
Kelly Beauchaine
04-04-06 04:23 PM


Re: Sql connections?
Try running the following :-

Sp_who2

Once connected to the SQL Server in question, in Query Analyser


--
HTH. Ryan


"Kelly Beauchaine" < KellyBeauchaine@disc
ussions.microsoft.com> wrote in
message news:E39254F2-B16C-4B4B-874F- CFEA3402A05B@microso
ft.com...
> Help!  Our MOM server is displaying an alert saying there are 671
> connections
> on my sql database!  There is no way this should be happening.  The sql
> database is running on a dell management server that is simply monitoring
> my
> dell servers (of which there are about 20).  Where are these connections
> coming from and how do I prevent this from happening?
> Thanks!
> Kelly



Report this thread to moderator Post Follow-up to this message
Old Post
Ryan
04-04-06 04:23 PM


Re: Sql connections?
The connections were either the 'sa' account or the NT Authority\System
account.  Are these perhaps just running common processes but are not being
released or disconnected when they should be?  I really don't know much abou
t
sql server (as you can tell).

"Ryan" wrote:

> Try running the following :-
>
>     Sp_who2
>
> Once connected to the SQL Server in question, in Query Analyser
>
>
> --
> HTH. Ryan
>
>
> "Kelly Beauchaine" < KellyBeauchaine@disc
ussions.microsoft.com> wrote in
> message news:E39254F2-B16C-4B4B-874F- CFEA3402A05B@microso
ft.com... 
>
>
>

Report this thread to moderator Post Follow-up to this message
Old Post
Kelly Beauchaine
04-04-06 04:23 PM


Re: Sql connections?
One of the columns returned by sp_who2 will be HostName. Are there numerous
connections coming from 1 hostname... if so you could try turning off that
PC to release connections.

To get rid of a single connection you can use the KILL command. KILL spid


--
HTH. Ryan


"Kelly Beauchaine" < KellyBeauchaine@disc
ussions.microsoft.com> wrote in
message news:D5871BB5-E705-4B9B-AC60- 7D7C5CAB5435@microso
ft.com...
> The connections were either the 'sa' account or the NT Authority\System
> account.  Are these perhaps just running common processes but are not
> being
> released or disconnected when they should be?  I really don't know much
> about
> sql server (as you can tell).
>
> "Ryan" wrote:
> 



Report this thread to moderator Post Follow-up to this message
Old Post
Ryan
04-05-06 08:23 AM


Re: Sql connections?
Hi Ryan

Try out sp_who_3, which is available from
http://www.databasejournal.com/scri...cle.php/3391341

It has helped me in the past.

Regards,
Jan


"Ryan" <Ryan_Waight@nospam.hotmail.com> wrote in message
news:uN%23jKQIWGHA.3448@TK2MSFTNGP03.phx.gbl...
> One of the columns returned by sp_who2 will be HostName. Are there
> numerous connections coming from 1 hostname... if so you could try turning
> off that PC to release connections.
>
> To get rid of a single connection you can use the KILL command. KILL spid
>
>
> --
> HTH. Ryan
>
>
> "Kelly Beauchaine" < KellyBeauchaine@disc
ussions.microsoft.com> wrote in
> message news:D5871BB5-E705-4B9B-AC60- 7D7C5CAB5435@microso
ft.com... 
>
>



Report this thread to moderator Post Follow-up to this message
Old Post
Jan Van der Eecken
04-07-06 01:23 AM


Re: Sql connections?
Ryan,
The HostName that showed up what either blank or had the name of my server
in it.  But, again, I had bounced the server so there are only about 20
connections at this time.
Thanks for the assistance though, it is greatly appreciated!

"Ryan" wrote:

> One of the columns returned by sp_who2 will be HostName. Are there numerou
s
> connections coming from 1 hostname... if so you could try turning off that
> PC to release connections.
>
> To get rid of a single connection you can use the KILL command. KILL spid
>
>
> --
> HTH. Ryan
>
>
> "Kelly Beauchaine" < KellyBeauchaine@disc
ussions.microsoft.com> wrote in
> message news:D5871BB5-E705-4B9B-AC60- 7D7C5CAB5435@microso
ft.com... 
>
>
>

Report this thread to moderator Post Follow-up to this message
Old Post
Kelly Beauchaine
04-07-06 01:23 AM


Re: Sql connections?
Jan,
Thanks for the tip on that.  I actually sent it on to our resident sql dba
as I have no idea what I was supposed to do with it!  Sorry, but as I said, 
I
am not knowledgeable with sql server let alone running anything more
complicated than the sp_who2 procedure.  In any event, your help is greatly
appreciated!
Kelly

"Jan Van der Eecken" wrote:

> Hi Ryan
>
> Try out sp_who_3, which is available from
> http://www.databasejournal.com/scri...cle.php/3391341
>
> It has helped me in the past.
>
> Regards,
> Jan
>
>
> "Ryan" <Ryan_Waight@nospam.hotmail.com> wrote in message
> news:uN%23jKQIWGHA.3448@TK2MSFTNGP03.phx.gbl... 
>
>
>

Report this thread to moderator Post Follow-up to this message
Old Post
Kelly Beauchaine
04-07-06 01:23 AM


Re: Sql connections?
You're welcome.

"Kelly Beauchaine" < KellyBeauchaine@disc
ussions.microsoft.com> wrote in
message news:06DA6902-5739-4E70-BA75- 3D77ECD6BEC9@microso
ft.com...
> Jan,
>  Thanks for the tip on that.  I actually sent it on to our resident sql
> dba
> as I have no idea what I was supposed to do with it!  Sorry, but as I
> said, I
> am not knowledgeable with sql server let alone running anything more
> complicated than the sp_who2 procedure.  In any event, your help is
> greatly
> appreciated!
> Kelly
>
> "Jan Van der Eecken" wrote:
> 



Report this thread to moderator Post Follow-up to this message
Old Post
Jan Van der Eecken
04-07-06 01:23 AM


Sponsored Links





Last Thread Next Thread
Post New Thread

MS SQL Server archive

Show a Printable Version Email This Page to Someone! Receive updates to this thread
Microsoft SQL Server
Access database support
PostgreSQL Replication
SQL Server ODBC
FoxPro Support
PostgreSQL pgAdmin
SQL Server Clustering
MySQL ODBC
Web Applications with dBASE
SQL Server CE
MySQL++
Sybase Database Support
MS SQL Full Text Search
PostgreSQL Administration
SQL Anywhere support
DB2 UDB Database
Paradox Database Support
Filemaker Database
Berkley DB
SQL 2000/2000i database
ASE Database
Forum Jump:
All times are GMT. The time now is 07:27 PM.

 
Mobile devices forum | Database support forum archive




Copyrights DropTable.com Database Support Forum 2004 - 2006