摘要: -- ╔════════╗ -- ║ if语句使用示例 ║ -- ╚════════╝ declare @a int set @a=12 if @a>100 begin print @a end else begin print 'no' end -- ╔══════════╗ -- ║ while 阅读全文
posted @ 2017-01-30 21:08 Z&K 阅读(3004) 评论(0) 推荐(0) 编辑
摘要: sp_configure 'show advanced options', 1; GO RECONFIGURE WITH OVERRIDE; GO sp_configure 'Agent XPs', 1; GO RECONFIGURE WITH OVERRIDE GO sp_configure 's 阅读全文
posted @ 2017-01-30 15:05 Z&K 阅读(3894) 评论(0) 推荐(0) 编辑