I have a visual studio 2010 solution that uses a SQL CE fiel (SDF) for storing data in one of the projects. I am wondering, is it a good practice to add this SDF file to the source control so that whenever I make any changes in the database, I commit it to source control?
Sometimes all i do is a name change for example, then I have to commit a 1 MB file to source control. Does it make sense?
What are you experiences about this?