Comments
Sort by recent activity
Brian, thanks for reply. Looks like I'll have to check if my version is up to date. / comments
Brian, thanks for reply. Looks like I'll have to check if my version is up to date.
Hi Tim,
I unfortunatelly can't post just the file as the whole solution is a bit more complex and consists of a dedicated database for release/nightly build process and some C# code. The code also handles automated code download from Vault server. On top of all there are also 3 CLR stored procedures, also written in C# that take care of sorting the scripts.
I'll try to create some snipets when I have enough time and post them here or you can alternativelly send me an email to ales.potocnik@espares.co.uk and I can respond with some samples.
Regards / comments
Hi Tim,
I unfortunatelly can't post just the file as the whole solution is a bit more complex and consists of a dedicated database for release/nightly build process and some C# code. The code also ...
Hi again,
I've managed to get the structure synchronization part working and it produces a valid script at the ned.
Now I'm looking into data compare (RedGate.SQLDataCompare.Engine). I managed to find a couple of samples on how to use it, but some of the classes from those examples don't even exists in the namespace. Thus those samples must be for an older version of the API.
One of the unpleasant parts is that both RedGate.SQLCompare.Engine and RedGate.SQLDataCompare.Engine reference RedGate.SQL.Shared, but different versions which leads to compilation warnings and possibly to runtime errors. Are you planning to put all references in order in one of the future releases?
Can you point me to any code samples? Your walkthrough only contains samples for RedGate.SQLCompare.Engine. I need info on:
- how to create 2 datasources
- how to configure which tables to look up
- how to configure which columns in those tables to compare (Fine tune)
- how to execute comparison
- how to treat results.
Thanks and regards / comments
Hi again,
I've managed to get the structure synchronization part working and it produces a valid script at the ned.
Now I'm looking into data compare (RedGate.SQLDataCompare.Engine). I managed to f...
Michelle, thanks for all the help.
Since we managed to put the API to good use, I'll be recomending to our IT director we buy licences for Red Gate SQL Toolkit.
Regards / comments
Michelle, thanks for all the help.
Since we managed to put the API to good use, I'll be recomending to our IT director we buy licences for Red Gate SQL Toolkit.
Regards
Thanks again Michelle,
I'm performing further tests using the current release API (6.2). I'll try to find a way to separate the Differences found and script generated for individual difference - it already contains regions and I may be able to filter out just the relevant alter database region.
As for the dependencies, it will probably help if the code does several iterations of Differences collection - first for user defined types, then functions, then tables, then indexes, then stored procedures.
I'll post my findings once tests are done in case anyone else might find it usefull.
Regards / comments
Thanks again Michelle,
I'm performing further tests using the current release API (6.2). I'll try to find a way to separate the Differences found and script generated for individual difference - it...