<?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; Order of Hotfix and Service Pack</title>
	<atom:link href="http://blog.sqlauthority.com/2009/06/06/sql-server-order-of-hotfix-and-service-pack/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.sqlauthority.com/2009/06/06/sql-server-order-of-hotfix-and-service-pack/</link>
	<description>Personal Notes of Pinal Dave</description>
	<lastBuildDate>Thu, 09 Feb 2012 10:40:10 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: Mark</title>
		<link>http://blog.sqlauthority.com/2009/06/06/sql-server-order-of-hotfix-and-service-pack/#comment-64242</link>
		<dc:creator><![CDATA[Mark]]></dc:creator>
		<pubDate>Thu, 01 Apr 2010 16:54:09 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=5348#comment-64242</guid>
		<description><![CDATA[Hi Pinal Dave,

I was wondering if you know how to script the installment of service packs on SQL 2005. 

I have to install a bunch of new servers with SQL and I used the template.ini to configure a install script with options to install SQL server. 
Now to use the GUI to install about 40 servers is going to be a pain in the ... So if you or anybody else reading this could give me a clue on how to do that. It &#039;ll be much appreciated.]]></description>
		<content:encoded><![CDATA[<p>Hi Pinal Dave,</p>
<p>I was wondering if you know how to script the installment of service packs on SQL 2005. </p>
<p>I have to install a bunch of new servers with SQL and I used the template.ini to configure a install script with options to install SQL server.<br />
Now to use the GUI to install about 40 servers is going to be a pain in the &#8230; So if you or anybody else reading this could give me a clue on how to do that. It &#8216;ll be much appreciated.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brian Tkatch</title>
		<link>http://blog.sqlauthority.com/2009/06/06/sql-server-order-of-hotfix-and-service-pack/#comment-55711</link>
		<dc:creator><![CDATA[Brian Tkatch]]></dc:creator>
		<pubDate>Tue, 08 Sep 2009 13:31:52 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=5348#comment-55711</guid>
		<description><![CDATA[@barnali chhotaray

DEFAULT means different things. For an IDENTITY COLUMN, the IDENTITY attribute populates the COLUMN. DEFAULT also populates the COLUMN. Therefore, it would be in conflict with the IDENITY attribute. Only one thing can provide the value!

DEFAULT VALUES in a statement, tells SQL Server that the query will not provide any values for the COLUMNs. Which is fine for an IDENTITY, as it will populate that COLUMN anyway.]]></description>
		<content:encoded><![CDATA[<p>@barnali chhotaray</p>
<p>DEFAULT means different things. For an IDENTITY COLUMN, the IDENTITY attribute populates the COLUMN. DEFAULT also populates the COLUMN. Therefore, it would be in conflict with the IDENITY attribute. Only one thing can provide the value!</p>
<p>DEFAULT VALUES in a statement, tells SQL Server that the query will not provide any values for the COLUMNs. Which is fine for an IDENTITY, as it will populate that COLUMN anyway.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: barnali chhotaray</title>
		<link>http://blog.sqlauthority.com/2009/06/06/sql-server-order-of-hotfix-and-service-pack/#comment-55636</link>
		<dc:creator><![CDATA[barnali chhotaray]]></dc:creator>
		<pubDate>Sun, 06 Sep 2009 05:33:39 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=5348#comment-55636</guid>
		<description><![CDATA[hello,

I have a confusion on IDENTITY column. I read it in a book that DEFAULT constraint can not be created on IDENTITY column. 

While, I found a situation from internet is the following:

We have a table and it has just one column that the identity property of that column  set to ON, we need a query to insert some records in that.

Ans: INSERT INTO TableName DEFAULT VALUES

My question is that, if default values can not be created on identity column then how can default values be inserted into identity column ?]]></description>
		<content:encoded><![CDATA[<p>hello,</p>
<p>I have a confusion on IDENTITY column. I read it in a book that DEFAULT constraint can not be created on IDENTITY column. </p>
<p>While, I found a situation from internet is the following:</p>
<p>We have a table and it has just one column that the identity property of that column  set to ON, we need a query to insert some records in that.</p>
<p>Ans: INSERT INTO TableName DEFAULT VALUES</p>
<p>My question is that, if default values can not be created on identity column then how can default values be inserted into identity column ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: joshua</title>
		<link>http://blog.sqlauthority.com/2009/06/06/sql-server-order-of-hotfix-and-service-pack/#comment-55624</link>
		<dc:creator><![CDATA[joshua]]></dc:creator>
		<pubDate>Sat, 05 Sep 2009 17:08:53 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=5348#comment-55624</guid>
		<description><![CDATA[hi...

Meaning, Release to Manufacturing (RTM) to Service Pack 3 is okay?

sorry... just want to clarify things, im new in MS SQL...

thanks...]]></description>
		<content:encoded><![CDATA[<p>hi&#8230;</p>
<p>Meaning, Release to Manufacturing (RTM) to Service Pack 3 is okay?</p>
<p>sorry&#8230; just want to clarify things, im new in MS SQL&#8230;</p>
<p>thanks&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John Sansom</title>
		<link>http://blog.sqlauthority.com/2009/06/06/sql-server-order-of-hotfix-and-service-pack/#comment-52802</link>
		<dc:creator><![CDATA[John Sansom]]></dc:creator>
		<pubDate>Sat, 06 Jun 2009 19:04:16 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=5348#comment-52802</guid>
		<description><![CDATA[What is common knowledge to some people is also going to be new to many others.

I certainly enjoy reading your short tips and would love to see more.]]></description>
		<content:encoded><![CDATA[<p>What is common knowledge to some people is also going to be new to many others.</p>
<p>I certainly enjoy reading your short tips and would love to see more.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ritesh Shah</title>
		<link>http://blog.sqlauthority.com/2009/06/06/sql-server-order-of-hotfix-and-service-pack/#comment-52793</link>
		<dc:creator><![CDATA[Ritesh Shah]]></dc:creator>
		<pubDate>Sat, 06 Jun 2009 03:28:39 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=5348#comment-52793</guid>
		<description><![CDATA[I am 100% sure that everybody don&#039;t know about this and will get benefit from your TIPS]]></description>
		<content:encoded><![CDATA[<p>I am 100% sure that everybody don&#8217;t know about this and will get benefit from your TIPS</p>
]]></content:encoded>
	</item>
</channel>
</rss>

