Database Transact-SQL Enhancements
By using the new options in the following Transact-SQL DDL statements, you can work with new features, such as database snapshots, database mirroring, and the snapshot isolation framework. Click the following links for information about these enhancements.
Enhanced DDL Statements
Enhanced statements | Description |
---|---|
Adds the following options:
FILEGROWTH default increment for data files changes from 10 percent to 1 MB. Instant file initialization when adding or growing data files. |
|
Adds the following items:
FILEGROWTH default increment for data files changes from 10 percent to 1 MB. Instant file initialization. |
|
Adds support for dropping database snapshots. |
See Also
Reference
Data Definition Language (DDL) Statements (Transact-SQL)
Other Resources
What's New and Enhanced in Transact-SQL (Transact-SQL)