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
Nilanka Dharmadasa

Nilanka Dharmadasa

NA 5.2k 0 15y
It should be availbale in 1.1 framework.


Did you try this way?

1. Go to designer.
2. Then right click the datagrid.
3. Select Properties.
4. In properties window, Select columns.
5. Click the button in the columns field.

6. Then you should be directed to a window with tabs. By deafaul, Columns tab is selected. If not select Columns tab.

7.Then you should see hyper link column under available columns list.


If you still find any problem let me know.


If you find this answer helpful, please check 'Do you like this answer' check box.