Posts
Sort by recent activity
Rearranging path on Subversion made history disappear
We had to reorganize the folder structure on our Subversion server.
So we unlinked our database, and then linked it back on to the new path.
Suddenly we don't have any history!
The history is still...
Synchronization of assemblies don't work
I’m trying to synchronize two databases containing two assemblies.
The synchronization script recognizes one of them (thru dependencies??).
So in the synchronization script there is a DROP ASSEMB...
New feature wish: Go To Definition
Be able to right click a database object in the code and get an option called for example Go To Definition (as in Visual Studio).
You then get to see the code as when click modify/design.
SMSS freezes after being connected to another db engine
When I connect to another database engines than my own (could be via VPN or not), do some work and then disconnects.
If I then goes on to work on another database engine it just freezes for a long ...
Committing a changed varchar column adds collation.
I changed a varchar column to be wider and then committed the change to subversion.
When I looked at the script I saw that it had added the Collation on the column I've changed.
That's not a wanted...