<?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; Log File Growing for Model Database &#8211; model Database Log File Grew Too Big</title>
	<atom:link href="http://blog.sqlauthority.com/2011/03/19/sql-server-log-file-growing-for-model-database-model-database-log-file-grew-too-big/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.sqlauthority.com/2011/03/19/sql-server-log-file-growing-for-model-database-model-database-log-file-grew-too-big/</link>
	<description>Personal Notes of Pinal Dave</description>
	<lastBuildDate>Thu, 23 May 2013 14:22:59 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: SQL SERVER &#8211; Weekly Series &#8211; Memory Lane &#8211; #021 &#124; SQL Server Journey with SQL Authority</title>
		<link>http://blog.sqlauthority.com/2011/03/19/sql-server-log-file-growing-for-model-database-model-database-log-file-grew-too-big/#comment-442566</link>
		<dc:creator><![CDATA[SQL SERVER &#8211; Weekly Series &#8211; Memory Lane &#8211; #021 &#124; SQL Server Journey with SQL Authority]]></dc:creator>
		<pubDate>Sat, 23 Mar 2013 01:31:37 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=12237#comment-442566</guid>
		<description><![CDATA[[...] Log File Growing for Model Database – model Database Log File Grew Too Big The model database is used as the template for all databases created on an instance of SQL Server. Any object you create in the model database will be automatically created in the subsequent user database created on the server. In this blog post we learn how it impacts the other databases. [...]]]></description>
		<content:encoded><![CDATA[<p>[...] Log File Growing for Model Database – model Database Log File Grew Too Big The model database is used as the template for all databases created on an instance of SQL Server. Any object you create in the model database will be automatically created in the subsequent user database created on the server. In this blog post we learn how it impacts the other databases. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: SQL SERVER &#8211; A Quick Look at Logging and Ideas around Logging &#171; SQL Server Journey with SQL Authority</title>
		<link>http://blog.sqlauthority.com/2011/03/19/sql-server-log-file-growing-for-model-database-model-database-log-file-grew-too-big/#comment-300149</link>
		<dc:creator><![CDATA[SQL SERVER &#8211; A Quick Look at Logging and Ideas around Logging &#171; SQL Server Journey with SQL Authority]]></dc:creator>
		<pubDate>Tue, 12 Jun 2012 01:32:32 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=12237#comment-300149</guid>
		<description><![CDATA[[...] Log File Growing for Model Database – model Database Log File Grew Too Big [...]]]></description>
		<content:encoded><![CDATA[<p>[...] Log File Growing for Model Database – model Database Log File Grew Too Big [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: SQL SERVER – Database Worst Practices – New Town and New Job and New Disasters Journey to SQLAuthority</title>
		<link>http://blog.sqlauthority.com/2011/03/19/sql-server-log-file-growing-for-model-database-model-database-log-file-grew-too-big/#comment-147560</link>
		<dc:creator><![CDATA[SQL SERVER – Database Worst Practices – New Town and New Job and New Disasters Journey to SQLAuthority]]></dc:creator>
		<pubDate>Tue, 12 Jul 2011 01:32:55 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=12237#comment-147560</guid>
		<description><![CDATA[[...] Log File Growing for Model Database – model Database Log File Grew Too Big [...]]]></description>
		<content:encoded><![CDATA[<p>[...] Log File Growing for Model Database – model Database Log File Grew Too Big [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: SQL SERVER – Creating All New Database with Full Recovery Model Journey to SQLAuthority</title>
		<link>http://blog.sqlauthority.com/2011/03/19/sql-server-log-file-growing-for-model-database-model-database-log-file-grew-too-big/#comment-138090</link>
		<dc:creator><![CDATA[SQL SERVER – Creating All New Database with Full Recovery Model Journey to SQLAuthority]]></dc:creator>
		<pubDate>Wed, 01 Jun 2011 01:32:00 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=12237#comment-138090</guid>
		<description><![CDATA[[...] While writing this blog post, I remember my very interesting blog post where model database log file was growing very big even though there were no transaction SQL SERVER – Log File Growing for Model Database – model Database Log File Grew Too Big. [...]]]></description>
		<content:encoded><![CDATA[<p>[...] While writing this blog post, I remember my very interesting blog post where model database log file was growing very big even though there were no transaction SQL SERVER – Log File Growing for Model Database – model Database Log File Grew Too Big. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: anupvarier</title>
		<link>http://blog.sqlauthority.com/2011/03/19/sql-server-log-file-growing-for-model-database-model-database-log-file-grew-too-big/#comment-124399</link>
		<dc:creator><![CDATA[anupvarier]]></dc:creator>
		<pubDate>Tue, 22 Mar 2011 14:41:26 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=12237#comment-124399</guid>
		<description><![CDATA[Hi Rajendiran,

Just a quick correction.I was reading through BOA and found this statement 

&#039;Use the user connections option to specify the maximum number of simultaneous user connections allowed on SQL Server. The default is zero, which means that unlimited user connections are allowed.&#039;

This means that sql server can accept unlimited user connections.

Hi Pinal,

Could you please clarify this,and confirm if default user connection value,ie 0 means sql server will accept unlimited connections.

-Anup]]></description>
		<content:encoded><![CDATA[<p>Hi Rajendiran,</p>
<p>Just a quick correction.I was reading through BOA and found this statement </p>
<p>&#8216;Use the user connections option to specify the maximum number of simultaneous user connections allowed on SQL Server. The default is zero, which means that unlimited user connections are allowed.&#8217;</p>
<p>This means that sql server can accept unlimited user connections.</p>
<p>Hi Pinal,</p>
<p>Could you please clarify this,and confirm if default user connection value,ie 0 means sql server will accept unlimited connections.</p>
<p>-Anup</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: anupvarier</title>
		<link>http://blog.sqlauthority.com/2011/03/19/sql-server-log-file-growing-for-model-database-model-database-log-file-grew-too-big/#comment-124396</link>
		<dc:creator><![CDATA[anupvarier]]></dc:creator>
		<pubDate>Tue, 22 Mar 2011 14:17:13 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=12237#comment-124396</guid>
		<description><![CDATA[Hi Rajendiran,

SQL server will allow 32767.This is the value returned by select @@max_connections.

This setting can be changed using sp_configure &#039;user connections&#039;.

I dont think 60000 users can connect simultaneously to sql server.

-Anup]]></description>
		<content:encoded><![CDATA[<p>Hi Rajendiran,</p>
<p>SQL server will allow 32767.This is the value returned by select @@max_connections.</p>
<p>This setting can be changed using sp_configure &#8216;user connections&#8217;.</p>
<p>I dont think 60000 users can connect simultaneously to sql server.</p>
<p>-Anup</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rajendiran</title>
		<link>http://blog.sqlauthority.com/2011/03/19/sql-server-log-file-growing-for-model-database-model-database-log-file-grew-too-big/#comment-124390</link>
		<dc:creator><![CDATA[Rajendiran]]></dc:creator>
		<pubDate>Tue, 22 Mar 2011 12:53:09 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=12237#comment-124390</guid>
		<description><![CDATA[Hi Pinal,

 
  I am novice to SQL Server DBA . i have one doubt. Can we connect more then 60000 user in sql server 2005? if, possible what is the mechanism using it. i have studied that maximum 32767 user can connect.]]></description>
		<content:encoded><![CDATA[<p>Hi Pinal,</p>
<p>  I am novice to SQL Server DBA . i have one doubt. Can we connect more then 60000 user in sql server 2005? if, possible what is the mechanism using it. i have studied that maximum 32767 user can connect.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ramdas</title>
		<link>http://blog.sqlauthority.com/2011/03/19/sql-server-log-file-growing-for-model-database-model-database-log-file-grew-too-big/#comment-124296</link>
		<dc:creator><![CDATA[Ramdas]]></dc:creator>
		<pubDate>Mon, 21 Mar 2011 20:46:09 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=12237#comment-124296</guid>
		<description><![CDATA[good article, just curious, why would one set the recovery to full on a model database.]]></description>
		<content:encoded><![CDATA[<p>good article, just curious, why would one set the recovery to full on a model database.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: SC</title>
		<link>http://blog.sqlauthority.com/2011/03/19/sql-server-log-file-growing-for-model-database-model-database-log-file-grew-too-big/#comment-124274</link>
		<dc:creator><![CDATA[SC]]></dc:creator>
		<pubDate>Mon, 21 Mar 2011 17:40:33 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=12237#comment-124274</guid>
		<description><![CDATA[I am reminded of an interesting incident at a place I worked and we supported a third party application database on SQL Server 2000 service pack 4. The model database log filled the local drive and SQL Server stopped. hen we tried to start it in single user mode the application would quickly grab a connection. To add to our misery the vendor&#039;s technical support also tried to move the model log file which fortunately they could not. Eventually our Database Manager instructed everyone to stop troubleshooting and opened an isql window ready to run the backup and then started SQL Server in single user mode using isql with the command sqlservr.exe –c –m”isql” –T3608. After the model backup with no log was taken, the SQL Server was back in operation though the vendor could not give us an idea as to what they did to fill the log file.]]></description>
		<content:encoded><![CDATA[<p>I am reminded of an interesting incident at a place I worked and we supported a third party application database on SQL Server 2000 service pack 4. The model database log filled the local drive and SQL Server stopped. hen we tried to start it in single user mode the application would quickly grab a connection. To add to our misery the vendor&#8217;s technical support also tried to move the model log file which fortunately they could not. Eventually our Database Manager instructed everyone to stop troubleshooting and opened an isql window ready to run the backup and then started SQL Server in single user mode using isql with the command sqlservr.exe –c –m”isql” –T3608. After the model backup with no log was taken, the SQL Server was back in operation though the vendor could not give us an idea as to what they did to fill the log file.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: anupvarier</title>
		<link>http://blog.sqlauthority.com/2011/03/19/sql-server-log-file-growing-for-model-database-model-database-log-file-grew-too-big/#comment-124264</link>
		<dc:creator><![CDATA[anupvarier]]></dc:creator>
		<pubDate>Mon, 21 Mar 2011 15:24:56 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=12237#comment-124264</guid>
		<description><![CDATA[Hi Jason,

This will be little risky,it is always good not to change Model database recovery model.

-Anup]]></description>
		<content:encoded><![CDATA[<p>Hi Jason,</p>
<p>This will be little risky,it is always good not to change Model database recovery model.</p>
<p>-Anup</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: anupvarier</title>
		<link>http://blog.sqlauthority.com/2011/03/19/sql-server-log-file-growing-for-model-database-model-database-log-file-grew-too-big/#comment-124262</link>
		<dc:creator><![CDATA[anupvarier]]></dc:creator>
		<pubDate>Mon, 21 Mar 2011 15:22:55 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=12237#comment-124262</guid>
		<description><![CDATA[Hi Pinal,

This is absolutely correct,there is no point to take full backup of Model on daily basis.

Unfortunately even our netbackup team was doing it and now it was decided to exclude it.

Thanks for bringing this up.

-Anup]]></description>
		<content:encoded><![CDATA[<p>Hi Pinal,</p>
<p>This is absolutely correct,there is no point to take full backup of Model on daily basis.</p>
<p>Unfortunately even our netbackup team was doing it and now it was decided to exclude it.</p>
<p>Thanks for bringing this up.</p>
<p>-Anup</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jason</title>
		<link>http://blog.sqlauthority.com/2011/03/19/sql-server-log-file-growing-for-model-database-model-database-log-file-grew-too-big/#comment-124021</link>
		<dc:creator><![CDATA[Jason]]></dc:creator>
		<pubDate>Sat, 19 Mar 2011 15:12:52 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=12237#comment-124021</guid>
		<description><![CDATA[Very interesting!  You should also note that changing the recovery model of the Model database will change the default recovery model of any database that is created after.  So if you change Model to SIMPLE mode, and then manually create a database and don&#039;t specify a recovery model, it will be SIMPLE by default.]]></description>
		<content:encoded><![CDATA[<p>Very interesting!  You should also note that changing the recovery model of the Model database will change the default recovery model of any database that is created after.  So if you change Model to SIMPLE mode, and then manually create a database and don&#8217;t specify a recovery model, it will be SIMPLE by default.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
