Skip to content

Latest commit

 

History

History
31 lines (28 loc) · 2.53 KB

File metadata and controls

31 lines (28 loc) · 2.53 KB
title Appendix - 1 (SybaseToSQL) | Microsoft Docs
ms.custom
ms.date 01/19/2017
ms.prod sql
ms.reviewer
ms.technology ssma
ms.topic conceptual
helpviewer_keywords
Sybase Console,Appendix
ms.assetid 6dcfd6d5-772c-4876-aa94-a7f43c4b9d59
author Shamikg
ms.author Shamikg

Appendix - 1 (SybaseToSQL)

Quick view of the SSMA Console command line options:

Sl. No. Switch Required? Switch Argument Permitted Values
1 -s/script Yes scriptfile Valid XML file name.

Console Script definition file.
2 -v/variable No variablevaluefile Valid XML file name.

If variables are used in script file, then this file must be specified.
3 -c/serverconnection No serverconnectionfile Valid XML file name.

This file contains server connection information.
4 -x/xmloutput No xmloutputfile This option indicates console output in the XML format. If this option is not specified, the default output is in TEXT format.

If xmloutputfile is not specified, XML output is directed to STDOUT.

Xmloutputfile is the name of the file to which the console output is written in the XML format.
5 -l/log No logfile Valid file name.
6 -e/projectenvironment No projectenvironmentfolder Valid folder name containing SSMA project environment files.
7 -p/securepassword No -a/add {<server_id> [,...n] | all} -c|serverconnection [-v|variable ] [-o/overwrite]

or

-a/add {<server_id> [,...n] | all} -s|script [-v|variable ] [-o/overwrite]

-r/remove {<server_id> [, ...n] | all}

-l/list

-e/export { [, ...n] | all} <encrypted-password -file>

-i/import { [, ...n] | all}
If specified, this option must not be combined with any other options.

server-id: A unique ID provided for a server {string}

server-connection-file: server definition file (serverconnectionfile or scriptfile).

variable-value-file: It is a variable definition file and used in server-connection-file.

encrypted-password-file: It is a server passwords file encrypted using a user-specified pass-phrase.
8 -? No Not Applicable Not Applicable

See Also

Executing the SSMA Console (Sybase)