When updating an EDMX model from the designer to add tables on a large database, an error is returned in the output window:
Unable to generate the model because of the following exception: 'An error occurred while executing the command definition. See the inner exception for details.
The incoming tabular data stream (TDS) remote procedure call (RPC) protocol stream is incorrect. Too many parameters were provided in this RPC request. The maximum is 2100. '. Loading metadata from the database took 00:00:04.5149496. Generating the model took 00:00:14.0108568. Unable to generate the model because of the following exception: 'An error occurred while executing the command definition. See the inner exception for details.
The incoming tabular data stream (TDS) remote procedure call (RPC) protocol stream incorrect. Too many parameters were provided in this RPC request. The maximum is 2100. '. Loading metadata from the database took 00:00:04.2847682. Generating the model took 00:00:06.1297751.
How can this problem be worked around/resolved?