Online Access Free 70-432 Exam Questions
| Exam Code: | 70-432 |
| Exam Name: | TS:MS SQL Server 2008,Implementation and Maintenance |
| Certification Provider: | Microsoft |
| Free Question Number: | 199 |
| Posted: | Oct 23, 2025 |
You administer a SQL Server 2008 instance for a company named Contoso Ltd. The instance contains a database named DB1.
A Windows group named CONTOSO\Managers can access the DB1 database. CONTOSO\Managers is a member of the db_owner role in the DB1 database.
A Windows user named User1 is a member of the CONTOSO\Managers group.
You need to ensure that User1 is unable to access the SQL Server instance.
Which Transact-SQL statement(s) should you execute in the DB1 database?
You administer a SQL Server 2008 instance. A payroll application is used to store sensitive data in a database named PayrollDB.
You plan to implement the following security measure:
- All the data files, log files, and backup files of the database are automatically encrypted.
You need to devise a method to encrypt data. What should you include in your solution?
You maintain a SQL Server 2008 instance that contains a database named Finance. In your absence, a user with a login named Rob will maintain the database snapshots. You need to giant the appropriate permissions to the user to delete the database
snapshots for the Finance database. Which database permission should you giant?
You administer a SQL Server 2008 instance. A database developer named User1 views the definitions of all database objects in a database to read data from all user-defined tables, views, and table-valued functions. You need to set the required permissions for User1. You also need to ensure that the same permissions can be granted to other developers by executing minimum number of Transact-SQL statements. Which Transact-SQL statements should you execute?
You administer a Microsoft SQL Server 2008 R2 database instance.
You need to identify queries or stored procedures that are consuming server resources.
You also need to view the query plan that is being used by each of these queries or procedures.
Which Dynamic Management Views (DMVs) should you use to find details about specific queries? (Choose all that apply.)