Activity overview
Latest activity by dakaratekid
It works!
Thanks,
dKK / comments
It works!
Thanks,
dKK
I will check it out. Thank you.
dKK / comments
I will check it out. Thank you.
dKK
TX Replication WITH QUEUED UPDATING subscriber support
Does SQL Compare 7 finally fix the issue of TRULY ignoring replication triggers for transactional replication when queued updating subscribers are involved? All of the previous editions have this ...
Error: Device index out of range: 191
I'm encountering an error restoring a database. The restore from this file has worked multiple times before, suddenly, I'm getting failures 5 minutes and 50 seconds into the restore process. Any ...
Still no fix for queued updating replication triggers?
My biggest gripe with sql compare to date has been that although Red Gate advertises the option to exclude replication triggers, it still does NOT ignore the replication triggers on the subscriber ...
Thanks Eddie,
Can you comment on my specific use of regular expressions from the OP? Specifically, the logical 'or' (|) seems out of place on an exclude. Is there a logical ‘and’ operator? The ‘&’ causes errors. I’m pretty well versed in regular expressions, but do I specifically have to schema/owner qualify my excludes with \[dbo\]\. ?? I understand the '.' has special meaning, i.e any character. Is it sufficient to write them as I have them? Could I instead write them as: <exclude>Table:.+conflict_.+|.+Deprecated_.+|.+sync_obj.+|.+sys.+|.+MS.+</exclude>
<exclude>StoredProcedure:.+sp_MS.+| .+Deprecated_.+|.+sync_obj.+|.+sys.+| .+MS.+</exclude>
<exclude>Trigger:.+sp_MS.+|.+trg_MS.+</exclude>
Thanks again. / comments
Thanks Eddie,
Can you comment on my specific use of regular expressions from the OP? Specifically, the logical 'or' (|) seems out of place on an exclude. Is there a logical ‘and’ operator? T...
arghh...looks like I posted this in the wrong forum. Mods, can you move this to the SQLToolkits forum?
Thanks,
dKK / comments
arghh...looks like I posted this in the wrong forum. Mods, can you move this to the SQLToolkits forum?
Thanks,
dKK
Advice on XML argfile tags
Hello,
I am using the sqltools command line sqlcompare.exe. I am able to generate both snapshots, and a comparison file. When I pass it an xml argfile, most of my options are being ignored for bo...