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 |
mgreen84
Yak Posting Veteran
94 Posts |
Posted - 2014-05-27 : 14:46:17
|
I have two databases on one sql server 2012 instance. One called 'demotime' the other called 'demotime_dev'. how ever when I change in my JDBC connection the DB from demotime to demotime_dev. the connection still remains established with the demotime, is there any known reason to cause this? does both being on the same instance have anything to do with the problem? |
|
tkizer
Almighty SQL Goddess
38200 Posts |
Posted - 2014-05-27 : 14:48:37
|
When you make the connection change, did you close the app down first?Tara KizerSQL Server MVP since 2007http://weblogs.sqlteam.com/tarad/ |
|
|
mgreen84
Yak Posting Veteran
94 Posts |
|
tkizer
Almighty SQL Goddess
38200 Posts |
Posted - 2014-05-27 : 16:01:30
|
It seems to me that the app has a bug then where it is leaving connections open.Tara KizerSQL Server MVP since 2007http://weblogs.sqlteam.com/tarad/ |
|
|
|
|
|