欢迎来到牛牛题库网 牛牛题库官网
logo
全部科目 > 微软认证考试 > MCTS > MCTS(70-432)

单项选择题

You work in a company which uses SQL Server 2008. You are the administrator of the company database. Now you are in charge of a SQL Server 2008 instance. There is a database named DB1 in the instance. VIP customer data of the company are stored in DB1. The customers access their profile data by using a Web application. You must ensure the security of the customer data, that is to say, even if the backup media is lost, you must guarantee that data files, log files and subsequent backups and so on are as safe as possible. 
So what action should you perform to achieve this goal?()

A.For both the CustomerDB database and the master database, enable Transparent Database Encryption 
B.You should use the built-in encryption functions to encrypt the sensitive data at the cell Ievel 
C.You should make the CustomerDB database accessible only through stored procedures and functions. 
D.For the CustomerDB database, enable Transparent Database Encryption and back up the transaction log. 

点击查看答案&解析

相关考题

单项选择题

You work in a company which uses SQL Server 2008. You are the administrator of the company database. Now you are in charge of a SQL Server 2008 instance. There is a database named DB1 in the instance. The DB1 database contains the following stored procedure. (Line numbers are useded for reference only.) 
01 CREATE PROCEDURE Sales.Procedure1 
02 AS 
03 IF OBJECT_ID('Service.Table') IS NOT NULL 
04 DROP TABLE Service.Table; 
06 CREATE TABLE Service.Table ( 
07 Id int PRIMARY KEY CLUSTERED, 
08 Name varchar(100); 
09 ); 
11 ... 
12 
GOThe following exception is raised when a user tries to invoke Procedure1, "Msg 262, Level 14, State 1, Procedure Procedure1, Line 5 CREATE TABLE permission denied in database 'DB1'." You should grant the user access to execute Procedure1, you must assign only the required permissions.
 What action should you do perform?()  

A.Between lines 01 and 02, you should insert the WITH EXECUTE AS 'dbo' clause. 
B.Between lines 01 and 02, you should insert the EXECUTE AS USER = 'dbo' statement. 
C.You should give the user the ALTER permission on the Service schema 
D.You should give the CREATE TABLE permission and permit the user to drop the Service.Table table. 

微信小程序免费搜题
微信扫一扫,加关注免费搜题

微信扫一扫,加关注免费搜题