IBM® IBM Storage Protect Snapshot commands for SQL Server

The name of the IBM Storage Protect Snapshot for SQL Server command-line interface is tdpsqlc.exe. If you installed the TDPSQL package, or you configured the Microsoft SQL Server in Microsoft Management Console (MMC), the program is located (by default) in the IBM Storage Protect Snapshot installation directory (
C:\Program
               Files\Tivoli\tsm\TDPSQL
).
Command-line parameter characteristics
The command-line parameters have the following characteristics:
  • Positional parameters do not include a leading slash (/) or dash (-).
  • Optional parameters can display in any order after the required parameters.
  • Optional parameters begin with a forward slash (/) or a dash (-).
  • Minimum abbreviations for keywords are indicated in uppercase text.
  • Some keyword parameters require a value.
  • For those keyword parameters that require a value, the value is separated from the keyword with an equal sign (=).
  • If a parameter requires more than one value after the equal sign, the values are separated with commas.
  • Each parameter is separated from the others by using spaces.
  • If a parameter value includes spaces, the value must be enclosed in double quotation marks.
  • A positional parameter can display only once per command invocation.
Where repeatable syntax displays, separate multiple values with commas as indicated in the following example:
TDPSQLC command
Read syntax diagramSkip visual syntax diagramTDPSQLCBackup,dbname*
T o select all instances on the server of database names or file names, specify the asterisk (*) wildcard character following the command.
Command-line interface help

Issue the tdpsqlc ? or tdpsqlc help command to display help for the command-line interface. You can see more specific help for commands by entering a command like the following example: tdpsqlc help backup, where backup is an example of a command.