SQL Server Maximum row size
        Posted  
        
            by DannySmurf
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by DannySmurf
        
        
        
        Published on 2008-08-19T19:32:38Z
        Indexed on 
            2010/03/30
            19:03 UTC
        
        
        Read the original article
        Hit count: 233
        
sql-server
Came across this error today. Wondering if anyone can tell me what it means:
Cannot sort a row of size 9522, which is greater than the allowable maximum of 8094.
Is that 8094 bytes? Characters? Fields? Is this a problem joining multiple tables that are exceeding some limit?
© Stack Overflow or respective owner