下面方法可以用来快速生成一批数据 if(object_id(‘t’) is not null) drop table t go create table t(id int identity(1,1),name varchar(40)) go insert into t(name) select newid() go 10 select * from t /* 1 18C1C418-9029-4599-8D5E-616354A113C8 2 A0FE1177-09D8-4C56-9FB5-C2FA