I don't believe the limitation would be with the BizForm or Kentico, I believe the limitation would be a SQL Server limitation. Take a look here at the
Maximum Capacity Specs for SQL ServerSome things you might consider:
- the need of all those fields available at one time.
- normalize your table.
- performance When running queries, make sure you only get the columns you need (maybe cache some data)