Hello,
Is there a limit to how many fields you can specify in a INSERT INTO command? I am trying to build a INSERT INTO command 248 fields and it will not execute.
INSERT INTO table1 (fld1,fld2,fld3,fld4,......,fld248) VALUES (fld1,fld2,fld3,fld4,......,fld248)
----------------
Another question on a different topic; what is the difference between a DATETIME field and a SMALLDATETIME field in SQL server. Why would I use one over the other?
Thanks,
FoxT
Is there a limit to how many fields you can specify in a INSERT INTO command? I am trying to build a INSERT INTO command 248 fields and it will not execute.
INSERT INTO table1 (fld1,fld2,fld3,fld4,......,fld248) VALUES (fld1,fld2,fld3,fld4,......,fld248)
----------------
Another question on a different topic; what is the difference between a DATETIME field and a SMALLDATETIME field in SQL server. Why would I use one over the other?
Thanks,
FoxT