题目内容

You work in a company which is named Wiikigo Corp. The company 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. DB1 is available to a Windows group which is named WIIKIGO\Supervisors. A Windows user named User1 is a member of the WIIKIGO\Supervisors group. WIIKIGO\Supervisors is a member of the db_owner role in the DB1 database. You must make sure that the SQL Server instance is available to User1. In the DB1 database, which Transact-SQL statement(s) should you execute?()

A. DROP LOGIN "WIIKIGO\User1";
B. EXEC dbo.sp_droprolemember 'db_owner', 'WIIKIGO\User1';
C. EXEC dbo.sp_revokedbaccess 'WIIKIGO\User1';EXEC dbo.sp_revokelogin 'WIIKIGO\User1';
D. CREATE LOGIN "WIIKIGO\User1" FROM Windows;DENY CONNECT SQL TO "WIIKIGO\User1"

查看答案
更多问题

“春风不度玉门关”是王维的诗句。

A. 正确
B. 错误

钢中的含碳量越大,则钢的硬度越高。

A. 正确
B. 错误

交织信道的作用是让数据能够正确地抵达接收端,在交织信道中,以延长等待时间为代价,换取传输数据的正确性。

A. 正确
B. 错误

描述触发器的逻辑功能的方法有()。

A. 状态转换真值表
B. 特性方程
C. 状态转换图
D. 状态转换卡诺图

答案查题题库