sql server 2005 - Why isn't database version control considered as important as application version control? -


i've started using kiln source control projects vb.net code, , don't know how managed without it!

i've been looking database source control, stored procedures, udfs etc. however, i've found there not available database version control there web files.

why database version control not considered important web files? surely programming in database important code in code-behind , .aspx files?

version controlling database objects important!

however, maybe isn't considered important because people see database merely tool assists them? , external tools (normally) aren't version controlled.

one thing i've found hard manage release process. right we're using red gates source control connected svn. when it's time release same rest of code: merge 1 branch other. deploy use sql compare create diff script between merged revision , actual database. aside minor quirks , beginners mistakes think works in environment there no downtime (purposefully ;)) , has high speed development process (lots of releases).


Comments

Popular posts from this blog

c# - How to set Z index when using WPF DrawingContext? -

razor - Is this a bug in WebMatrix PageData? -

visual c++ - Using relative values in array sorting ( asm ) -