摘要: 1.创建测试环境,(插入100万条数据大概耗时5分钟)。 create database DBTestuse DBTest--创建测试表create table pagetest(id int identity(1,1) not null,col01 int null,col02 nvarchar( 阅读全文
posted @ 2017-05-15 17:56 我爱吃小丸子 阅读(287) 评论(0) 推荐(0) 编辑