October 18, 2005 02:18 PM
Index Organization in 2005
Out with DBCC SHOWCONTIG, in with a new function
Rating:

(0)
SQL Server Magazine
InstantDoc ID #47667
SQL Server 2005 introduces a new paradigm for data-definition language (DDL) commands. You'll create all objects by using a CREATE command, remove them with a DROP command, and modify them by using ALTER. SQL Server 2005 won't have separate stored procedures for changing one aspect of an objectlike sp_defaultdb in SQL Server 2000 and 7.0, which changes a user's default databaseor special single-purpose creation commands such as sp_addtype. SQL Server 2000 started moving in this direction by enhancing the ALTER DATABASE command's functionality to include all changes to database properties, and discouraging the use of the sp_dboption command.
Som...
...This article is for paid Professional Members only.
Already a Professional Member? Please log in now: