Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
| Author |
Topic |
|
AskSQLTeam
Ask SQLTeam Question
0 Posts |
Posted - 2000-12-14 : 16:19:49
|
Srini writes "Hi All,
I have a two stand alone applications running with java and C++.We have some calls made from java to SQl server 7 database using jdbcodbc bridge.All the time one connection is opend. Some calls were made from C++ to the same database which are made through odbc.Always two connections are opend.
Here is problem: The memory leak: At the start of the application Memory usage of Sql server exe is 9mb. It increases to 200mb after 5 to 6 hours of operation. Due to that Java exe terminates. How to solve this problem.
Regards, Srini" |
|
|
|
|
|