How can we help you today? How can we help you today?
si_he

Activity overview

Latest activity by si_he

Command line where clause
I need to schedule regular data compare jobs, but I need to use a WHERE clause. Is there any way to specify a WHERE clause using the command line tool? or is the API the only way of doing this? T...
1 follower 2 comments 0 votes
Restoring
Stupid question but I'll ask anyway... :roll: Is it possible to restore a backup done in SQL Backup v5 using the SQL native restore command on a server that does not have SQL Backup installed? Many...
1 follower 1 comment 0 votes
No transaction in XML argfile
Please can someone explain how I can set the commandline object to not use transactions within options? I have tried using the following in the XML file: <options>None</option> and <options> option...
2 followers 8 comments 0 votes
No problem, sorted it myself. Changed this: <columns>table_name:col1, col2, col3, ...</columns> To this: <columns>table_name$:col1, col2, col3, ...</columns> Forgot that $ signifies the end in a regular expression. Thanks / comments
No problem, sorted it myself. Changed this: <columns>table_name:col1, col2, col3, ...</columns> To this: <columns>table_name$:col1, col2, col3, ...</columns> Forgot that $ signifies the end in a re...
0 votes
Excluding columns using XML file
I'm trying to create an XML file with all the relevant tables included. However, one of the table has an image data type that I need to exclude. The following snippet is from the XML file I'm usin...
2 followers 2 comments 0 votes