database - sql server: one file for all the application or is it better to make it multiple db files? -


Is better to keep separate parts of the app in separate databases or in a single database file. For example by putting a forum table in a database file and putting the blog's table in the other DB?

The different databases probably do not understand, but considering SQL Server 2005 or later versions, I I encourage the use of schema to logically exclude these functional areas. See Buck Woody's article as the starting point.

Comments

Popular posts from this blog

mysql - BLOB/TEXT column 'value' used in key specification without a key length -

c# - Using Vici cool Storage with monodroid -

python - referencing a variable in another function? -