單項選擇題

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 DB01 in the instance. The company CIO wants all the application developers can capture traces to troubleshoot the application that uses the database DB1, and they can perform this by using SQL Server Profiler. But they have to be given as little permission as possible. The company CIO assigns this task to you. 
So what action should you perform to achieve this goal?()  

A.All the SQL Server logins of the application developers have to be added to a fixed server role. 
B.All the database users of the application developers have to be added to a fixed database role 
C.All SQL Server logins of the application developers should be given the appropriate server-level permissions. 
D.All database users of the application developers should be given the appropriate database-level permissions. 

題目列表

你可能感興趣的試題

單項選擇題

You work in a company which uses SQL Server 2008. You are the administrator of the company database. Now you are in charge of two SQL Server 2008 instance. The two instances are respectively named InstanceA and InstanceB. There is a database named Dworks on InstanceA. You move the Dworks database to InstanceB. A user use a SQL Server login named Mary to access the database on InstanceA with the password "Tk@87#34". On InstanceB, you create the same SQL Server login. The user tries to use the SQL Server login Mark to access the Dworks database on InstanceB. But the user gets an error message, according to the indication of the message, the access to the Dworks database has been denied. You must make sure that the user can access the Dworks database on InstanceB successfully.
 So on InstanceB, which Transact-SQL statements should you execute?()  

A.USE AdventureWorks;ALTER USER Mary WITH LOGIN = Mary; 
B.USE AdventureWorks;ALTER LOGIN Mary ENABLE; 
C.USE AdventureWorks;ALTER LOGIN Mary WITH PASSWORD = "Tk@87#34" UNLOCK; 
D.USE AdventureWorks;ALTER LOGIN Mary WITH DEFAULT_DATABASE = AdventureWorks;

微信掃碼免費搜題