I have a need to dump a fairly significant number of Microsoft SQL Server databases to .sql files. I have a Unix background, and am used to using tools like mysqldump and pg_dump for MySQL and PostgreSQL respectively.
Is there an equivalent program that will do this. I'm well aware of the regular backup utilities - and I can't use them because I wish to do content search/replace on the SQL itself when importing these databases onto new servers. Thanks!