随笔分类 -  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. 阅读全文
posted @ 2017-11-26 12:03 ken Chan 阅读(2033) 评论(0) 推荐(0)
MS Sql Server 查询数据库中所有表数据量
摘要:方法一: 方法二: 阅读全文
posted @ 2017-11-26 11:55 ken Chan 阅读(6121) 评论(0) 推荐(0)