Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Orphan Database Connections, Crystal thru VB

Status
Not open for further replies.

thorntone

IS-IT--Management
Mar 2, 2001
12
0
0
US
We have a problem with orphaned user spid's in MS SQL Server when we run a crystal report through a DLL called from ASP code. The spid is initiated when the report call is made, but never clears out. Interestingly, the database association to the spid changes from the database the report is run against to the default database for the user ID when the report is completed. I assume that means that a database close is being implictly performed, but no SQL Server logoff (explicit or implicit) takes place.

I'm very interested in any advice anyone can lend.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top