SQL Server 2008 r2 row count increase
Hi all once a table is created in sql server 2008 r2, is there anyway to increase the max row size, or size of table as I cant change through properties. I have a files that has more than 2800 lines but my table only allow 2502.
Thank you
Answers (19)
0
I found the solution. I removed the comments from the DTD thus reducing the size and loaded the XML successfully.
Regards
GS