单项选择题
A.安全性-用户B.数据库-用户C.数据库-安全性-用户D.安全性-数据库-用户
在SQL server中,还原事务日志备份时,提示“该LSN太晚,无法应用到数据库”时,执行以下哪个操作可以还...
单项选择题在SQL server中,还原事务日志备份时,提示“该LSN太晚,无法应用到数据库”时,执行以下哪个操作可以还原成功?()
A.删除数据库B.关闭所有用户与该数据库的连接C.添加勾选完整备份与当前事务日志备份之间的所有事务日志备份D.以上都不行
创建备份设备使用的系统存储过程是()A.sp_dropdeviceB.sp_addumpdeviceC.sp_...
单项选择题创建备份设备使用的系统存储过程是()
A.sp_dropdeviceB.sp_addumpdeviceC.sp_grantloginD.sp_addlogin
在SQL server中撤销hello用户对表students赋予删除权限正确的语句是()A.grant de...
单项选择题在SQL server中撤销hello用户对表students赋予删除权限正确的语句是()
A.grant delete on students to helloB.revoke delete on students to helloC.revoke delete on students from helloD.deny delete on students to hello