摘要:
--引用http://www.microsoft.com/china/technet/columns/tipsfortechs/wsqs3.asp 综合实例 下面给出了一个存储过程,它的作用是自动将当前数据库的用户存储过程加密。DECLARE @sp_name nvarchar(400)DECLARE @sp_content nvarchar(2000)DECLARE @asbegin intde... 阅读全文
posted @ 2004-11-01 10:42 Guxx 阅读(690) 评论(0) 推荐(0) 编辑