Direct connections from ArcSDE commands to a geodatabase in SQL Server

Administration commands are used primarily by the ArcSDE administrator user to monitor and alter the ArcSDE geodatabase. You can read the command reference provided with the ArcSDE component of ArcGIS Server at the Enterprise level for complete information on using these commands.

When these commands make connections to the geodatabase, they use the options –s for the server name, –D for the database name, –i for the service or direct connection string, –u for the connecting user's name, and –p for the user's password (if using database authentication).

Type the name of the database with the –D option.

The –i option corresponds to the Service field on the Spatial Database Connection Properties dialog box in ArcCatalog. Type the direct connection syntax string for your database. For SQL Server, type sde:sqlserver:<instance_name> with this option. The instance_name for default instances of SQL Server is the same name as the server on which SQL Server is installed. For named instances, type <server_name\instance_name>.

For the –u option, you should include the database user name if using database authentication. If using operating system authentication, you do not need to specify the –u or –p option.

When you use the –p option to specify the password of the database user, it shows up in plain text. For most commands, you can omit this option when using database authentication and you will be prompted to type the password. When you do this, the password does not appear on-screen.

Related Topics


8/19/2013