News

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 ...
Good old FTP and flat file import will do the trick reliably and never take a day off. Here are the basic steps to automate an FTP download in Windows followed by a CSV insert into MS SQL Server.