Is SQL server the best DB for Storing and comparing images in database for a small ecommerce applica
        Posted  
        
            by iecut
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by iecut
        
        
        
        Published on 2010-04-10T20:04:32Z
        Indexed on 
            2010/04/10
            20:13 UTC
        
        
        Read the original article
        Hit count: 344
        
I have been trying to create a small e-commerce web based application using MS Dot Net framework. The application will let the user allow to store the image of their product that they want to sell or purchase, then they will have the option to upload the image of a particular product and compare that image with the similar images in the database. So my two main concerns are: - Is MS SQL a good option to store and compare the images. - Is the any other better database that can do the same work with less complexity of work and that is also easy to integrate with MS dot net framework.
© Stack Overflow or respective owner