Question: How do you solve this error, "Cannot create a row of size which is greater than the allowable row size of 8060" in SQL Server?
Login to See the Rest of the Answer
Answer: Make sure that you are only selecting columns that you need. There is a chance that you have exceeded the memory allowed by SQL Server.