Use master GO CREATE DATABASE DB1 GO CREATE DATABASE DB2 GO Use DB1 GO CREATE TABLE t1( c1 varchar(20) ) GO
|
221 KB
I have marked this issue for v18 as it hangs the ADS and let you make the decision regarding this issue. Please change the version if are addressing this issue for v19.
Currently working as designed. Will review implementation in a future release. The issue is that the model dialog is awaiting for sql server's response and sql server is waiting on all connections to that database to be disconnected.
Currently working as designed. Will review implementation in a future release. The issue is that the model dialog is awaiting for sql server's response and sql server is waiting on all connections to that database to be disconnected.
Issue #15020 |
In Progress |
Completion |
No due date |
No fixed build |
No time estimate |
I have marked this issue for v18 as it hangs the ADS and let you make the decision regarding this issue. Please change the version if are addressing this issue for v19.