The following table describes what's new in Microsoft® SQL Server™ 2000 Books Online as of June 2007. The topics listed in the table contain significant technical corrections.
| Topic | Description |
| CREATE FUNCTION | Corrected the description of the protection provided by using the WITH ENCRYPTION option when creating a function. |
| ALTER FUNCTION | Corrected the description of the protection provided by using the WITH ENCRYPTION option when altering a function. |
| CREATE PROCEDURE | Corrected the description of the protection provided by using the WITH ENCRYPTION option when creating a stored procedure. |
| ALTER PROCEDURE | Corrected the description of the protection provided by using the WITH ENCRYPTION option when altering a stored procedure. |
| Programming Stored Procedures | Corrected the description of the protection provided by using the WITH ENCRYPTION option when creating a stored procedure. |
| CREATE TRIGGER | Corrected the description of the protection provided by using the WITH ENCRYPTION option when creating a trigger. |
| ALTER TRIGGER | Corrected the description of the protection provided by using the WITH ENCRYPTION option when altering a trigger. |
| Programming Triggers | Corrected the description of the protection provided by using the WITH ENCRYPTION option when creating a trigger. |
| CREATE VIEW | Corrected the description of the protection provided by using the WITH ENCRYPTION option when creating a view. |
| ALTER VIEW | Corrected the description of the protection provided by using the WITH ENCRYPTION option when altering a view. |
| Creating a View | Corrected the description of the protection provided by using the WITH ENCRYPTION option when creating a view. |
| syscomments | Clarified that the encryption column in the syscomments system table contains obfuscated, not encrypted stored procedure definitions. |
| Using Encryption and Obfuscation | Corrected the description of the protection provided by using the WITH ENCRYPTION option when creating stored procedures, views, triggers, and functions. Also clarified that login and application role passwords are obfuscated rather than encrypted. |
| Encrypting Views | Corrected the description of the protection provided by using the WITH ENCRYPTION option when creating a view. |
| If you save the view encrypted, you will no longer be able to alter the view definition. | Corrected the description of the protection provided by using the WITH ENCRYPTION option when creating a view. |
The following table describes what's new in Microsoft® SQL Server™ 2000 Books Online as of January 2004. The topics listed in the table are new or contain significant technical changes. Topics that contain minor changes are not listed.