Comments
Sort by recent activity
Something just hangs and I get a taskbar notification saying that SSMS is busy every time I click it. / comments
Something just hangs and I get a taskbar notification saying that SSMS is busy every time I click it.
This just got a lot stranger.
I was only trying to connect to the local SQL Server instance.
Once I connected to another instance with my normal user (which is local admin), the problem went away. I had another instance of SSMS running as Administrator at the moment, but that's not needed anymore. / comments
This just got a lot stranger.
I was only trying to connect to the local SQL Server instance.
Once I connected to another instance with my normal user (which is local admin), the problem went away. ...
I'll have to uninstall it too.
Since yesterday I can't use SSMS because it hangs connecting to any server. / comments
I'll have to uninstall it too.
Since yesterday I can't use SSMS because it hangs connecting to any server.
Same here: Windows 7 64-bit Enterprise, SQL 2008-R2 / comments
Same here: Windows 7 64-bit Enterprise, SQL 2008-R2
I Can't hardly wait. / comments
I Can't hardly wait.
Not just that.
Imagine I have a SS2000 or SS2005 database with a table with DATETIME column and a SS2008 version of the same database where the table has DATETIMEOFFSET(0) instead of DATETIME columns. Chances are that values from one will never be equal to values in the other because DATETIMEOFFSET(0) has no milliseconds part.
Another use case is where I have a timestamp column that I don't want in the comparison but, in the synchronization script I want it to be GETUTCDATE(). / comments
Not just that.
Imagine I have a SS2000 or SS2005 database with a table with DATETIME column and a SS2008 version of the same database where the table has DATETIMEOFFSET(0) instead of DATETIME colum...
I can't hardly wait. [image] / comments
I can't hardly wait.
I was just working on a database project in Visual Studio 2010 Ultimate and got this (reported by NDepend - www.ndepend.com). / comments
I was just working on a database project in Visual Studio 2010 Ultimate and got this (reported by NDepend - www.ndepend.com).
The cumulative patch fixed it. Thanks. / comments
The cumulative patch fixed it. Thanks.
Thanks. I was able to work around the issue using SQL Refactor. / comments
Thanks. I was able to work around the issue using SQL Refactor.