This procedure accepts an integer parameter (as # of days) and will show all active SQL connections older than the number of days specified. The script has been tested in SQL Server 2000.
Example:
exec sp_connections ‘3’
Author: Lauryn Bradley
Download Script:
sp_connections.txt
Disclaimer: We hope that the information on these script pages is
valuable to you. Your use of the information contained in these pages,
however, is at your sole risk. All information on these pages is provided
“as -is”, without any warranty, whether express or implied, of its accuracy,
completeness, or fitness for a particular purpose…
Disclaimer Continued
Back to Database Journal Home