摘要: 一、实验目的 1.掌握SQL Server数据库用户基本操作 2.掌握SQL Server数据库授权及回收权限的方法 二、实验内容 创建登录用户st1,st2 使st1,st2成为stu_db的合法用户 EXEC sp_grantdbaccess N’st1’ /sp_grantdbaccess为存 阅读全文
posted @ 2022-10-29 19:58 明金同学 阅读(41) 评论(0) 推荐(0)