随笔分类 -  数据库

摘要:创建环境:create table pagetest(id int identity(1,1) not null,col01 int null,col02 nvarchar(50) null,col03 datetime null)--100万记录集(大约耗时5min)declare @i ints... 阅读全文
posted @ 2015-03-11 11:15 xiepeixing 阅读(776) 评论(0) 推荐(0)