I'm trying to import a CRM 2011 unmanaged solution, and I'm getting an SQL Server error with a description: "A read operation on a large object failed while sending data to the client. A common cause for this is if the application is running in READ
UNCOMMITTED isolation level. This connection will be terminated." The particular error is raised on the "account" entity.
I've tried changing the autogrowth values for both the database itself and the log database to larger values (8192 MB and 1024 MB), I've set is_read_commited_snapshot to true, but the problem still persists. Has anyone encountered such problem so far? Anyone
perhaps has an idea what else I can try?