Learn more about Toad for SQL Server
at Dell Software

Find solutions and downloads at the
Toad for SQL Server Support Portal

Toad for SQL Server 6.6

You are here: SQL Server Objects > Databases > Create and Alter Databases

Create and Alter Databases

Note: This topic focuses on information that may be unfamiliar to you. It does not include all step and field descriptions.

To create or alter database

  1. Select the Databases node in the Object Explorer.

  2. Select one of the following:

    Note: Databases marked with icon are CONTAINED. Such databases are available in MS SQL SERVER 2012 and above. By default Contained Databases are turned off on the server. To enable Contained Database authentication select Tools | Administer | Server Properties | Advanced tab.

  3. Complete the General page. Review the following for additional information:

    Containment Description

    Containment

    Note: According to the contained databases concept all metadata, connection and configuration settings are stored inside database that provides opportunity to easily move it between SQL Server instances.

    Partial contained databases are introduced in SQL Server 2012 and provide limited containment functionality, but also support uncontained features available before. See the Microsoft® Developer Network for more information on partial contained databases. All databases created in previous versions of SQL Server are non-contained.

    Select one of the following:

    • None—Select to create non-contained database.
    • Partial—Select to create partially contained database.

    Tranform noise word enabled

    Select True to ignore the words included in the stopwords list and to process full-text query.

    Two digit year cutoff

    Set four digit year that will be treated as a cutoff.

    The century of the two digit year is interpreted based on the last two digits of the cutoff year. If a two digit year is less or equals to it, it is considered to be of the same century as the cutoff year. If two digit year exceeds last two digits of the cutoff year, than the two digit year is considered to precede the century of the cutoff year.

  4. Complete the Filegroup page. Review the following for additional information:

    General options Description

    Files

    Displays the number of files associated with this filegroup.

    Read-only

    Select this checkbox to make the filegroup read-only. If selected, you cannot modify data files included in this filegroup.  

    Default

    Select this checkbox to automatically assign files to this filegroup if a filegroup is not specified.

    Notes:

    • You cannot move files to a different filegroup if the files have been added to the database.

    • You cannot delete the PRIMARY filegroup.

    Non-transacted access options Description

    Non-transacted access

     

    Specifies whether the filetables can be created in the current database.

    Select one of the following:

    • Off—Select to disallow filetables in the current database.
    • Read-only—Select to allow read-only access to the filetables in the current database.
    • Full—Select to allow read and write access to the filetables in the current database.

    Directory name

    Specify unique directory name where the filetables will be stored. See the Microsoft® Developer Network for more information on filetables and directory options.
  5. Complete remaining pages of the dialog.

Note: Right-click the object to see additional actions and tasks available for it.

  

Related Topics

About Databases

 

of