Monday, December 03, 2012

GO [count]

This a reminder that you can run the batch for [count] times. if each column allows null, you can also specify default values to quickly prepare some test data.
insert into test default values;
go 10

No comments: