ニュース

I have a SQL Server database that's 145GB, about 80% of that space is occupied by "files". Staff have the ability to upload files from the web front end application into the database, this is used ...
I wonder how images are managed in an SQL database btw, I guess that you declare such a field as a "blob" but it "feels" inefficient to maintain larger files in a database.