摘要: --打开xp_cmdshell EXEC sp_configure 'show advanced options', 1GORECONFIGUREGOEXEC sp_configure 'xp_cmdshell', 1GORECONFIGUREGO use ConfigDBgospb_netuse_ 阅读全文
posted @ 2016-05-18 16:44 两年十一时 阅读(167) 评论(0) 推荐(0) 编辑
摘要: create database newtestdb use newtestdbgo drop table t1go create table t1 (id int not null identity(1,1) primary key,vdate datetime default (getdate() 阅读全文
posted @ 2016-05-18 13:59 两年十一时 阅读(417) 评论(0) 推荐(0) 编辑