Dilip Sundaramurthy <[EMAIL PROTECTED]> writes: > Now, the question is... Is there a way to version control SQL queries, in > RCS ?
Sure: you can stick them into files, and version-control the files. This should work with any version-control system. > And, is there a way to track the changes done to the SQL database, in > RCS(or any other tool) ? Typically you'll need help from the database to do that efficiently, so you need to ask that of the database experts.
