A.The SQL Server 2008 Upgrade Advisor should be used. B.The SQL Server Profiler which captures the SQL:BatchCompleted and Exception event classes should be used. C.A SQL server-side trace that captures the Deprecation Announcement and Deprecation Final Support event classes should be used D.A SQL server-side trace that captures the SQL:BatchCompleted and Exception event classes should be used.
A.For the AdventureWorks database, enable Server Auditing B.First you should set the appropriate trace flags as a startup parameter, and then restart the SQL Server instance C.You should configure the data collector and make it capture the deadlock graphs D.You should configure a SQL Profiler trace, and make it capture the deadlock graphs
A.You should allow failback only during non-business hours B.You should immediately allow failback C.You should prevent automatic failback D.You should allow failback only during business hours
A.You should restore the full backup B.You should restore the database snapshot from 16:30 hours. C.You should restore the database snapshot from 17:30 hours D.You should restore both the full backup and the differential backup.
A.On the Products table, you should create a view. B.On the RadioSize column, you should create a clustered index C.On the RadioSize column, you should create a filtered index D.On the RadioSize column, you should create a unique clustered index