随笔 - 49  文章 - 0  评论 - 2  阅读 - 65156
04 2018 档案
查询sqlserver数据库,表占用数据大小
摘要:if exists(select 1 from tempdb..sysobjects where id=object_id('tempdb..#tabName') and xtype='u')drop table #tabNamegocreate table #tabName(tabname var 阅读全文
posted @ 2018-04-04 11:08 暮光之眼 阅读(4348) 评论(0) 推荐(1) 编辑

< 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

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