Activity overview
Latest activity by john.hunter
I'm still having this problem with version 10.4.8.87 specifically dropping primary key and not adding it back.
I'm not sure why it is dropping the primary key in the first place.
EDIT: Ok I found that if I ignore indexes in my comparison the generated script drops Primary Keys but doesn't re-add them. / comments
I'm still having this problem with version 10.4.8.87 specifically dropping primary key and not adding it back.
I'm not sure why it is dropping the primary key in the first place.
EDIT: Ok I found t...
aha thats it the files were missing from
C:\ProgramData\Red Gate\SSMSIP\Active\ when I put them in there it all started working.
thanks for the help there. / comments
aha thats it the files were missing from
C:\ProgramData\Red Gate\SSMSIP\Active\ when I put them in there it all started working.
thanks for the help there.
I think there is something else wrong here and the missing files are a result error.
SSMS is looking for these assemblies its program files folder (C:\Program Files (x86)\Microsoft SQL Server\100\Tools\Binn\VSShell\Common7\IDE)
where as all the assemblies seem to be in C:\Windows\Downloaded Installations\{25E61246-CE80-C48D-E730-2906DF476E0B}\Red Gate\SSMSIP\Source
I don't think that copying the missing assemblies into the SSMS folder is the correct solution here. / comments
I think there is something else wrong here and the missing files are a result error.
SSMS is looking for these assemblies its program files folder (C:\Program Files (x86)\Microsoft SQL Server\100\T...
Hi there I have the same issue
There are several assemblies the framework reports it cannot find:
RedGate.Shared.Utils
RedGate.SQLSearch.Loader
RedGate.SSMSIP
RedGate.SSMSIP.CommonUI
RedGate.SSMSIP.Engine
RedGate.SSMSIP.Loader / comments
Hi there I have the same issue
There are several assemblies the framework reports it cannot find:
RedGate.Shared.Utils
RedGate.SQLSearch.Loader
RedGate.SSMSIP
RedGate.SSMSIP.CommonUI
RedGate.SSMSIP...
Incorrectly reseeding excluded tables
I wanted to sync just a couple of tables in my databases. This works fine in version 7. However in version 8 it is reseeding all the tables in the database despite only having a couple of tables ...