2008年10月30日

通过SQL把n条记录插入表中

摘要: 这里插入20000条 --插入数据 set identity_insert TestTable on declare @count int set @count=1 while @count<=20000 begin insert into tb_TestTable(id,Name) values(@count,'admin') set @coun... 阅读全文

posted @ 2008-10-30 16:08 liuhaitao 阅读(322) 评论(0) 推荐(0)

导航