<?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 for Journey to SQL Authority with Pinal Dave</title>
	<atom:link href="http://blog.sqlauthority.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.sqlauthority.com</link>
	<description>SQL, SQL Server, MySQL, Big Data and NoSQL</description>
	<lastBuildDate>Wed, 19 Mar 2014 08:19:20 +0000</lastBuildDate>
		<sy:updatePeriod>hourly</sy:updatePeriod>
		<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>Comment on SQL SERVER &#8211; CTRL+SHIFT+] Shortcut to Select Code Between Two Parenthesis by madhivanan</title>
		<link>http://blog.sqlauthority.com/2012/07/07/sql-server-ctrlshift-shortcut-to-select-code-between-two-parenthesis/#comment-931486</link>
		<dc:creator><![CDATA[madhivanan]]></dc:creator>
		<pubDate>Wed, 19 Mar 2014 08:19:20 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=19724#comment-931486</guid>
		<description><![CDATA[You need to enable the Intellisense to get this working]]></description>
		<content:encoded><![CDATA[<p>You need to enable the Intellisense to get this working</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on SQL SERVER &#8211; Import CSV File Into SQL Server Using Bulk Insert &#8211; Load Comma Delimited File Into SQL Server by madhivanan</title>
		<link>http://blog.sqlauthority.com/2008/02/06/sql-server-import-csv-file-into-sql-server-using-bulk-insert-load-comma-delimited-file-into-sql-server/#comment-931478</link>
		<dc:creator><![CDATA[madhivanan]]></dc:creator>
		<pubDate>Wed, 19 Mar 2014 08:15:38 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=497#comment-931478</guid>
		<description><![CDATA[This will help you
http://beyondrelational.com/modules/2/blogs/70/Posts/17723/generate-column-lists-for-a-table.aspx]]></description>
		<content:encoded><![CDATA[<p>This will help you<br />
<a href="http://beyondrelational.com/modules/2/blogs/70/Posts/17723/generate-column-lists-for-a-table.aspx" rel="nofollow">http://beyondrelational.com/modules/2/blogs/70/Posts/17723/generate-column-lists-for-a-table.aspx</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on SQL SERVER &#8211; Query to find number Rows, Columns, ByteSize for each table in the current database &#8211; Find Biggest Table in Database by madhivanan</title>
		<link>http://blog.sqlauthority.com/2007/01/10/sql-server-query-to-find-number-rows-columns-bytesize-for-each-table-in-the-current-database-find-biggest-table-in-database/#comment-931475</link>
		<dc:creator><![CDATA[madhivanan]]></dc:creator>
		<pubDate>Wed, 19 Mar 2014 08:13:08 +0000</pubDate>
		<guid isPermaLink="false">http://sqlauthority.wordpress.com/2007/01/10/query-to-find-number-rows-columns-bytesize-for-each-table-in-the-current-database/#comment-931475</guid>
		<description><![CDATA[EXEC sp_tables &#039;table name&#039;]]></description>
		<content:encoded><![CDATA[<p>EXEC sp_tables &#8216;table name&#8217;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on SQL SERVER &#8211; Introduction to Discovering XML Data Type Methods &#8211; A Primer by madhivanan</title>
		<link>http://blog.sqlauthority.com/2012/04/27/sql-server-introduction-to-discovering-xml-data-type-methods-a-primer/#comment-931467</link>
		<dc:creator><![CDATA[madhivanan]]></dc:creator>
		<pubDate>Wed, 19 Mar 2014 08:06:25 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=18372#comment-931467</guid>
		<description><![CDATA[Here is an example

select cast(&#039;&#039; as xml).value(&#039;xs:hexBinary(sql:column(&quot;hexbin&quot;) )&#039;, &#039;varchar(max)&#039;) from 
 (
 select 0x5400650073007400  as hexbin
 ) as t;]]></description>
		<content:encoded><![CDATA[<p>Here is an example</p>
<p>select cast(&#8221; as xml).value(&#8216;xs:hexBinary(sql:column(&#8220;hexbin&#8221;) )&#8217;, &#8216;varchar(max)&#8217;) from<br />
 (<br />
 select 0&#215;5400650073007400  as hexbin<br />
 ) as t;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on SQL SERVER &#8211; Retrieve Current Date Time in SQL Server CURRENT_TIMESTAMP, GETDATE(), {fn NOW()} by madhivanan</title>
		<link>http://blog.sqlauthority.com/2007/06/21/sql-server-retrieve-current-date-time-in-sql-server-current_timestamp-getdate-fn-now/#comment-931457</link>
		<dc:creator><![CDATA[madhivanan]]></dc:creator>
		<pubDate>Wed, 19 Mar 2014 08:01:04 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/06/21/sql-server-retrieve-current-date-time-in-sql-server-current_timestamp-getdate-fn-now/#comment-931457</guid>
		<description><![CDATA[You need to use unambiguous datetime format YYYYMMDD HH:MM:SS]]></description>
		<content:encoded><![CDATA[<p>You need to use unambiguous datetime format YYYYMMDD HH:MM:SS</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on SQL SERVER &#8211; Puzzle #1 &#8211; Querying Pattern Ranges and Wild Cards by madhivanan</title>
		<link>http://blog.sqlauthority.com/2013/06/11/sql-server-puzzle-1-querying-pattern-ranges-and-wild-cards/#comment-931454</link>
		<dc:creator><![CDATA[madhivanan]]></dc:creator>
		<pubDate>Wed, 19 Mar 2014 07:59:13 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=24057#comment-931454</guid>
		<description><![CDATA[The query is for SQL Server. For Oracle you need to use REGEXP function]]></description>
		<content:encoded><![CDATA[<p>The query is for SQL Server. For Oracle you need to use REGEXP function</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Contact Me by madhivanan</title>
		<link>http://blog.sqlauthority.com/contact-me/#comment-931194</link>
		<dc:creator><![CDATA[madhivanan]]></dc:creator>
		<pubDate>Wed, 19 Mar 2014 06:22:09 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?page_id=21140#comment-931194</guid>
		<description><![CDATA[You need a timestamp column and track this via UPDATE trigger]]></description>
		<content:encoded><![CDATA[<p>You need a timestamp column and track this via UPDATE trigger</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on MySQL &#8211; Pattern Matching Comparison Using Regular Expressions with REGEXP by madhivanan</title>
		<link>http://blog.sqlauthority.com/2014/03/17/mysql-pattern-matching-comparison-using-regular-expressions-with-regexp/#comment-931103</link>
		<dc:creator><![CDATA[madhivanan]]></dc:creator>
		<pubDate>Wed, 19 Mar 2014 05:36:48 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=27041#comment-931103</guid>
		<description><![CDATA[For the first example, SQL Server query would be

SELECT item_description FROM items
WHERE item_description Like &#039;[c]%&#039;;

For fifth example, it would be

SELECT item_description FROM items
WHERE item_description LIKE &#039;[cp]%&#039;;]]></description>
		<content:encoded><![CDATA[<p>For the first example, SQL Server query would be</p>
<p>SELECT item_description FROM items<br />
WHERE item_description Like &#8216;[c]%&#8217;;</p>
<p>For fifth example, it would be</p>
<p>SELECT item_description FROM items<br />
WHERE item_description LIKE &#8216;[cp]%&#8217;;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on MySQL &#8211; Pattern Matching Comparison Using Regular Expressions with REGEXP by madhivanan</title>
		<link>http://blog.sqlauthority.com/2014/03/17/mysql-pattern-matching-comparison-using-regular-expressions-with-regexp/#comment-931098</link>
		<dc:creator><![CDATA[madhivanan]]></dc:creator>
		<pubDate>Wed, 19 Mar 2014 05:34:36 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=27041#comment-931098</guid>
		<description><![CDATA[Yes. In SQL Server you just need to use LIKE instead of REGEXP and do not use ^,&#124;, etc used in MySQL]]></description>
		<content:encoded><![CDATA[<p>Yes. In SQL Server you just need to use LIKE instead of REGEXP and do not use ^,|, etc used in MySQL</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on SQL SERVER – Quickest Way to Identify Blocking Query and Resolution – Dirty Solution by Miguel</title>
		<link>http://blog.sqlauthority.com/2010/10/06/sql-server-quickest-way-to-identify-blocking-query-and-resolution-dirty-solution/#comment-929662</link>
		<dc:creator><![CDATA[Miguel]]></dc:creator>
		<pubDate>Tue, 18 Mar 2014 17:13:01 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=10343#comment-929662</guid>
		<description><![CDATA[Thanks Pinal, save my day today this script! Just searched and the needed for a blocking process.]]></description>
		<content:encoded><![CDATA[<p>Thanks Pinal, save my day today this script! Just searched and the needed for a blocking process.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Contact Me by Roy Sam</title>
		<link>http://blog.sqlauthority.com/contact-me/#comment-929620</link>
		<dc:creator><![CDATA[Roy Sam]]></dc:creator>
		<pubDate>Tue, 18 Mar 2014 16:50:18 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?page_id=21140#comment-929620</guid>
		<description><![CDATA[I want to retrieve the recently modified or updated data from one table.There is no any column in that table to check the condition for retrieve the same..so Please help me to do that.Thank you]]></description>
		<content:encoded><![CDATA[<p>I want to retrieve the recently modified or updated data from one table.There is no any column in that table to check the condition for retrieve the same..so Please help me to do that.Thank you</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on SQL SERVER &#8211; 2005 &#8211; OUTPUT Clause Example and Explanation with INSERT, UPDATE, DELETE by Roy Sam</title>
		<link>http://blog.sqlauthority.com/2007/10/01/sql-server-2005-output-clause-example-and-explanation-with-insert-update-delete/#comment-929582</link>
		<dc:creator><![CDATA[Roy Sam]]></dc:creator>
		<pubDate>Tue, 18 Mar 2014 16:32:10 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/10/01/sql-server-2005-output-clause-example-and-explanation-with-insert-update-delete/#comment-929582</guid>
		<description><![CDATA[I want to retrieve the recently modified or updated data from one table.There is no any column in that table to check the condition for retrieve the same..so Please help me to do that.Thank you]]></description>
		<content:encoded><![CDATA[<p>I want to retrieve the recently modified or updated data from one table.There is no any column in that table to check the condition for retrieve the same..so Please help me to do that.Thank you</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on SQL SERVER &#8211; 2008 &#8211; Interview Questions and Answers Complete List Download by karthikeyan</title>
		<link>http://blog.sqlauthority.com/2008/09/20/sql-server-2008-interview-questions-and-answers-complete-list-download/#comment-929494</link>
		<dc:creator><![CDATA[karthikeyan]]></dc:creator>
		<pubDate>Tue, 18 Mar 2014 15:51:17 +0000</pubDate>
		<guid isPermaLink="false">http://sqlauthority.wordpress.com/?p=1134#comment-929494</guid>
		<description><![CDATA[Hai sir i have sql interview  in this week in MNC . please give me any tips to study sql with in two days. pls help me sir.?]]></description>
		<content:encoded><![CDATA[<p>Hai sir i have sql interview  in this week in MNC . please give me any tips to study sql with in two days. pls help me sir.?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on SQL SERVER &#8211; How to Add Column at Specific Location in Table by David Marrero</title>
		<link>http://blog.sqlauthority.com/2013/03/11/sql-server-how-to-add-column-at-specific-location-in-table/#comment-929405</link>
		<dc:creator><![CDATA[David Marrero]]></dc:creator>
		<pubDate>Tue, 18 Mar 2014 15:17:04 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=22962#comment-929405</guid>
		<description><![CDATA[So when I want to quickly review data in several of the 200+ tables in the DB I need to type select top 20 x,y,z... instead of select top 20 * ? Really? One of the reasons for setting the order of the fields is so that we can QUICKLY review data. When trying to troubleshoot issues, I might issue 30-40 quick queries. Having the fields in a specific order helps make that process MUCH more efficient. Since it doesn&#039;t matter (as you say), then it should be a minor issue to keep the fields in a useful order. No? Don&#039;t suggest views. The fewer objects to manage, the better.]]></description>
		<content:encoded><![CDATA[<p>So when I want to quickly review data in several of the 200+ tables in the DB I need to type select top 20 x,y,z&#8230; instead of select top 20 * ? Really? One of the reasons for setting the order of the fields is so that we can QUICKLY review data. When trying to troubleshoot issues, I might issue 30-40 quick queries. Having the fields in a specific order helps make that process MUCH more efficient. Since it doesn&#8217;t matter (as you say), then it should be a minor issue to keep the fields in a useful order. No? Don&#8217;t suggest views. The fewer objects to manage, the better.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on SQL Server &#8211; 2008 &#8211; Cheat Sheet &#8211; One Page PDF Download by agernat</title>
		<link>http://blog.sqlauthority.com/2008/10/02/sql-server-2008-cheat-sheet-one-page-pdf-download/#comment-929205</link>
		<dc:creator><![CDATA[agernat]]></dc:creator>
		<pubDate>Tue, 18 Mar 2014 13:51:42 +0000</pubDate>
		<guid isPermaLink="false">http://sqlauthority.wordpress.com/?p=1289#comment-929205</guid>
		<description><![CDATA[hii pinal im using window 7 home basic 64 bit os,when im installing sql server 2008,some error not be install appear native sql install boot strapper error message.please let me know d exact answer.]]></description>
		<content:encoded><![CDATA[<p>hii pinal im using window 7 home basic 64 bit os,when im installing sql server 2008,some error not be install appear native sql install boot strapper error message.please let me know d exact answer.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on SQL SERVER &#8211; Shrinking Database is Bad &#8211; Increases Fragmentation &#8211; Reduces Performance by Andreas Jansson</title>
		<link>http://blog.sqlauthority.com/2011/01/19/sql-server-shrinking-database-is-bad-increases-fragmentation-reduces-performance/#comment-928903</link>
		<dc:creator><![CDATA[Andreas Jansson]]></dc:creator>
		<pubDate>Tue, 18 Mar 2014 11:40:59 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=11622#comment-928903</guid>
		<description><![CDATA[Hi Pinal,

You wrote: &quot;There are few valid cases of the Shrinking database as well, but that is not covered in this blog post. We will cover that area some other time in future. &quot;

I&#039;ve recently dropped an enormous log table from a database, and since the database is not meant to be that big again, within a foreseeable future, the obvious thing to do would be to shrink it.

Please write an article about shrinking databases in a correct and controlled manner. There are enough of the ranting &quot;do not shrink&quot;, that some people devote themselves to.]]></description>
		<content:encoded><![CDATA[<p>Hi Pinal,</p>
<p>You wrote: &#8220;There are few valid cases of the Shrinking database as well, but that is not covered in this blog post. We will cover that area some other time in future. &#8221;</p>
<p>I&#8217;ve recently dropped an enormous log table from a database, and since the database is not meant to be that big again, within a foreseeable future, the obvious thing to do would be to shrink it.</p>
<p>Please write an article about shrinking databases in a correct and controlled manner. There are enough of the ranting &#8220;do not shrink&#8221;, that some people devote themselves to.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on SQL SERVER &#8211; INNER JOIN Returning More Records than Exists in Table by Ravi Teja</title>
		<link>http://blog.sqlauthority.com/2012/02/09/sql-server-inner-join-returning-more-records-than-exists-in-table/#comment-928427</link>
		<dc:creator><![CDATA[Ravi Teja]]></dc:creator>
		<pubDate>Tue, 18 Mar 2014 08:20:37 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=17261#comment-928427</guid>
		<description><![CDATA[it Helped me a lot than q]]></description>
		<content:encoded><![CDATA[<p>it Helped me a lot than q</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on SQL SERVER &#8211; Start SQL Server Instance in Single User Mode by Turfy</title>
		<link>http://blog.sqlauthority.com/2009/02/10/sql-server-start-sql-server-instance-in-single-user-mode/#comment-927845</link>
		<dc:creator><![CDATA[Turfy]]></dc:creator>
		<pubDate>Tue, 18 Mar 2014 04:00:41 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=2289#comment-927845</guid>
		<description><![CDATA[Thanks for your wonderful post. Unfortunately, I run into some problem. I have a few Server Instances on the same server. Not sure it was the culprit or not. However, after adding -m; into the Startup Parameters and restarted successfully, I am not able to connect to the database server using SQLCMD. Is there anything I need to check ?]]></description>
		<content:encoded><![CDATA[<p>Thanks for your wonderful post. Unfortunately, I run into some problem. I have a few Server Instances on the same server. Not sure it was the culprit or not. However, after adding -m; into the Startup Parameters and restarted successfully, I am not able to connect to the database server using SQLCMD. Is there anything I need to check ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on SQL SERVER &#8211; Restoring 2012 Database to 2008 or 2005 Version and 2 other Most Asked Questions by Benjamin Taylor</title>
		<link>http://blog.sqlauthority.com/2012/12/25/sql-server-restoring-2012-database-to-2008-or-2005-version-and-2-other-most-asked-questions/#comment-926795</link>
		<dc:creator><![CDATA[Benjamin Taylor]]></dc:creator>
		<pubDate>Mon, 17 Mar 2014 20:09:37 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=22124#comment-926795</guid>
		<description><![CDATA[Hey Dave, you asked for meaningful reason to downgrade a database.

I have worked at two companies at least that take production versions of their database and restore it on a Dev server, having an older version of SQL Server than production because they purchased the production server after the release of the new version and did not have the media to install the older version on production.

The reason for restoring back on a dev box is to capture real time user interactions with the database. Both companies had a scrub process. This made debugging production database issues much easier as well.]]></description>
		<content:encoded><![CDATA[<p>Hey Dave, you asked for meaningful reason to downgrade a database.</p>
<p>I have worked at two companies at least that take production versions of their database and restore it on a Dev server, having an older version of SQL Server than production because they purchased the production server after the release of the new version and did not have the media to install the older version on production.</p>
<p>The reason for restoring back on a dev box is to capture real time user interactions with the database. Both companies had a scrub process. This made debugging production database issues much easier as well.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on SQL SERVER &#8211; INNER JOIN Returning More Records than Exists in Table by Marcelo</title>
		<link>http://blog.sqlauthority.com/2012/02/09/sql-server-inner-join-returning-more-records-than-exists-in-table/#comment-926735</link>
		<dc:creator><![CDATA[Marcelo]]></dc:creator>
		<pubDate>Mon, 17 Mar 2014 19:39:29 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=17261#comment-926735</guid>
		<description><![CDATA[&quot;This happens because the data is unique in both of the tables.&quot; 

Man you are the man! this part solved my doubt! thanks!  
I had two records on each table and it was bring me 4 as result.  
lacks more one key on inner join condition. thanks.]]></description>
		<content:encoded><![CDATA[<p>&#8220;This happens because the data is unique in both of the tables.&#8221; </p>
<p>Man you are the man! this part solved my doubt! thanks!<br />
I had two records on each table and it was bring me 4 as result.<br />
lacks more one key on inner join condition. thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on SQL SERVER &#8211; Basic Calculation and PEMDAS Order of Operation by Dennis</title>
		<link>http://blog.sqlauthority.com/2012/09/25/sql-server-basic-calculation-and-pemdas-order-of-operation/#comment-926671</link>
		<dc:creator><![CDATA[Dennis]]></dc:creator>
		<pubDate>Mon, 17 Mar 2014 19:10:53 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=20891#comment-926671</guid>
		<description><![CDATA[This is wrong the answer is 1 You can&#039;t just change 2 (3) into 2*3 therefore parentheses would come first  2 (3) = 6 ..
.
6÷6=1..]]></description>
		<content:encoded><![CDATA[<p>This is wrong the answer is 1 You can&#8217;t just change 2 (3) into 2*3 therefore parentheses would come first  2 (3) = 6 ..<br />
.<br />
6÷6=1..</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on SQL SERVER &#8211; 2008 &#8211; IntelliSense Does Not Work &#8211; Enable IntelliSense by Duane</title>
		<link>http://blog.sqlauthority.com/2009/03/31/sql-server-2008-intellisense-does-not-work-enable-intellisense/#comment-925744</link>
		<dc:creator><![CDATA[Duane]]></dc:creator>
		<pubDate>Mon, 17 Mar 2014 12:26:32 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=4106#comment-925744</guid>
		<description><![CDATA[Update: After installing the SQL SERVER 2008 R2 SP2 I was finally able to get IntelliSense working again... I guess the Linked Servers didn&#039;t have an impact.
Thanks for all the suggestions
Much Appreciated
-=Duane=-]]></description>
		<content:encoded><![CDATA[<p>Update: After installing the SQL SERVER 2008 R2 SP2 I was finally able to get IntelliSense working again&#8230; I guess the Linked Servers didn&#8217;t have an impact.<br />
Thanks for all the suggestions<br />
Much Appreciated<br />
-=Duane=-</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on SQL SERVER &#8211; 2008 &#8211; IntelliSense Does Not Work &#8211; Enable IntelliSense by Duane</title>
		<link>http://blog.sqlauthority.com/2009/03/31/sql-server-2008-intellisense-does-not-work-enable-intellisense/#comment-925732</link>
		<dc:creator><![CDATA[Duane]]></dc:creator>
		<pubDate>Mon, 17 Mar 2014 12:21:54 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=4106#comment-925732</guid>
		<description><![CDATA[As with a lot of you... I&#039;ve tried all the suggestions and have yet to get Intellisense working. I&#039;m currently running SQL SERVER 2008 R2 10.50.2500.0 on Windows Server 2008 R2 within a Virtual Build.  I&#039;m going to install one of the suggested updates (SQLServer2008R2SP2-KB2630458-x64-ENU) -- Patch Level 10.51.2500.0 -- and I&#039;ll let you know what happens.  Also I&#039;d like to mention that I do have a number of LINKED Servers configured, I&#039;m not sure if this has any impact that would cause Intellisense to stop working, one of the Linked servers is to an Oracle database.  I also have the following additional software installed:
         1) SQL SERVER 2012 - 11.0.2100.60
         2) VS2010 Professional SP1Rel - 10.0.40219.1
         3) VS2012 Professional Update 3 - 11.0.60610.01
When checking out the SQL SERVER 2012 version, I thought I try to see if IntelliSense was working here, and it wasn&#039;t initially, but after checking the setting and clearing the cache and making sure IntelliSense was enabled in my query (Ctrl^Q + Ctrl^I) I was able to get it to work in 2012.  SQL Server 2008 R2 SP2 still installing........]]></description>
		<content:encoded><![CDATA[<p>As with a lot of you&#8230; I&#8217;ve tried all the suggestions and have yet to get Intellisense working. I&#8217;m currently running SQL SERVER 2008 R2 10.50.2500.0 on Windows Server 2008 R2 within a Virtual Build.  I&#8217;m going to install one of the suggested updates (SQLServer2008R2SP2-KB2630458-x64-ENU) &#8212; Patch Level 10.51.2500.0 &#8212; and I&#8217;ll let you know what happens.  Also I&#8217;d like to mention that I do have a number of LINKED Servers configured, I&#8217;m not sure if this has any impact that would cause Intellisense to stop working, one of the Linked servers is to an Oracle database.  I also have the following additional software installed:<br />
         1) SQL SERVER 2012 &#8211; 11.0.2100.60<br />
         2) VS2010 Professional SP1Rel &#8211; 10.0.40219.1<br />
         3) VS2012 Professional Update 3 &#8211; 11.0.60610.01<br />
When checking out the SQL SERVER 2012 version, I thought I try to see if IntelliSense was working here, and it wasn&#8217;t initially, but after checking the setting and clearing the cache and making sure IntelliSense was enabled in my query (Ctrl^Q + Ctrl^I) I was able to get it to work in 2012.  SQL Server 2008 R2 SP2 still installing&#8230;&#8230;..</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on SQL SERVER &#8211; AWE (Address Windowing Extensions) Explained in Simple Words by Alex</title>
		<link>http://blog.sqlauthority.com/2009/03/20/sql-server-awe-address-windowing-extensions-explained-in-simple-words/#comment-925487</link>
		<dc:creator><![CDATA[Alex]]></dc:creator>
		<pubDate>Mon, 17 Mar 2014 10:17:13 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=3811#comment-925487</guid>
		<description><![CDATA[With Windows Server 2008 onward, especially using 64 Bit or R2 Version, this is no longer an issue. Vut 32 Bit Windows Server 2003 Standard allowed only 4 GB of physical memory. Datacenter and Enterprise can handle more but are by default limited to 4 GB.
These could be distributed like 1 GB Win, 3 GB all applications. In boot Options there was a /3GB option for this distribution (Default distribution would be 2GB Kernel:2 GB User). Furthermore in Boot Options you could enable &quot;Physical Address Extension&quot; /PAE which for Datacenter and Enterprise should make it possible to address more than 4 GB of memory. This only works for systems running 2003 and newer and certain older versions, who allow applications o use more than 2 GB if they can handle it. 
With 64 Bit Systems, the OS automatically cann see all Memory and applications get up to 4 GB. 2008 and newer have different limitations, far higher than 4 GB and do not use/need this.
For AWE in SQL, this allowed to address more memory than applications would be able to handle in older systems. For 64 Bit systems it does not effect how much memory can be used, but a different API is used to allocate memory. (Something a little more complex about lock pages etc.)]]></description>
		<content:encoded><![CDATA[<p>With Windows Server 2008 onward, especially using 64 Bit or R2 Version, this is no longer an issue. Vut 32 Bit Windows Server 2003 Standard allowed only 4 GB of physical memory. Datacenter and Enterprise can handle more but are by default limited to 4 GB.<br />
These could be distributed like 1 GB Win, 3 GB all applications. In boot Options there was a /3GB option for this distribution (Default distribution would be 2GB Kernel:2 GB User). Furthermore in Boot Options you could enable &#8220;Physical Address Extension&#8221; /PAE which for Datacenter and Enterprise should make it possible to address more than 4 GB of memory. This only works for systems running 2003 and newer and certain older versions, who allow applications o use more than 2 GB if they can handle it.<br />
With 64 Bit Systems, the OS automatically cann see all Memory and applications get up to 4 GB. 2008 and newer have different limitations, far higher than 4 GB and do not use/need this.<br />
For AWE in SQL, this allowed to address more memory than applications would be able to handle in older systems. For 64 Bit systems it does not effect how much memory can be used, but a different API is used to allocate memory. (Something a little more complex about lock pages etc.)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on MySQL &#8211; Pattern Matching Comparison Using Regular Expressions with REGEXP by scott mcfadden</title>
		<link>http://blog.sqlauthority.com/2014/03/17/mysql-pattern-matching-comparison-using-regular-expressions-with-regexp/#comment-925436</link>
		<dc:creator><![CDATA[scott mcfadden]]></dc:creator>
		<pubDate>Mon, 17 Mar 2014 09:51:35 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=27041#comment-925436</guid>
		<description><![CDATA[Nice.  Now show how to do regex in MSSQL ☺]]></description>
		<content:encoded><![CDATA[<p>Nice.  Now show how to do regex in MSSQL ☺</p>
]]></content:encoded>
	</item>
</channel>
</rss>
