摘要:
use master --创建学员管理系统数据库 StudentManager if exists(select * from sysdatabases where name='StudentManager') drop database StudentManager go--exec sp_configure 'show advanced options',1 --go --reconfigure --go --exec sp_configure 'xp_cmdshell',1 --go --reconfigure --go --exec xp
阅读全文