B
Bruce Sandell
I have a c# application where I run a query every 10
seconds.
After the query completes, I close the connection object,
close the oledbdatareader object and dispose of the
command object.
When I look at my current activity in the database,
sleeping processes keep accumulating for each of these
queries. Why don't they go away? Should I care? Are
they using up any resources?
This application runs on MSDE (latest version).
Thanks for any help.
Bruce
seconds.
After the query completes, I close the connection object,
close the oledbdatareader object and dispose of the
command object.
When I look at my current activity in the database,
sleeping processes keep accumulating for each of these
queries. Why don't they go away? Should I care? Are
they using up any resources?
This application runs on MSDE (latest version).
Thanks for any help.
Bruce