I'd like to apply the principles of Version Control to my database objects. How are others doing this?
I am thinking about saving the db scripts as text files and then using a version control program to organize and manage the text files. However, this puts a requirement on any database administrator to correctly check-out and check-in any files they've changed. Even though the text files will maintain a "state" of the db, the lack of version enforcement could cause problems.
Any suggestions are greatly appreciated.
I am thinking about saving the db scripts as text files and then using a version control program to organize and manage the text files. However, this puts a requirement on any database administrator to correctly check-out and check-in any files they've changed. Even though the text files will maintain a "state" of the db, the lack of version enforcement could cause problems.
Any suggestions are greatly appreciated.