<?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; Beginning SQL 2012 &#8211; Why we use Code Comments &#8211; Abstract from Joes 2 Pros Volume 1</title>
	<atom:link href="http://blog.sqlauthority.com/2013/02/25/sql-server-beginning-sql-2012-why-we-use-code-comments-abstract-from-joes-2-pros-volume-1/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.sqlauthority.com/2013/02/25/sql-server-beginning-sql-2012-why-we-use-code-comments-abstract-from-joes-2-pros-volume-1/</link>
	<description>SQL, SQL Server, MySQL, Big Data and NoSQL</description>
	<lastBuildDate>Wed, 19 Jun 2013 04:23:33 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: sandykumaryadav</title>
		<link>http://blog.sqlauthority.com/2013/02/25/sql-server-beginning-sql-2012-why-we-use-code-comments-abstract-from-joes-2-pros-volume-1/#comment-427845</link>
		<dc:creator><![CDATA[sandykumaryadav]]></dc:creator>
		<pubDate>Tue, 26 Feb 2013 10:58:21 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=22805#comment-427845</guid>
		<description><![CDATA[Hi Pinal , if we use 2 / at the end then how we will handle this.
Example:
SELECT /*GrantID,/*/ GrantName, EmpID, Amount
 FROM [Grant]
 WHERE EmpID IS NULL
 -- OR Amount &lt; 10000
 OR EmpID = 7]]></description>
		<content:encoded><![CDATA[<p>Hi Pinal , if we use 2 / at the end then how we will handle this.<br />
Example:<br />
SELECT /*GrantID,/*/ GrantName, EmpID, Amount<br />
 FROM [Grant]<br />
 WHERE EmpID IS NULL<br />
 &#8212; OR Amount &lt; 10000<br />
 OR EmpID = 7</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Suzanne M</title>
		<link>http://blog.sqlauthority.com/2013/02/25/sql-server-beginning-sql-2012-why-we-use-code-comments-abstract-from-joes-2-pros-volume-1/#comment-427338</link>
		<dc:creator><![CDATA[Suzanne M]]></dc:creator>
		<pubDate>Mon, 25 Feb 2013 12:41:24 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=22805#comment-427338</guid>
		<description><![CDATA[Pinal, I wanted to ask your expertise on the best way to modify all the columns in my database from numeric(12,4) to numeric (18,4) while keeping all data correct with no losses.  I am using sql 2008 and have a huge database and not sure the best way to make this change to allow for more characters throughout my entire database.  There are many many tables that have this datatype that needs to be changed.  Any advice you can provide will be greatly appreciated.]]></description>
		<content:encoded><![CDATA[<p>Pinal, I wanted to ask your expertise on the best way to modify all the columns in my database from numeric(12,4) to numeric (18,4) while keeping all data correct with no losses.  I am using sql 2008 and have a huge database and not sure the best way to make this change to allow for more characters throughout my entire database.  There are many many tables that have this datatype that needs to be changed.  Any advice you can provide will be greatly appreciated.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
