SQL Images in different tables
        Posted  
        
            by Adonis L
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Adonis L
        
        
        
        Published on 2010-05-27T21:49:31Z
        Indexed on 
            2010/05/28
            7:21 UTC
        
        
        Read the original article
        Hit count: 324
        
sql
|sql-server
I am storing images in a SQL database , right now I have images being stored in separate tables depending on the object the images belong to, is there any reason ( performance etc..) why I should keep it this way and not store all images in the same table?
© Stack Overflow or respective owner