随笔分类 - MS Sql Server
Sql Server 默认值
摘要:--1、取得数据库所有表的默认值: select t3.name as 表名,t1.name as 字段名,t2.text as 默认值 ,t4.name from syscolumns t1,syscomments t2,sysobjects t3 ,sysobjects t4 where t1.
阅读全文
MS Sql Server 查询数据库中所有表数据量
摘要:方法一: 方法二:
阅读全文
浙公网安备 33010602011771号