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
Post a Comment