Default configuration keywords specific to SQL Server

In addition to the default DBTUNE keywords common to all DBMSs that were listed in the topic Types of configuration keywords, there are nine SQL Server-specific configuration keywords present by default in the SDE_dbtune table. They all specify geometry storage.

Geometry storage keywords

The following three keywords contain two parameters: the GEOMETRY_STORAGE parameter to set the feature class geometry storage type and the UI_TEXT parameter to allow the keyword to be used when creating data in ArcCatalog and other ArcObjects applications.

As mentioned in the topic Types of configuration keywords, if you specify a keyword that only has a few parameters, the rest of the parameters are read from the DEFAULTS configuration keyword. Therefore, if you specify SDEBINARY when you create a feature class in a geodatabase in SQL Server, the software uses the values for the GEOMETRY_STORAGE parameter from the SDEBINARY keyword, then goes to the DEFAULTS keyword for values for all the other parameters, such as B_STORAGE.

See Composite keywords and geometry storage for details on setting up network, terrain, and topology keywords for nondefault geometry types.

Related Topics

8/21/2013