I open ms sql server 2012 and drill down the tree to northwind database.
i right click and open up a query analyzer window & a fluid shell window. At this moment both windows are connected to northwind database.
if i reconnect in the query analyzer window it reconnects me correctly to northwind.
if i reconnect in the fluidshell, it doesn't reconnect me correctly. after the reconnect i am connected to master.
you can run the following query to see what database your connected too in sql server. SELECT DB_NAME();
|
129 KB
|
128 KB
On hitting the reconnect button, it would be nice if it could connect back to the initial connection info if the connection is currently disconnected or the current connection info if the connection is still connected.
Looks like we fixed part of this. I would have imagined that the code here was been reused but doesn't look like it. the \reconnect command is reconnecting correctly to the database that was been used in the fluid shell but the [reconnect] button is reconnecting me incorrectly.
attached 2 screen shots, one using \reconnect and one using [reconnect] button...
Looks like we fixed part of this. I would have imagined that the code here was been reused but doesn't look like it. the \reconnect command is reconnecting correctly to the database that was been used in the fluid shell but the [reconnect] button is reconnecting me incorrectly.
attached 2 screen shots, one using \reconnect and one using [reconnect] button...
Issue #6488 |
Closed |
Fixed |
Resolved |
Completion |
No due date |
No fixed build |
No time estimate |
On hitting the reconnect button, it would be nice if it could connect back to the initial connection info if the connection is currently disconnected or the current connection info if the connection is still connected.