Home
16.
What is the easiest way to capture the SQL statement for a Report Builder report you're troubleshooting?

Run Profiler

Profiler will work as long as you have permissions to profile the server and is the the best solution because it requires no change to the Report Server itself. There is a way to log all report SQL to a log file, but that option was not listed here and is better used if you want to do analysis rather than troubleshooting.

17.
Clicking File, Save in Report Builder does which of the following?

Saves the report to the report server. File|Save writes the report to the Report Server. Users have the option to also save the report to disk by using File|Save to File. Report Builder users cannot modify the model.

18.
Which utility is used to administer SQL Server 2005 Notification Services instances?

nscontrol.exe

The nscontrol application can be used with various parameters to administer a SQL Server 2005 Notification Services instance

19.
What algorithm is used to encrypt the Database Master Key when it is created?

Triple DES.

When you create a Database Master Key, it is encrypted using the password you supply with the Triple DES algorithm..

20.
Where can you view the list of server-scoped DDL triggers?

The Object Explorer for the server has a "Triggers" folder. The server-scoped DDL triggers will appear in Management Studio in the Object Explorer under the "Triggers" folder.