How can I manage versions of SQL Server database files using Git?

OK, I'm warming up to Git and DropBox for version control. I am creating DNN sites and I am in the process of using Git / DropBox.

I would also like to use Git in a SQL Server database database.

Is there any best practice that could be used here? I am currently getting an access denied error when trying to create a repository in the SQL Server DATA directory.

+3
source share
2 answers

You probably don't have permissions to create the .git folder. I would use sql server tools to create backup files elsewhere. I would then support them. You should have no trouble putting git in the repository.

, .

+2

, / . git .

0

All Articles