19
Answers

SQL Server 2008 r2 row count increase

Poppa Wallace

Poppa Wallace

13y
2.6k
1
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
Subramaniam G
NA 4 0 17y
I found the solution. I removed the comments from the DTD thus reducing the size and loaded the XML successfully.

Regards

GS