11 2021 档案

sql server 查看表的索引
摘要:exec sp_helpindex 表名 阅读全文

posted @ 2021-11-19 09:32 炼金师 阅读(277) 评论(0) 推荐(0) 编辑

sql server 搜索所有用到某字段的存储过程
摘要:select object_name(id),* from syscomments where text like'%你要找的字段名%' 阅读全文

posted @ 2021-11-09 15:30 炼金师 阅读(91) 评论(0) 推荐(0) 编辑

sql server 保存错误信息到日志表
摘要:建表 CREATE TABLE ErrorLog( [ErrorLogID] [int] IDENTITY(1,1) NOT NULL, [ErrorTime] [datetime] NULL, [UserName] [sysname] NULL, [ErrorNumber] [int] NULL, 阅读全文

posted @ 2021-11-02 14:33 炼金师 阅读(244) 评论(0) 推荐(0) 编辑

导航

< 2025年3月 >
23 24 25 26 27 28 1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 29
30 31 1 2 3 4 5

统计

点击右上角即可分享
微信分享提示