Once or twice I have run into a CRM implementation in the course of my work that runs afoul of SQL Server's 8k row limit. SQL Server has always had a limitation to how big a row in a table can be and SQL Server DB admins and database designers have long had to deal with. For many applications you have options by using specific datatypes and other constructs to be able to work around these limits, but for CRM you do not have any control over the schema directly, and any kind of manual change would...(read more)
↧