<?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; Prevent Constraint to Allow NULL</title>
	<atom:link href="http://blog.sqlauthority.com/2011/04/21/sql-server-prevent-constraint-to-allow-null/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.sqlauthority.com/2011/04/21/sql-server-prevent-constraint-to-allow-null/</link>
	<description>SQL, SQL Server, MySQL, Big Data and NoSQL</description>
	<lastBuildDate>Wed, 19 Jun 2013 21:45:15 +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; #026 &#124; SQL Server Journey with SQL Authority</title>
		<link>http://blog.sqlauthority.com/2011/04/21/sql-server-prevent-constraint-to-allow-null/#comment-464700</link>
		<dc:creator><![CDATA[SQL SERVER &#8211; Weekly Series &#8211; Memory Lane &#8211; #026 &#124; SQL Server Journey with SQL Authority]]></dc:creator>
		<pubDate>Sat, 27 Apr 2013 01:31:40 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=12665#comment-464700</guid>
		<description><![CDATA[[...] Prevent Constraint to Allow NULL Here is a quick script which describes how to create a constraint which allows NULL. [...]]]></description>
		<content:encoded><![CDATA[<p>[...] Prevent Constraint to Allow NULL Here is a quick script which describes how to create a constraint which allows NULL. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: madhivanan</title>
		<link>http://blog.sqlauthority.com/2011/04/21/sql-server-prevent-constraint-to-allow-null/#comment-421283</link>
		<dc:creator><![CDATA[madhivanan]]></dc:creator>
		<pubDate>Wed, 13 Feb 2013 08:27:16 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=12665#comment-421283</guid>
		<description><![CDATA[More on NULLs http://beyondrelational.com/modules/2/blogs/70/posts/14865/null-null-null-and-nothing-but-null.aspx]]></description>
		<content:encoded><![CDATA[<p>More on NULLs <a href="http://beyondrelational.com/modules/2/blogs/70/posts/14865/null-null-null-and-nothing-but-null.aspx" rel="nofollow">http://beyondrelational.com/modules/2/blogs/70/posts/14865/null-null-null-and-nothing-but-null.aspx</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anup Nayak</title>
		<link>http://blog.sqlauthority.com/2011/04/21/sql-server-prevent-constraint-to-allow-null/#comment-419540</link>
		<dc:creator><![CDATA[Anup Nayak]]></dc:creator>
		<pubDate>Fri, 08 Feb 2013 18:36:57 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=12665#comment-419540</guid>
		<description><![CDATA[I rember you explaining in one of your sessions about NULL, you using your fingers to explain the concept of null, so in this case null would act as a value which can be greater than 0, but we do not know what the value is.]]></description>
		<content:encoded><![CDATA[<p>I rember you explaining in one of your sessions about NULL, you using your fingers to explain the concept of null, so in this case null would act as a value which can be greater than 0, but we do not know what the value is.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: SQL SERVER &#8211; Various Ways to Create Constraints &#8211; Quiz &#8211; Puzzle &#8211; 17 of 31 &#171; SQL Server Journey with SQL Authority</title>
		<link>http://blog.sqlauthority.com/2011/04/21/sql-server-prevent-constraint-to-allow-null/#comment-239870</link>
		<dc:creator><![CDATA[SQL SERVER &#8211; Various Ways to Create Constraints &#8211; Quiz &#8211; Puzzle &#8211; 17 of 31 &#171; SQL Server Journey with SQL Authority]]></dc:creator>
		<pubDate>Wed, 18 Jan 2012 01:31:39 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=12665#comment-239870</guid>
		<description><![CDATA[[...] Server Interview Questions and Answers ISBN: 1466405643 Page#137-139 Prevent Constraint to Allow NULL Create Default Constraint Over Table Column Create Primary Key with Specific Name when Creating [...]]]></description>
		<content:encoded><![CDATA[<p>[...] Server Interview Questions and Answers ISBN: 1466405643 Page#137-139 Prevent Constraint to Allow NULL Create Default Constraint Over Table Column Create Primary Key with Specific Name when Creating [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: SQL SERVER – How to ALTER CONSTRAINT Journey to SQLAuthority</title>
		<link>http://blog.sqlauthority.com/2011/04/21/sql-server-prevent-constraint-to-allow-null/#comment-130778</link>
		<dc:creator><![CDATA[SQL SERVER – How to ALTER CONSTRAINT Journey to SQLAuthority]]></dc:creator>
		<pubDate>Sun, 24 Apr 2011 01:31:00 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=12665#comment-130778</guid>
		<description><![CDATA[[...] reading my earlier blog post SQL SERVER – Prevent Constraint to Allow NULL. I recently received question from user regarding how to alter the [...]]]></description>
		<content:encoded><![CDATA[<p>[...] reading my earlier blog post SQL SERVER – Prevent Constraint to Allow NULL. I recently received question from user regarding how to alter the [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Aditi</title>
		<link>http://blog.sqlauthority.com/2011/04/21/sql-server-prevent-constraint-to-allow-null/#comment-130362</link>
		<dc:creator><![CDATA[Aditi]]></dc:creator>
		<pubDate>Thu, 21 Apr 2011 13:09:39 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=12665#comment-130362</guid>
		<description><![CDATA[Is it better to declare the col as not null or use check constraint? Performance is better in which scenario?]]></description>
		<content:encoded><![CDATA[<p>Is it better to declare the col as not null or use check constraint? Performance is better in which scenario?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: chis</title>
		<link>http://blog.sqlauthority.com/2011/04/21/sql-server-prevent-constraint-to-allow-null/#comment-130328</link>
		<dc:creator><![CDATA[chis]]></dc:creator>
		<pubDate>Thu, 21 Apr 2011 07:40:02 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=12665#comment-130328</guid>
		<description><![CDATA[the simple answer i would be saying to the error is null and 0 both are different for sql server. Null0.
instead of writing a day blog on this.

Hope coming article will be worth of reading.]]></description>
		<content:encoded><![CDATA[<p>the simple answer i would be saying to the error is null and 0 both are different for sql server. Null0.<br />
instead of writing a day blog on this.</p>
<p>Hope coming article will be worth of reading.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Manoj Sahoo</title>
		<link>http://blog.sqlauthority.com/2011/04/21/sql-server-prevent-constraint-to-allow-null/#comment-130290</link>
		<dc:creator><![CDATA[Manoj Sahoo]]></dc:creator>
		<pubDate>Thu, 21 Apr 2011 03:58:34 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=12665#comment-130290</guid>
		<description><![CDATA[Here u r using two constraints i.e first one is CHECK Constraint and the Second one is NOTNULL Constraint. How to implement all these in one single CHECK Constraint]]></description>
		<content:encoded><![CDATA[<p>Here u r using two constraints i.e first one is CHECK Constraint and the Second one is NOTNULL Constraint. How to implement all these in one single CHECK Constraint</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael Codanti</title>
		<link>http://blog.sqlauthority.com/2011/04/21/sql-server-prevent-constraint-to-allow-null/#comment-130284</link>
		<dc:creator><![CDATA[Michael Codanti]]></dc:creator>
		<pubDate>Thu, 21 Apr 2011 03:40:44 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=12665#comment-130284</guid>
		<description><![CDATA[Of course you could also declare, or alter, the column with NOT NULL so that you couldn&#039;t store a NULL in the table even without the constraint.]]></description>
		<content:encoded><![CDATA[<p>Of course you could also declare, or alter, the column with NOT NULL so that you couldn&#8217;t store a NULL in the table even without the constraint.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Imran Mohammed</title>
		<link>http://blog.sqlauthority.com/2011/04/21/sql-server-prevent-constraint-to-allow-null/#comment-130280</link>
		<dc:creator><![CDATA[Imran Mohammed]]></dc:creator>
		<pubDate>Thu, 21 Apr 2011 03:28:12 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=12665#comment-130280</guid>
		<description><![CDATA[How about making Col2 a NOT NULL column and then adding the constraintto that column.

~ IM.]]></description>
		<content:encoded><![CDATA[<p>How about making Col2 a NOT NULL column and then adding the constraintto that column.</p>
<p>~ IM.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
