﻿<?xml version='1.0' encoding='UTF-8'?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/"><channel><title>SQLServerCentral / Administering / SQL Server 2005  / Schema versus Database / Latest Posts</title><generator>InstantForum.NET v2.9.0</generator><description>SQLServerCentral</description><link>http://www.sqlservercentral.com/Forums/</link><webMaster>notifications@sqlservercentral.com</webMaster><lastBuildDate>Sat, 25 May 2013 02:12:18 GMT</lastBuildDate><ttl>20</ttl><item><title>RE: Schema versus Database</title><link>http://www.sqlservercentral.com/Forums/Topic1038190-146-1.aspx</link><description>thank's for the updatethe application are isolated to each  othere and they use maximum simillarer tabel and SPbut fee differnet tables also .</description><pubDate>Thu, 23 Dec 2010 05:21:19 GMT</pubDate><dc:creator>Narendra-587652</dc:creator></item><item><title>RE: Schema versus Database</title><link>http://www.sqlservercentral.com/Forums/Topic1038190-146-1.aspx</link><description>Before you put different applications within a single database, I'd check to see just how much cross-dependencies there are between the apps. Do they share tables &amp; procedures? If so, you have a case for putting them into a common database. If they share nothing, or little, I'd keep them seperated because by putting them into a common database, you're going to tightly couple these apps and make it very difficult to develop them indepdent of each other.</description><pubDate>Wed, 22 Dec 2010 07:06:03 GMT</pubDate><dc:creator>Grant Fritchey</dc:creator></item><item><title>RE: Schema versus Database</title><link>http://www.sqlservercentral.com/Forums/Topic1038190-146-1.aspx</link><description>sounds like Oracle speak to me...in SQL a database is what Oracle calls schema.in SQL an instance is what Oracle calls a database.so, to answer your question, each app should have there own 'database'i only give apps their own instance IF they need to have access to the system databases. Ie master, msdb.... or if the app needs to be controlled from a resource perspective.</description><pubDate>Wed, 22 Dec 2010 06:38:43 GMT</pubDate><dc:creator>Geoff A</dc:creator></item><item><title>Schema versus Database</title><link>http://www.sqlservercentral.com/Forums/Topic1038190-146-1.aspx</link><description>We have three application in sql 2005 and we want to merge the data basewould like to know what is the advantage and disadvantage of 1) Have a separate database for all application                    Or  2) Have 1 database  for all application with separate schemas.</description><pubDate>Wed, 22 Dec 2010 05:11:18 GMT</pubDate><dc:creator>Narendra-587652</dc:creator></item></channel></rss>