關於sqlserver創建管理員的sql

create database exhibition;


use exhibition;
create login huizhan with password='SJxkD=Rc"B',default_database=exhibition;
create user huizhan for login huizhan with default_schema=jjyx;

create login jjyx with password='SJxkD=Rc"B',default_database=exhibition;
create user jjyx for login jjyx with default_schema=jjyx;
create schema huizhan authorization huizhan;
create schema jjyx authorization jjyx;
 

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章