Comments
Sort by recent activity
Sorry- no. There's no feature remotely like this in any if our products. / comments
Sorry- no. There's no feature remotely like this in any if our products.
Sorry- no. There's no feature remotely like this in any if our products. / comments
Sorry- no. There's no feature remotely like this in any if our products.
keeping it simple- I don't yet see why doing something obvious isn't the way forward; meaning cycle through all the names of the databases and execute the same synchronisation code (pointing at the one and only local DB).
Put the names of the databases into an enumerable structure and then use a foreach on this structure.
Good to go? / comments
keeping it simple- I don't yet see why doing something obvious isn't the way forward; meaning cycle through all the names of the databases and execute the same synchronisation code (pointing at the...
You can run arbitrary scripts before and after the data generation. After a project has been defined, you can click on Edit Project at the top; then in the Scripts tab you are able to run pre- and post- scripts. / comments
You can run arbitrary scripts before and after the data generation. After a project has been defined, you can click on Edit Project at the top; then in the Scripts tab you are able to run pre- and ...
Can you download fiddler2 please and run it while running 'check for updates'- fiddler2 will show SOAP/HTTP errors (in red).
Could you post any http errors here. / comments
Can you download fiddler2 please and run it while running 'check for updates'- fiddler2 will show SOAP/HTTP errors (in red).
Could you post any http errors here.
I think the two issues are unrelated- check for updates is just a SOAP request to our server.
Please check in the windows application event log- errors from such calls usually end up in there for us to debug. / comments
I think the two issues are unrelated- check for updates is just a SOAP request to our server.
Please check in the windows application event log- errors from such calls usually end up in there for u...
The product doesn't yet support that feature but I'll add it to the list of enhancements.
What you require could possibly be fulfilled by our SDK: http://www.red-gate.com/products/sql-de ... rison-sdk/ / comments
The product doesn't yet support that feature but I'll add it to the list of enhancements.
What you require could possibly be fulfilled by our SDK:http://www.red-gate.com/products/sql-de ... rison-sdk/
Can you please post the definitions of the two tables please? / comments
Can you please post the definitions of the two tables please?
Can you try:
cusp.*
that should match
"cusp" with *any* proceeding characters up to any number
e.g.
cusp%^&%&^%&^%&^%&^%^& / comments
Can you try:
cusp.*
that should match
"cusp" with *any* proceeding characters up to any number
e.g.
cusp%^&%&^%&^%&^%&^%^&
There's no getting away from needing a lot of space in this case. The best I can offer is that you change the system environment variable RGTEMP to point to any directory (even on another drive) where you can be confident of having lots and lots of space. / comments
There's no getting away from needing a lot of space in this case. The best I can offer is that you change the system environment variable RGTEMP to point to any directory (even on another drive) wh...