<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: SQL SERVER &#8211; Importance of Master Database for SQL Server Startup</title>
	<atom:link href="http://blog.sqlauthority.com/2007/10/31/sql-server-importance-of-master-database-for-sql-server-startup/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.sqlauthority.com/2007/10/31/sql-server-importance-of-master-database-for-sql-server-startup/</link>
	<description>Notes of a SQL Server MVP and Database Administrator</description>
	<lastBuildDate>Wed, 17 Mar 2010 03:19:03 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Pinal Dave</title>
		<link>http://blog.sqlauthority.com/2007/10/31/sql-server-importance-of-master-database-for-sql-server-startup/#comment-62174</link>
		<dc:creator>Pinal Dave</dc:creator>
		<pubDate>Thu, 04 Mar 2010 13:20:23 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/10/31/sql-server-importance-of-master-database-for-sql-server-startup/#comment-62174</guid>
		<description>Hello Satish,

Do you have usable backup of master database to restore? If you have then you can restore the master database. For that you will have to start the SQL Server in single user mode using command:
NET START &quot;MSSQLSERVER&quot; /m

If you not have backup then use the rebuildm utility to create a new master database then attach all other database.

Regards,
Pinal Dave</description>
		<content:encoded><![CDATA[<p>Hello Satish,</p>
<p>Do you have usable backup of master database to restore? If you have then you can restore the master database. For that you will have to start the SQL Server in single user mode using command:<br />
NET START &#8220;MSSQLSERVER&#8221; /m</p>
<p>If you not have backup then use the rebuildm utility to create a new master database then attach all other database.</p>
<p>Regards,<br />
Pinal Dave</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: satish</title>
		<link>http://blog.sqlauthority.com/2007/10/31/sql-server-importance-of-master-database-for-sql-server-startup/#comment-62116</link>
		<dc:creator>satish</dc:creator>
		<pubDate>Thu, 04 Mar 2010 03:45:12 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/10/31/sql-server-importance-of-master-database-for-sql-server-startup/#comment-62116</guid>
		<description>It&#039;s really helpfull to me.
 
Thanqu very much
 can you give me detailed information about 
what to do when master database is correpted?


waiting for ur replay.....
      Thanqu</description>
		<content:encoded><![CDATA[<p>It&#8217;s really helpfull to me.</p>
<p>Thanqu very much<br />
 can you give me detailed information about<br />
what to do when master database is correpted?</p>
<p>waiting for ur replay&#8230;..<br />
      Thanqu</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Divya</title>
		<link>http://blog.sqlauthority.com/2007/10/31/sql-server-importance-of-master-database-for-sql-server-startup/#comment-57448</link>
		<dc:creator>Divya</dc:creator>
		<pubDate>Mon, 09 Nov 2009 06:34:07 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/10/31/sql-server-importance-of-master-database-for-sql-server-startup/#comment-57448</guid>
		<description>Hi Sir,
The information is extremely useful. Could you please provide some information about how to restore master database.</description>
		<content:encoded><![CDATA[<p>Hi Sir,<br />
The information is extremely useful. Could you please provide some information about how to restore master database.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tim</title>
		<link>http://blog.sqlauthority.com/2007/10/31/sql-server-importance-of-master-database-for-sql-server-startup/#comment-54981</link>
		<dc:creator>Tim</dc:creator>
		<pubDate>Tue, 18 Aug 2009 16:05:55 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/10/31/sql-server-importance-of-master-database-for-sql-server-startup/#comment-54981</guid>
		<description>I am doing an hourly differential backup on various databases on my server, including the MASTER database.  MASTER changes during the day, even when no new database objects are being created; so MASTER must contain some dynamic metadata about the database objects, not only their configuration/structure.</description>
		<content:encoded><![CDATA[<p>I am doing an hourly differential backup on various databases on my server, including the MASTER database.  MASTER changes during the day, even when no new database objects are being created; so MASTER must contain some dynamic metadata about the database objects, not only their configuration/structure.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kumar</title>
		<link>http://blog.sqlauthority.com/2007/10/31/sql-server-importance-of-master-database-for-sql-server-startup/#comment-49522</link>
		<dc:creator>kumar</dc:creator>
		<pubDate>Thu, 19 Mar 2009 22:59:51 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/10/31/sql-server-importance-of-master-database-for-sql-server-startup/#comment-49522</guid>
		<description>Hi,

the given info is very helpful and can you please give more details about how to start the database from command prompt when master DB is corrupted.

kumar</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>the given info is very helpful and can you please give more details about how to start the database from command prompt when master DB is corrupted.</p>
<p>kumar</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sarnam</title>
		<link>http://blog.sqlauthority.com/2007/10/31/sql-server-importance-of-master-database-for-sql-server-startup/#comment-46309</link>
		<dc:creator>Sarnam</dc:creator>
		<pubDate>Wed, 04 Feb 2009 06:40:57 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/10/31/sql-server-importance-of-master-database-for-sql-server-startup/#comment-46309</guid>
		<description>This is extremely good information about master database in other words we can say short and sweet description.</description>
		<content:encoded><![CDATA[<p>This is extremely good information about master database in other words we can say short and sweet description.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sarnam</title>
		<link>http://blog.sqlauthority.com/2007/10/31/sql-server-importance-of-master-database-for-sql-server-startup/#comment-46308</link>
		<dc:creator>Sarnam</dc:creator>
		<pubDate>Wed, 04 Feb 2009 06:39:12 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/10/31/sql-server-importance-of-master-database-for-sql-server-startup/#comment-46308</guid>
		<description>This is extremely good information about master database in other words we can say short and sweet matters .
thanks</description>
		<content:encoded><![CDATA[<p>This is extremely good information about master database in other words we can say short and sweet matters .<br />
thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: joedotnot</title>
		<link>http://blog.sqlauthority.com/2007/10/31/sql-server-importance-of-master-database-for-sql-server-startup/#comment-43798</link>
		<dc:creator>joedotnot</dc:creator>
		<pubDate>Sun, 19 Oct 2008 07:10:46 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/10/31/sql-server-importance-of-master-database-for-sql-server-startup/#comment-43798</guid>
		<description>Why should i care if master database is backed up? Let&#039;s say i backup all my user databases, and take it to another server, and restore them there... Do i have to take my master database with me ? NO. 

So i can just re-install the whole SqlServer and a new master database will be recreated again.

Or did i miss something... ?</description>
		<content:encoded><![CDATA[<p>Why should i care if master database is backed up? Let&#8217;s say i backup all my user databases, and take it to another server, and restore them there&#8230; Do i have to take my master database with me ? NO. </p>
<p>So i can just re-install the whole SqlServer and a new master database will be recreated again.</p>
<p>Or did i miss something&#8230; ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Wasim</title>
		<link>http://blog.sqlauthority.com/2007/10/31/sql-server-importance-of-master-database-for-sql-server-startup/#comment-33141</link>
		<dc:creator>Wasim</dc:creator>
		<pubDate>Sun, 20 Jan 2008 20:11:51 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/10/31/sql-server-importance-of-master-database-for-sql-server-startup/#comment-33141</guid>
		<description>Hi,

If  i got  master  database corrupted  &amp; i want  to rebuild  that server,should i need  to reinstall SQL Server then i need to go common prompt  utilility?Which utility is that?</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>If  i got  master  database corrupted  &amp; i want  to rebuild  that server,should i need  to reinstall SQL Server then i need to go common prompt  utilility?Which utility is that?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Amol Solunkhe</title>
		<link>http://blog.sqlauthority.com/2007/10/31/sql-server-importance-of-master-database-for-sql-server-startup/#comment-28140</link>
		<dc:creator>Amol Solunkhe</dc:creator>
		<pubDate>Sat, 22 Dec 2007 02:19:28 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/10/31/sql-server-importance-of-master-database-for-sql-server-startup/#comment-28140</guid>
		<description>Hi Pinal,

Ur information on site is very helpful to me. I have read about system databases article but It will be more helpful, if u give something more about How to start SQL Server when master db corrupted and How to restore it.

Also give some more detail idea about other system databases.

Thanks &amp; Regards
Amol</description>
		<content:encoded><![CDATA[<p>Hi Pinal,</p>
<p>Ur information on site is very helpful to me. I have read about system databases article but It will be more helpful, if u give something more about How to start SQL Server when master db corrupted and How to restore it.</p>
<p>Also give some more detail idea about other system databases.</p>
<p>Thanks &amp; Regards<br />
Amol</p>
]]></content:encoded>
	</item>
</channel>
</rss>
