資源描述:
《《管理sql server 2005的安全》練習(xí)》由會員上傳分享,免費在線閱讀,更多相關(guān)內(nèi)容在教育資源-天天文庫。
1、《管理SQLServer2005的安全》練習(xí)1、設(shè)置身份驗證模式方法一:(1)打開SQLServerManagementStudio管理平臺,右擊要設(shè)置認證模式的服務(wù)器,從彈出的快捷菜單中選擇“屬性”選項,則出現(xiàn)SQLServer服務(wù)器屬性對話框。(2)在SQLServer服務(wù)器屬性對話框中選擇“安全性”選項頁。(3)在“服務(wù)器身份驗證”選項欄中,可以選擇要設(shè)置的認證模式。方法二:設(shè)置Windows身份驗證模式USE[master]GOEXECxp_instance_regwrite'HKEY_LOCAL_MACHINE','SoftwareMicrosoftMS
2、SQLServerMSSQLServer','LoginMode',REG_DWORD,1GO設(shè)置SQLServer和Windows身份驗證模式USE[master]GOEXECxp_instance_regwrite'HKEY_LOCAL_MACHINE','SoftwareMicrosoftMSSQLServerMSSQLServer','LoginMode',REG_DWORD,2GO2、創(chuàng)建登錄名1)以Windows身份驗證的登錄名①在Windows操作系統(tǒng)中創(chuàng)建Windows登錄賬號Suna_win控制面板——>管理工具——>計算機管理——>本地用戶
3、和組——>用戶單擊右鍵——>新用戶。②在SQLServerManagementStudio管理器中,打開“integratedlevynephropathyintegratedlevynosymptomsurinecheckexceptionIgAnephropathyLupussexnephritisallergysexPurpurasexnephritisdiabetesnephropathyurinarytractinfectionkidneysmalltubebetweenqualitysexdiseaseacutekidneyfailurechronicki
4、dneyfailurerequirementsatleast30cases3.highrequirements(1)learningdiseasespecies:radicalsexnephritis.(2)language,andteaching,andresearch,capacityofrequirements:abroadaboutliteraturereviewedorreadingreport1article(3)clinicalknowledge,andskillsrequirements:kidneypuncture(six)endocrinemeta
5、bolismsection2months(containingendocrinesectionoutpatient2week)1.Rotarypurposemaster:thyroidfunctionhyperthyroidismsyndromeandthyroidfunctiondecreasesyndromeofcauseslearn,andclinicalperformance,andtreatmentandthelaboratoryperformance;diabetesclassification,andcauses,anddiagnosisstandard
6、,andclinical登錄名-新建窗口”。③選中“windows身份驗證”單先按鈕,再單擊“搜索”按鈕,單擊“高級”按鈕進入對話框,在對話框中單擊“立即查找”按鈕可以彈出“選擇用戶或組”的對話框,選擇“Suna_win”。設(shè)置默認的數(shù)據(jù)庫為“教務(wù)管理系統(tǒng)”。④使用登錄名Suna_win登錄SQLServer服務(wù)器。T-SQL語句:createlogin[computer_nameSuna_win]fromwindowswithdefault_database=教務(wù)管理系統(tǒng)2)以SQLServer身份驗證的登錄名①在SQLServerManagementStudio
7、管理器中,打開“登錄名-新建窗口”。②選中“SQLServer身份驗證”單先按鈕,輸入登錄名“Suna_sql”、密碼,設(shè)置默認的數(shù)據(jù)庫為“教務(wù)管理系統(tǒng)”。③使用登錄名Suna_sql登錄SQLServer服務(wù)器。T-SQL語句:createloginSuna_sqlwithpassword=‘123456’,default_database=教務(wù)管理系統(tǒng)3)創(chuàng)建一個SQLServer身份驗證的登錄名Bob,默認數(shù)據(jù)庫為master,并賦予dbcreator服務(wù)器角色,使用Bob登錄,看看Bob登錄可執(zhí)行操作。創(chuàng)建數(shù)據(jù)庫、修改數(shù)據(jù)庫、刪除數(shù)據(jù)庫以及對