I am using SQL Compare Pro 10.4.8 and have tried using
/Exclude:Assembly
/Exclude:Assembly:sersolsharedcode
/Exclude:Assembly AND /Exclude:Assembly:sersolsharedcode
However SQL Compare Pro keeps failing with the error message:
Error: Synchronization of 'DBMSSQL2.Devqa.sersol.il.pqe\COREDB3.LibraryDB' and '87P7WK1.Devqa.sersol.il.pqe,1433.LibraryDB' failed: Assembly 'sersolsharedcode,
version=1.0.0.0, culture=neutral, publickeytoken=221f68f4f5ae01e4.' was not found in the SQL catalog.
How can I prevent SQL Compare Pro from attempting to synchronize CLR spocs? I can do it interactively but not through the command line.
This is the SQL Compare Pro command I am using:
sqlcompare
/server1:DBMSSQL2.Devqa.sersol.il.pqe\COREDB3 /DB1:LibraryDB
/server2:87P7WK1.Devqa.sersol.il.pqe,1433 /DB2:LibraryDB
/Synchronize /Force
/Report:"F:\My Documents\DEV\CCM\databases\SandBox\RickJones\SQLCompare\SQLCompareReports\DBMSSSQL2_87P7WK1_Synch_LibraryDB.html"
/reportType:Simple /logLevel:Verbose
/Exclude:Certificate /Exclude:Assembly /Exclude:Assembly:sersolsharedcode
/Exclude:Identical /Exclude:view:viewCoreLibraryDatabaseWithCodes
/Exclude:storedprocedure:prcUlrichsWebFeedRefresh2 /Exclude:view:viewCounterOutJournal
Thanks,
Rick
/Exclude:Assembly /Exclude:Assembly:sersolsharedcode /Exclude:Assembly AND /Exclude:Assembly:sersolsharedcode
However SQL Compare Pro keeps failing with the error message: How can I prevent SQL Compare Pro from attempting to synchronize CLR spocs? I can do it interactively but not through the command line.This is the SQL Compare Pro command I am using:
Thanks,
Rick