Activity overview
Latest activity by MartinH
I have the exception details saved to disk, but I see I can't attach files in the forums. How should I send you the files? Also, how do I generate a build log? Regards, Martin. / comments
I have the exception details saved to disk, but I see I can't attach files in the forums. How should I send you the files? Also, how do I generate a build log?Regards,Martin.
Is .NET 4.0 still supported with version 7?
The reason I ask this question is that I have a NET 4.0 application that I have obfuscated with SA 7.0.3.2212 and I'm getting errors as soon as the program starts (within the Main).Protecting the s...
What is the difference between SmartAssembly 7 Personal and Professional?
Also, what version is included with .NET Toolbelt?
Any sign of SDK for version 13?
I can't upgrade to SQL Compare as the snapshots are not compatible.
When can we expect v13 of the SDK?
Thanks,
Martin.
Mark:
That did the trick, thanks very much!
Regards,
Martin. / comments
Mark:
That did the trick, thanks very much!
Regards,
Martin.
How to use IFeatureChecker on ScriptObject
In the latest version (11.3) of the SQL Comparison SDK the RedGate.SQLCompare.Engine.SchemaObject.ScriptObject method has a new parameter of type IFeatureChecker, but I can't find any documentation...
I have found the solution, and show it here in case in might help other users: ...
RedGate.SQLDataCompare.Engine.SqlProvider provider = new RedGate.SQLDataCompare.Engine.SqlProvider(Options);
using(RedGate.Shared.SQL.ExecutionBlock.ExecutionBlock block = provider.GetMigrationSQL(session, true))
{
foreach(RedGate.SQLCompare.Engine.Message msg in provider.Messages)
{
// You can get the information about what is going to happen here using the msg.Text property!!
}
RedGate.Shared.SQL.ExecutionBlock.BlockExecutor executor = new RedGate.Shared.SQL.ExecutionBlock.BlockExecutor();
executor.ExecuteBlock(block, sqlHostTarget, databaseNameTarget);
}
Hope this helps,
Martin. / comments
I have found the solution, and show it here in case in might help other users:...
RedGate.SQLDataCompare.Engine.SqlProvider provider = new RedGate.SQLDataCompare.Engine.SqlProvider(Options);
using(...
Unfortunately, this was not my question. I am currently using feedback, and have no issues with this.
My question was if there is a resumé of commands that have been performed by the Data Compare engine.
For example:
x Records were added to TableX
y Records were deleted from TableX
z Records were updated on TableX
...etc. for each table in the database. / comments
Unfortunately, this was not my question. I am currently using feedback, and have no issues with this.
My question was if there is a resumé of commands that have been performed by the Data Compare ...
Resume after ExecuteBlock
Is there anywhere I can pick-up a brief resume of the action carried out by ExecuteBlock?
I'm looking for something like:
x Records added to TableX
x Records modified in TableX
x Record deleted fro...
Thanks Mike, I have downloaded it and can now use the updated SQL Compare and SQL Data Compare. / comments
Thanks Mike, I have downloaded it and can now use the updated SQL Compare and SQL Data Compare.