I've spent the last couple of days searching for tools that would help automate the task of copying SQL databases from one server to another(To be more accurate its the data in the database's that I ...
There has always been the debate as to whether to store binary large object (BLOB) data such as images, documents, audio and video inside the database or outside on the file system. The problem with ...