摘要: --准备工作(创建数据库、表,然后插入二百万数据) Create database data_Test GO use data_Test GO create table tb_TestTable --创建表 ( id int identity(1,1) primary key, userName nvarchar(20) not null, userPWD nvarcha... 阅读全文
posted @ 2015-09-10 16:26 疯狂的多多 阅读(516) 评论(0) 推荐(0)