Activity overview
Latest activity by HÃ¥kan B
Ah, ok.
Thanks for the answer.
I've made an request on your uservoice here: http://redgate.uservoice.com/forums/39019-sql-source-control/suggestions/1385279-keep-history-when-the-linkpath-has-changed-subver / comments
Ah, ok.
Thanks for the answer.
I've made an request on your uservoice here: http://redgate.uservoice.com/forums/39019-sql-source-control/suggestions/1385279-keep-history-when-the-linkpath-has-chang...
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...
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 there if you watch it in the Repo-browser (TortoiseSVN).
When looking at the Log Messages (History) in the Repo-browser, there is a Checkbox called "Stop on copy/rename".
Checking/unchecking this Checkbox makes the "history" appear/disappear.
It seems that SQL Source Control consider this setting on (guessing). / comments
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...