• 2022-07-25
    185.对于数据库的管理,对SQL Server中guest用户的描述错误的是 ( )
    A: 安装系统时,guest用户被加入到master、pubs、tempdb、northwind数据中
    B: 用户成功登录到SQL Server后,若该登录账号在某数据库中无合法数据库用户,则系统将可能允许以guest用户来访问该数据库
    C: 不能从master、tempdb数据库中删除guest用户
    D: 在新建一个数据库时,guest用户将被自动添加