Viewing post 1 (of 1 total)
In SQL Server 2005, wouldn't this FAIL?
--#2 Data
INSERT INTO GenderUpdate (Gender)
VALUES ('M'), ('M'),('M'),('M'),('M'),('M'),('F'),('F'),('F'),('F'),('F'),('F'),('F'),('F'),('F'),('F')
If so, #4 would not get to execute?
February 19, 2013 at 6:27 am
#1589175