摘要:
1、sp_helptext: 显示规则,默认值,为加密的存储过程,用户定义函数,触发器或视图2、根据字段名查询数据库中的某表名 select [name] from sysobjects where [id] in (select[id] from syscolumns where [nam... 阅读全文
摘要:
using System; using System.Data; using System.Configuration; using System.Web; using System.Web.Security; using System.Web.UI; using System.Web.UI.Web... 阅读全文