Create Unregistered Table (Data Management)

License Level:BasicStandardAdvanced

Summary

This tool applies to enterprise geodatabases only. Creates an empty unregistered ArcSDE file to be used with ArcGIS Spatial Data Server.

Usage

Syntax

CreateUnRegisteredTable_management (out_path, out_name, {template}, {config_keyword})
ParameterExplanationData Type
out_path

The enterprise database in which the output table will be created.

Workspace
out_name

The name of the table to be created.

String
template
[template,...]
(Optional)

A table or list of tables whose fields and attribute schema are used to define the fields in the output table.

Table View
config_keyword
(Optional)

Determines the storage parameters of the table in an ArcSDE geodatabase.

Learn more about configuration keywords for enterprise geodatabases

String

Code Sample

CreateUnRegisteredTable (Python window)

arcpy.CreateUnRegisteredTable_management("Database Servers\\SQLEXP.gds\\FIRSTDB (VERSION:dbo.DEFAULT)", "New_Table", "", "")

Environments

Related Topics

Licensing Information

ArcGIS for Desktop Basic: Yes
ArcGIS for Desktop Standard: Yes
ArcGIS for Desktop Advanced: Yes
11/18/2013