Use the SQL Server Database Editor for the following tasks:
Follow these steps:
Specifies the name of the database.
Specifies the type of database. Select one of the following options:
Indicates that the specified files are primary files. If you do not specify Primary, the first file specified in the File Groups is considered as the primary file.
Indicates that you want to use the database for mirroring.
Indicates that you want to create a snapshot of the database. A snapshot is typically created on a mirror database.
Specifies the containment status of the database. Select from one of the following options:
Indicates that the database is a noncontained database.
Indicates that the database is a partially contained database.
Specifies the SQL Server version compatibility.
Specifies the default collation for the database. If collation is not specified, the default collation of SQL Server is assigned. Enter either a Windows collation name or a SQL collation name.
Note: If you have specified the FOR ATTACH or FOR ATTACH_REBUILD clauses, you cannot specify a collation name. In addition, you cannot specify a collation name on a database snapshot.
Generates SQL statements during forward engineering.
Specifies the default value of a column, alias data type, or CLR user-defined type for which nullability is not explicitly defined. Columns that are defined with constraints follow those constraints regardless of this setting. A TRUE value specifies that the default is NULL and FALSE is NOT NULL.
Specifies how comparisons to a NULL value are handled. A TRUE value specifies UNKNOWN comparison and a FALSE value specifies TRUE comparison.
Specifies whether strings are padded to the same length before a conversion or insertion to a varchar or nvarchar data type.
Specifies whether errors or warnings are issued when conditions such as divide-by-zero occur or NULL values appear in aggregate functions. A TRUE value specifies that an error or warning is issued. A FALSE value specifies that no warnings are issued.
Specifies whether a query ends when an overflow or divide-by-zero error occurs. A TRUE value specifies that the query ends. A FALSE value specifies that a warning message is issued and querying continues.
Specifies whether you want to consider concatenation results as nulls or empty strings. TRUE specifies that the concatenation operation returns NULL. FALSE specifies that the concatenation operation treats NULL as an empty string and returns the parameter that was not NULL.
Specifies whether an error is generated when a loss of precision occurs in an expression.
Specifies whether double quotation marks can be used to enclose delimited characters. A TRUE value specifies that double quotation marks are permitted. A FALSE value specifies that double quotation marks are not permitted.
Note: SQL Server also allows square brackets as delimiters for identifiers, regardless of the value of this property.
Specifies whether the recursive firing of AFTER triggers is allowed.
Specifies the snapshot database. This option is available if you have selected Snapshot for Database Type.
Specifies the level of access that is ranted to Filestream data for nontransactional processes. Select from the following options:
Specifies the directory name for the Filestream data. Enter a name that is unique among all the Database_Directory names in the SQL Server instance. Set this option before creating a FileTable in this database.
Specifies the database state. The state can have one of the following values:
Specifies whether the database can participate in a cross-database ownership chain.
Specifies if the instance of SQL Server trusts the database and its contents. This property also determines whether views, user-defined functions, or stored procedures can access the database when they use an impersonation context.
Specifies whether database transactions can specify the SNAPSHOT transaction isolation level. A TRUE value specifies that transactions can specify the SNAPSHOT transaction isolation level. A FALSE value specifies that transactions cannot specify the SNAPSHOT transaction isolation level.
Specifies whether database transactions that specify the READ COMMITTED isolation level use row versioning instead of locking. A TRUE value specifies that the READ COMMITTED isolation level use row versioning. A FALSE value specifies that the READ COMMITTED isolation level use locking.
Specifies whether to enable the database for vardecimal storage format. A TRUE value specifies that vardecimal storage format is permitted. This means that a table can store decimal and numeric columns using a variable-length storage format. A FALSE value specifies that vardecimal storage format is not permitted.
Specifies whether encryption is enabled or disabled at the database level.
Specifies whether you want to record activities such as insert, update, and delete.
Specifies the way in which Delayed Durability should be implemented at the database level. Available SQL Server 2014 onward.
Specifies whether to enable or disable tracking changes for the database.
Specifies whether to enable automatic removal of the change tracking information from the database. An ENABLE value specifies that change tracking information is automatically removed from the database after the specified retention period. A DISABLE value specifies that change tracking information is not removed from the database.
Specifies the timeframe for which you want to maintain tracking information. You can select minutes, hours, or days from the drop-down list.
Specifies a number that corresponds to the timeframe you select in the Change Retention Period Type drop-down list. For example, you can enter 10 in this field, and then specify whether 10 is minutes, hours, or days in Change Retention Period Type.
Note: The Change Tracking Options section is displayed if Containment is not selected, or is None. The External Access Options section is displayed if Containment is Partial. Change tracking information is removed only if the Auto Cleanup option is enabled.
Specifies whether you want to include cascading triggers.
Specifies whether you want to suppress error messages if noise words or stopwords cause a Boolean operation on a full-text query to fail.
Specifies an integer that represents the cutoff year to interpret two-digit years as four-digit years.
Specifies the default language that you want to use for full-text indexed columns. Enter the local id, language, or the language alias.
Specifies the default language that you want to use for all newly created logins. Language can be specified by providing the local id (lcid), the language name, or the language alias.
The database is defined and the SQL Server Database Editor closes.
Copyright © 2017 erwin Inc.
All rights reserved.
|
|