Typical Storage screen for a SQL Server Table:
Fields | Description | ||
|---|---|---|---|
Target Location | The target location that defines the path of the table. Select (local) for a local table or select the target schema if you are locating tables in different schemas.
| ||
Database Type | The database type for a connection that is used for target DataWarehouse tables. | ||
Database |
| ||
Schema | The schema where the table is located. | ||
Create DDL Template | Optional. Specify the template to use when creating a new DDL procedure script. This option is only visible if a DDL template is available for this database type. Default value is None. |
Fields | Description |
|---|---|
Filegroup | Select a name from the drop-down list box. If no filegroup name is selected for SQL Server, the default for the database is used. |
Compress | This field enables you to compress a particular table/index. Compression options are:
|
VarDecimal Storage Format | Enables variable numeric storage in SQL Server for the table. The default is off - no variable numeric storage. To enable variable number storage, the following command must also be run for the SQL Server database: sp_db_vardecimal_storage_format 'DatabaseName', 'ON' |
Fields | Description | |
|---|---|---|
Optional CREATE Clause | Database-specific-and-compliant DDL to append to the generated CREATE TABLE statement.
|