摘要: exec sp_configure 'show advanced options', '1';goreconfigure;goexec sp_configure 'clr enabled', '1'goreconfigure;exec sp_configure 'show advanced options', '1';go 阅读全文
posted @ 2010-11-30 23:21 MKing's Kindom 阅读(207) 评论(0) 推荐(0)
摘要: /****** Object: UserDefinedFunction [dbo].[HtmlFilter] Script Date: 11/30/2010 14:39:30 ******/SET ANSI_NULLS ONGOSET QUOTED_IDENTIFIER ONGO-- =============================================-- Author: ... 阅读全文
posted @ 2010-11-30 21:05 MKing's Kindom 阅读(198) 评论(0) 推荐(0)