Comments
Sort by recent activity
Thanks, will work with the support ticket. / comments
Thanks, will work with the support ticket.
This is the hype! I will check this out later but I am hoping that little input box next to the database name can be used to filter the tables. That was one of my biggest gripes using the VS extension. / comments
This is the hype! I will check this out later but I am hoping that little input box next to the database name can be used to filter the tables. That was one of my biggest gripes using the VS extens...
It should be in the PATH. If you need to add or update to the PATH statement on the server you will need to reboot it for the agent to see the changes. / comments
It should be in the PATH. If you need to add or update to the PATH statement on the server you will need to reboot it for the agent to see the changes.
This resolves the issue. Thanks for fixing this! / comments
This resolves the issue. Thanks for fixing this!
Yes this was brought up last year https://forum.red-gate.com/discussion/84139/import-and-generate-script-weird-behavior I also opened a support ticket (#137102) for the issue 5 months ago which seems to just get ignored. I am not sure why this does not get fixed. It can break your project if clicked multiple times in the right scenario. It also gives a really bad impression for new uses. PLEASE get this fixed. / comments
Yes this was brought up last year https://forum.red-gate.com/discussion/84139/import-and-generate-script-weird-behavior I also opened a support ticket (#137102) for the issue 5 months ago which see...
Is this error in one of the plugins like TFS or Jenkins? I know with TFS you can specify it to use a specific version or the latest version of the cmdlets. I would assume setting latest version will make it try and check for new versions. / comments
Is this error in one of the plugins like TFS or Jenkins? I know with TFS you can specify it to use a specific version or the latest version of the cmdlets. I would assume setting latest version wil...
SQL Data Compare option support is currently on our backlog and work is scheduled to start soon.
This is great news! I am also interested in defining which columns in a table are used or can be ignored for data compare. / comments
SQL Data Compare option support is currently on our backlog and work is scheduled to start soon.
This is great news! I am also interested in defining which columns in a table are used or can be ig...
Before you figure out how to resolve it, make sure you know what the issue is. Did you compare your db to your project with sql compare and the only difference was white space? If so then you have the same issue that I had. (You are telling it to ignore white space and it is not) I fixed my issue by making the objects in the DB the same as the objects in the project by matching white space as a temp fix while they fixed the bug in the SCA code. Alternatively this may be a bug in the version of the cmdlet you have that was fixed or was just introduced? To me, SCA thinks there is a difference for some reason, so the place to start is to find out what that difference is. / comments
Before you figure out how to resolve it, make sure you know what the issue is. Did you compare your db to your project with sql compare and the only difference was white space? If so then you have ...
I think we need redgate to chime in with what algorithm they are using to produce the checksum. get-filehash does not match any of the 7 it supports. / comments
I think we need redgate to chime in with what algorithm they are using to produce the checksum. get-filehash does not match any of the 7 it supports.
No I had mine set to true in the sqlproj file but the VS extension was not honoring it. To see this I used SQL compare but in SQL compare you [image] need to uncheck ignore white space to see it. Check out this thread here. / comments
No I had mine set to true in the sqlproj file but the VS extension was not honoring it. To see this I used SQL compare but in SQL compare you need to uncheck ignore white space to see it. Check ou...