This is the second post (first) in another collection of posts that have links to the different objectives covered in the 70-433 exam.
Implementing Programming Objects (16 percent)
- Create and alter stored procedures
- Table-Valued Parameters(TVPs)
- EXECUTE AS
- RECOMPILE
- Parameter direction (output)
- WITH ENCRYPTION
- Manage permissions (GRANT, DENY, REVOKE)
- Create and alter user-defined functions (UDFs)
- Understanding User-defined Functions
- User-Defined Function Basics
- Types of Functions
- Designing User-Defined Functions
- User-Defined Function Design Guidelines
- Table-Valued User-Defined Functions
- Inline User-Defined Functions
- Deterministic and Nondeterministic Functions
- Rewriting Stored Procedures as Functions
- Implementing User-defined Functions
- Creating User-Defined Functions (Database Engine)
- Creating User-Defined Aggregates
- Creating CLR Functions
- WITH SCHEMABINDING
- EXECUTE AS
- Manage permissions (GRANT, DENY, REVOKE)
- Create and alter DML triggers
- INSERT
- DELETE
- INSTEAD OF
- EXECUTE AS
- Create and alter DDL triggers
- Understanding DDL Triggers
- Designing DDL Triggers
- Implementing DDL Triggers
- Getting Information About DDL Triggers
- Understanding DDL Triggers vs... DML Triggers
- CREATE TRIGGER (Transact-SQL)
- DROP TRIGGER (Transact-SQL)
- ALTER TRIGGER (Transact-SQL)
- sys.sql_expression_dependencies (Transact-SQL)
- sys.dm_sql_referenced_entities (Transact-SQL)
- sys.dm_sql_referencing_entities (Transact-SQL)
- Enabling/disabling
- Return event data
- Create and deploy CLR-based objects
- Assemblies
- Creating CLR Functions
- Creating CLR Stored Procedures
- Programming CLR Triggers
- Creating User-Defined Aggregates
- Working with CLR User-defined Type
- Permission sets (SAFE, UNSAFE, EXTERNAL_ACCESS)
- CREATE ASSEMBLY (Transact-SQL)
- Designing Assemblies
- Host Protection Attributes and CLR Integration Programming
- CLR Integration Code Access Security
- SET TRUSTWORTHY
- Implement error handling
- TRY/CATCH
- RAISERROR
- Retrieving error information
- Custom Error Messages
- @@ERROR
- Manage transactions
- Transactions
- Controlling Transactions (Database Engine)
- Explicit Transactions
- Implicit Transactions
- Autocommit Transactions
- Distributed Transactions (Database Engine)
- BEGIN TRANSACTION
- COMMIT
- ROLLBACK
- SET TRANSACTION ISOLATION LEVEL
You can also find some information on preparing for your exams here, in the actual exam for 70-433. Also errata for the MS Press training kit
1 comment:
Post a Comment