摘要:
(一)、T-SQL语句1、创建数据库: exec sp_configure 'show advanced options' , 1 go exec reconfigure go exec sp_configure 'xp_cmdshell' , 1 go exec xp_cmdshell 'mkdir filename' go 约束: alter table 表名 添加约束:add constraint 约束名 约束类型 具体的约束说明 删除约束:drop constraint 约束名 约束示例: alter table Student add 阅读全文
posted @ 2011-10-27 09:34
常伟华
阅读(228)
评论(0)
推荐(0)

浙公网安备 33010602011771号