Advanced Options

Use the Advanced section of the Options dialog box to set additional rules to customize the behavior of dbForge SQL Complete. You can apply the following options:

Settings

Qualify column name

Defines how column names should be committed.

With table name

The name of the table the column belongs to is specified before the column name: TableName.ColumnName.

With schema name and table name

The name of the table the column belongs to and the schema name are specified before the column name: SchemaName.TableName.ColumnName.

With database, schema and table name

The name of the table the column belongs to, the schema and database name are specified before the column name: DatabaseName.SchemaName.TableName.ColumnName.

Include default schema (dbo)

Includes default schema (dbo) into object name when pasting it into the text.

 

Reset Page Defaults

Click this button to reset settings on this page to the default ones.

See Also