会员
周边
新闻
博问
闪存
赞助商
YouClaw
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
银杏叶儿
CnBlogs
Home
New Post
Contact
Admin
Subscription
07 2013 档案
SQL Server 用SQL语句查找某个表的触发器
摘要:select * from sysobjects where xtype='TR' and parent_obj=object_id('表名')再用sp_helptext '触发器名' 查内容 比如:exec sp_helptext 'Trig_Group_Delete'
阅读全文
posted @
2013-07-26 09:10
银杏叶儿
阅读(911)
评论(0)
推荐(0)
detailsview 样式小问题
摘要:detailsview不显示表头,设置HeaderText=""就可以,不知道为什么,如果有值,其他方式都没有调好!内网格显示为0,Gridlines="None"
阅读全文
posted @
2013-07-09 13:24
银杏叶儿
阅读(362)
评论(0)
推荐(0)
公告