Activity overview
Latest activity by dsbert
Code Analysis - semicolon statement terminators
Is there any way to warn for missing semicolons on statements? In particular there are situations where missing semicolons can cause unpredictable behavior (THROW).I understand the auto-formatter c...
I do not recall what finally resolved this issue for me but at some point it stopped being a problem. Sorry I can't offer more info. / comments
I do not recall what finally resolved this issue for me but at some point it stopped being a problem. Sorry I can't offer more info.
I can run git clean without any issues from both the directory that I linked to and the root of the repository. / comments
I can run git clean without any issues from both the directory that I linked to and the root of the repository.
I tried renaming my new cloned folder and then relinking the same database again to the new path. I received the same error about not being able to execute git clean. Does SQL Source Control support multiple databases in the same git repository?
/ comments
I tried renaming my new cloned folder and then relinking the same database again to the new path. I received the same error about not being able to execute git clean.Does SQL Source Control support...
Yes there is a redgate.ssc file. It is the same one from when I first linked this database and I have not made any changes to it because of the issues discussed in this thread. / comments
Yes there is a redgate.ssc file. It is the same one from when I first linked this database and I have not made any changes to it because of the issues discussed in this thread.
I cloned the repo again to a different directory, unlinked the db and linked it again with the new path. Now it works - but the entire DB is showing up as a change. I'm guessing something went wrong when I first linked it? Just noticed when i tried to delete the original repo, I'm getting an error. Looks like something is holding a file lock. Maybe that was the issue.
/ comments
I cloned the repo again to a different directory, unlinked the db and linked it again with the new path. Now it works - but the entire DB is showing up as a change. I'm guessing something went wron...
Yes I have full access. I'm linking the database to an empty subdirectory. I already have another database linked to the same repository in a different directory and that one works fine. / comments
Yes I have full access. I'm linking the database to an empty subdirectory. I already have another database linked to the same repository in a different directory and that one works fine.
How to fix git error when refreshing changes
I linked a database to source control which seemed to work without error. However, when I attempt to refresh the list of changes, I receive a git error.
Failed to execute git command 'clean -f -d' ...
I just ran into this issue and the description provided by @sam.blackburn made it more clear. ThisĀ problem occurred after I changed a table with linked static data. I altered a column from int to varchar. / comments
I just ran into this issue and the description provided by @sam.blackburn made it more clear. ThisĀ problem occurred after I changed a table with linked static data. I altered a column from int to ...
I'm having similar performance issues. It actually extends beyond SSMS locking up and my entire computer is slowed down until I force close SSMS. I've had stability issues with Redgate in the past, but it seems to have gotten worse in the last few versions. Are there any debugging steps I can take to try to identify why these issues might be happening?
/ comments
I'm having similar performance issues. It actually extends beyond SSMS locking up and my entire computer is slowed down until I force close SSMS. I've had stability issues with Redgate in the past,...