I need to develop a way to export specific tables out a SQL Server database into multiple text files (one for each table) and to be able to set this as a scheduled task. I know we can export into one big text file but this won't do; we'll be uploading these files nightly to a web server. Anyone have any thoughts as to how to do this?
Start Free Trial