I have a web application because of the way people can quit out of it, their connection to SQL Server remains (SPID).
I have written a proc that will run during the night to kill the SPID processes, however I am worried that during the day I might hit an upper limit of SPID processes and the system will fail.
Do I have anything to worry about? I can a potential of thousands of SPID.
I have written a proc that will run during the night to kill the SPID processes, however I am worried that during the day I might hit an upper limit of SPID processes and the system will fail.
Do I have anything to worry about? I can a potential of thousands of SPID.