<?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 MSSQLFUN</title>
	<atom:link href="http://mssqlfun.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://mssqlfun.com</link>
	<description>explore &#38; experience the MSSQL</description>
	<lastBuildDate>Fri, 26 Apr 2013 17:24:47 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>Comment on DMV-8 : Check Space consumed by Database&#8230;&#8230;..sys.dm_db_file_space_usage by rohitmssqlfun</title>
		<link>http://mssqlfun.com/2013/04/24/dmv-8-check-space-consumed-by-database-sys-dm_db_file_space_usage/comment-page-1/#comment-1432</link>
		<dc:creator><![CDATA[rohitmssqlfun]]></dc:creator>
		<pubDate>Fri, 26 Apr 2013 17:24:47 +0000</pubDate>
		<guid isPermaLink="false">http://mssqlfun.com/2013/04/24/dmv-8-check-space-consumed-by-database-sys-dm_db_file_space_usage/#comment-1432</guid>
		<description><![CDATA[You are good David, I did the typo in post. Before SQL Server 2012, it applicable only to the tempdb database. Corrected in the post.

Thanks..]]></description>
		<content:encoded><![CDATA[<p>You are good David, I did the typo in post. Before SQL Server 2012, it applicable only to the tempdb database. Corrected in the post.</p>
<p>Thanks..</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on DMV-8 : Check Space consumed by Database&#8230;&#8230;..sys.dm_db_file_space_usage by david blowers</title>
		<link>http://mssqlfun.com/2013/04/24/dmv-8-check-space-consumed-by-database-sys-dm_db_file_space_usage/comment-page-1/#comment-1431</link>
		<dc:creator><![CDATA[david blowers]]></dc:creator>
		<pubDate>Fri, 26 Apr 2013 12:31:09 +0000</pubDate>
		<guid isPermaLink="false">http://mssqlfun.com/2013/04/24/dmv-8-check-space-consumed-by-database-sys-dm_db_file_space_usage/#comment-1431</guid>
		<description><![CDATA[I ran into an interesting question while checking out your post.  We&#039;re running sql 2008 R2.   When I querry SYS.MASTER_FILES I can see everything I expect.  But while querying THE SYS.DM_DB.FILE_SPACE_USAGE view, it only returns 1 row which is for our temp_db.  I checked all my permissions and I&#039;m dbo with effective view state on all the databases, tried running the command while in each database and still the same effects.  I&#039;m starting to wonder if this is cause for concern?

Thoughts/comments?
Thx]]></description>
		<content:encoded><![CDATA[<p>I ran into an interesting question while checking out your post.  We&#8217;re running sql 2008 R2.   When I querry SYS.MASTER_FILES I can see everything I expect.  But while querying THE SYS.DM_DB.FILE_SPACE_USAGE view, it only returns 1 row which is for our temp_db.  I checked all my permissions and I&#8217;m dbo with effective view state on all the databases, tried running the command while in each database and still the same effects.  I&#8217;m starting to wonder if this is cause for concern?</p>
<p>Thoughts/comments?<br />
Thx</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on DMV-7 : Find Queries waiting for memory ?&#8230;&#8230;..sys.dm_exec_query_memory_grants by rohitmssqlfun</title>
		<link>http://mssqlfun.com/2013/04/15/dmv-7-find-queries-waiting-for-memory-sys-dm_exec_query_memory_grants/comment-page-1/#comment-1401</link>
		<dc:creator><![CDATA[rohitmssqlfun]]></dc:creator>
		<pubDate>Wed, 17 Apr 2013 00:10:08 +0000</pubDate>
		<guid isPermaLink="false">http://mssqlfun.com/2013/04/15/dmv-7-find-queries-waiting-for-memory-sys-dm_exec_query_memory_grants/#comment-1401</guid>
		<description><![CDATA[Its available from SQL Server 2005 Service Pack 1 onwards.]]></description>
		<content:encoded><![CDATA[<p>Its available from SQL Server 2005 Service Pack 1 onwards.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on DMV-7 : Find Queries waiting for memory ?&#8230;&#8230;..sys.dm_exec_query_memory_grants by MichelleP</title>
		<link>http://mssqlfun.com/2013/04/15/dmv-7-find-queries-waiting-for-memory-sys-dm_exec_query_memory_grants/comment-page-1/#comment-1400</link>
		<dc:creator><![CDATA[MichelleP]]></dc:creator>
		<pubDate>Wed, 17 Apr 2013 00:00:08 +0000</pubDate>
		<guid isPermaLink="false">http://mssqlfun.com/2013/04/15/dmv-7-find-queries-waiting-for-memory-sys-dm_exec_query_memory_grants/#comment-1400</guid>
		<description><![CDATA[I know that MSDN says this DMV should be recognized by SQL Server 2005, but I just tested against an 2005 instance, and the DMV wasn&#039;t recognized as valid.]]></description>
		<content:encoded><![CDATA[<p>I know that MSDN says this DMV should be recognized by SQL Server 2005, but I just tested against an 2005 instance, and the DMV wasn&#8217;t recognized as valid.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on DMV-6 : How well my store procedure doing ?&#8230;&#8230;..sys.dm_exec_procedure_stats by rohitmssqlfun</title>
		<link>http://mssqlfun.com/2013/04/10/dmv-6-how-well-my-store-procedure-doing-sys-dm_exec_procedure_stats/comment-page-1/#comment-1387</link>
		<dc:creator><![CDATA[rohitmssqlfun]]></dc:creator>
		<pubDate>Fri, 12 Apr 2013 10:49:54 +0000</pubDate>
		<guid isPermaLink="false">http://mssqlfun.com/2013/04/10/dmv-6-how-well-my-store-procedure-doing-sys-dm_exec_procedure_stats/#comment-1387</guid>
		<description><![CDATA[Thanks Tim... :)]]></description>
		<content:encoded><![CDATA[<p>Thanks Tim&#8230; <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on DMV-6 : How well my store procedure doing ?&#8230;&#8230;..sys.dm_exec_procedure_stats by Tim</title>
		<link>http://mssqlfun.com/2013/04/10/dmv-6-how-well-my-store-procedure-doing-sys-dm_exec_procedure_stats/comment-page-1/#comment-1385</link>
		<dc:creator><![CDATA[Tim]]></dc:creator>
		<pubDate>Thu, 11 Apr 2013 18:54:26 +0000</pubDate>
		<guid isPermaLink="false">http://mssqlfun.com/2013/04/10/dmv-6-how-well-my-store-procedure-doing-sys-dm_exec_procedure_stats/#comment-1385</guid>
		<description><![CDATA[EXPERIENCE, not EXPERIECNE]]></description>
		<content:encoded><![CDATA[<p>EXPERIENCE, not EXPERIECNE</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on DMV-3 : What is currently going on ?&#8230;&#8230;..sys.dm_exec_requests by rohitmssqlfun</title>
		<link>http://mssqlfun.com/2013/04/01/dmv-3-what-is-currently-going-on-sys-dm_exec_requests-2/comment-page-1/#comment-1369</link>
		<dc:creator><![CDATA[rohitmssqlfun]]></dc:creator>
		<pubDate>Wed, 03 Apr 2013 08:41:23 +0000</pubDate>
		<guid isPermaLink="false">http://mssqlfun.com/2013/04/01/dmv-3-what-is-currently-going-on-sys-dm_exec_requests-2/#comment-1369</guid>
		<description><![CDATA[Thanks Mahendra.]]></description>
		<content:encoded><![CDATA[<p>Thanks Mahendra.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on DMV-3 : What is currently going on ?&#8230;&#8230;..sys.dm_exec_requests by mahendra shukla</title>
		<link>http://mssqlfun.com/2013/04/01/dmv-3-what-is-currently-going-on-sys-dm_exec_requests-2/comment-page-1/#comment-1368</link>
		<dc:creator><![CDATA[mahendra shukla]]></dc:creator>
		<pubDate>Tue, 02 Apr 2013 17:20:29 +0000</pubDate>
		<guid isPermaLink="false">http://mssqlfun.com/2013/04/01/dmv-3-what-is-currently-going-on-sys-dm_exec_requests-2/#comment-1368</guid>
		<description><![CDATA[very nice dude its very greate and clears all doubt]]></description>
		<content:encoded><![CDATA[<p>very nice dude its very greate and clears all doubt</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Move or Relocate the files of Resoruce Database in SQL Server 2005 by GS test</title>
		<link>http://mssqlfun.com/2013/02/07/move-or-relocate-the-files-of-resoruce-database-in-sql-server-2005/comment-page-1/#comment-1364</link>
		<dc:creator><![CDATA[GS test]]></dc:creator>
		<pubDate>Sun, 31 Mar 2013 15:27:38 +0000</pubDate>
		<guid isPermaLink="false">http://mssqlfun.com/2013/02/07/move-or-relocate-the-files-of-resoruce-database-in-sql-server-2005/#comment-1364</guid>
		<description><![CDATA[Move or Relocate the files of Resoruce Database in SQL Server 2005 « MSSQLFUN]]></description>
		<content:encoded><![CDATA[<p>Move or Relocate the files of Resoruce Database in SQL Server 2005 « MSSQLFUN</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Why SQL Server Named Instance connect without specifying instance name ? by Linda</title>
		<link>http://mssqlfun.com/2012/11/12/why-sql-server-named-instance-connect-without-specifying-instance-name/comment-page-1/#comment-1362</link>
		<dc:creator><![CDATA[Linda]]></dc:creator>
		<pubDate>Sat, 30 Mar 2013 16:50:03 +0000</pubDate>
		<guid isPermaLink="false">http://mssqlfun.com/2012/11/12/why-sql-server-named-instance-connect-without-specifying-instance-name/#comment-1362</guid>
		<description><![CDATA[Check out the following article &quot;How to Add a Hostname Alias for a SQL Server Instance&quot;
http://blogs.msdn.com/b/dbrowne/archive/2012/05/21/how-to-add-a-hostname-alias-for-a-sql-server-instance.aspx]]></description>
		<content:encoded><![CDATA[<p>Check out the following article &#8220;How to Add a Hostname Alias for a SQL Server Instance&#8221;<br />
<a href="http://blogs.msdn.com/b/dbrowne/archive/2012/05/21/how-to-add-a-hostname-alias-for-a-sql-server-instance.aspx" rel="nofollow">http://blogs.msdn.com/b/dbrowne/archive/2012/05/21/how-to-add-a-hostname-alias-for-a-sql-server-instance.aspx</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Why SQL Server Named Instance connect without specifying instance name ? by Muhammad Imran</title>
		<link>http://mssqlfun.com/2012/11/12/why-sql-server-named-instance-connect-without-specifying-instance-name/comment-page-1/#comment-1359</link>
		<dc:creator><![CDATA[Muhammad Imran]]></dc:creator>
		<pubDate>Fri, 29 Mar 2013 15:18:32 +0000</pubDate>
		<guid isPermaLink="false">http://mssqlfun.com/2012/11/12/why-sql-server-named-instance-connect-without-specifying-instance-name/#comment-1359</guid>
		<description><![CDATA[Nice article, Just would like to add one more point that if SQL server is on local machine So you can connect it via dot (.) as well.]]></description>
		<content:encoded><![CDATA[<p>Nice article, Just would like to add one more point that if SQL server is on local machine So you can connect it via dot (.) as well.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Why SQL Server Named Instance connect without specifying instance name ? by Keith Hays</title>
		<link>http://mssqlfun.com/2012/11/12/why-sql-server-named-instance-connect-without-specifying-instance-name/comment-page-1/#comment-1358</link>
		<dc:creator><![CDATA[Keith Hays]]></dc:creator>
		<pubDate>Fri, 29 Mar 2013 03:11:16 +0000</pubDate>
		<guid isPermaLink="false">http://mssqlfun.com/2012/11/12/why-sql-server-named-instance-connect-without-specifying-instance-name/#comment-1358</guid>
		<description><![CDATA[55537 is an ephemeral port and shouldn&#039;t be used for SQL Server.]]></description>
		<content:encoded><![CDATA[<p>55537 is an ephemeral port and shouldn&#8217;t be used for SQL Server.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on DMV-2 : Explore the secrets of session&#8230;&#8230; sys.dm_exec_sessions by rohitmssqlfun</title>
		<link>http://mssqlfun.com/2013/03/11/dmv-2-explore-the-secrets-of-session-sys-dm_exec_sessions/comment-page-1/#comment-1244</link>
		<dc:creator><![CDATA[rohitmssqlfun]]></dc:creator>
		<pubDate>Wed, 13 Mar 2013 09:02:50 +0000</pubDate>
		<guid isPermaLink="false">http://mssqlfun.com/2013/03/11/dmv-2-explore-the-secrets-of-session-sys-dm_exec_sessions/#comment-1244</guid>
		<description><![CDATA[Yes, earlier versions of DM_EXEC_SESSIONS don’t have database_id column.We can remove that &amp; it will work in earlier versions as well OR we can make this query a bit long by referencing database id from other system catalogs.

SELECT
   S.SESSION_ID,
   S.STATUS,
   S.HOST_NAME,
   DB_NAME(SP.DBID) DBNAME,
   C.CLIENT_NET_ADDRESS,
   CASE WHEN S.LOGIN_NAME = S.ORIGINAL_LOGIN_NAME THEN S.LOGIN_NAME ELSE S.LOGIN_NAME + &#039; (&#039; + S.ORIGINAL_LOGIN_NAME + &#039;)&#039; END AS LOGIN_NAME,
   S.PROGRAM_NAME,
   C.CONNECT_TIME, -- DIFFRENT BETWEEN CONNECT &amp; LOGIN TIME IS TIME TAKEN BY PRELOGON ACTIVITIES
   S.LOGIN_TIME,
   CASE S.TRANSACTION_ISOLATION_LEVEL
      WHEN 0 THEN &#039;UNSPECIFIED&#039;
      WHEN 1 THEN &#039;READUNCOMITTED&#039;
      WHEN 2 THEN &#039;READCOMMITTED&#039;
      WHEN 3 THEN &#039;REPEATABLE&#039;
      WHEN 4 THEN &#039;SERIALIZABLE&#039;
      WHEN 5 THEN &#039;SNAPSHOT&#039;
      ELSE CAST(S.TRANSACTION_ISOLATION_LEVEL AS VARCHAR(32))
   END AS TRANSACTION_ISOLATION_LEVEL_NAME,
   --S.LAST_SUCCESSFUL_LOGON, -- REQUIRES &#039;COMMON CRITERIA COMPLIANCE ENABLED&#039; OPTION VIA SP_CONFIGURE.
   --S.LAST_UNSUCCESSFUL_LOGON, -- REQUIRES &#039;COMMON CRITERIA COMPLIANCE ENABLED&#039; OPTION VIA SP_CONFIGURE.
   --S.UNSUCCESSFUL_LOGONS, -- REQUIRES &#039;COMMON CRITERIA COMPLIANCE ENABLED&#039; OPTION VIA SP_CONFIGURE.
   S.CPU_TIME AS CPU_TIME_MS,
   S.MEMORY_USAGE AS MEMORY_USAGE_PAGES,
   S.ROW_COUNT,
   S.PREV_ERROR,
   S.LAST_REQUEST_START_TIME,
   S.LAST_REQUEST_END_TIME,
   C.NET_TRANSPORT,
   C.PROTOCOL_TYPE,
   S.LANGUAGE,
   S.DATE_FORMAT,
   ST.TEXT AS QUERY_TEXT
FROM
   SYS.DM_EXEC_SESSIONS S
      FULL OUTER JOIN SYS.DM_EXEC_CONNECTIONS C ON C.SESSION_ID = S.SESSION_ID
	  CROSS APPLY SYS.DM_EXEC_SQL_TEXT(C.MOST_RECENT_SQL_HANDLE) ST
	  JOIN sys.sysprocesses SP on SP.spid = S.SESSION_ID
WHERE
   S.SESSION_ID IS NULL
   OR S.SESSION_ID &gt; 50
ORDER BY
   S.SESSION_ID]]></description>
		<content:encoded><![CDATA[<p>Yes, earlier versions of DM_EXEC_SESSIONS don’t have database_id column.We can remove that &amp; it will work in earlier versions as well OR we can make this query a bit long by referencing database id from other system catalogs.</p>
<p>SELECT<br />
   S.SESSION_ID,<br />
   S.STATUS,<br />
   S.HOST_NAME,<br />
   DB_NAME(SP.DBID) DBNAME,<br />
   C.CLIENT_NET_ADDRESS,<br />
   CASE WHEN S.LOGIN_NAME = S.ORIGINAL_LOGIN_NAME THEN S.LOGIN_NAME ELSE S.LOGIN_NAME + &#8216; (&#8216; + S.ORIGINAL_LOGIN_NAME + &#8216;)&#8217; END AS LOGIN_NAME,<br />
   S.PROGRAM_NAME,<br />
   C.CONNECT_TIME, &#8212; DIFFRENT BETWEEN CONNECT &amp; LOGIN TIME IS TIME TAKEN BY PRELOGON ACTIVITIES<br />
   S.LOGIN_TIME,<br />
   CASE S.TRANSACTION_ISOLATION_LEVEL<br />
      WHEN 0 THEN &#8216;UNSPECIFIED&#8217;<br />
      WHEN 1 THEN &#8216;READUNCOMITTED&#8217;<br />
      WHEN 2 THEN &#8216;READCOMMITTED&#8217;<br />
      WHEN 3 THEN &#8216;REPEATABLE&#8217;<br />
      WHEN 4 THEN &#8216;SERIALIZABLE&#8217;<br />
      WHEN 5 THEN &#8216;SNAPSHOT&#8217;<br />
      ELSE CAST(S.TRANSACTION_ISOLATION_LEVEL AS VARCHAR(32))<br />
   END AS TRANSACTION_ISOLATION_LEVEL_NAME,<br />
   &#8211;S.LAST_SUCCESSFUL_LOGON, &#8212; REQUIRES &#8216;COMMON CRITERIA COMPLIANCE ENABLED&#8217; OPTION VIA SP_CONFIGURE.<br />
   &#8211;S.LAST_UNSUCCESSFUL_LOGON, &#8212; REQUIRES &#8216;COMMON CRITERIA COMPLIANCE ENABLED&#8217; OPTION VIA SP_CONFIGURE.<br />
   &#8211;S.UNSUCCESSFUL_LOGONS, &#8212; REQUIRES &#8216;COMMON CRITERIA COMPLIANCE ENABLED&#8217; OPTION VIA SP_CONFIGURE.<br />
   S.CPU_TIME AS CPU_TIME_MS,<br />
   S.MEMORY_USAGE AS MEMORY_USAGE_PAGES,<br />
   S.ROW_COUNT,<br />
   S.PREV_ERROR,<br />
   S.LAST_REQUEST_START_TIME,<br />
   S.LAST_REQUEST_END_TIME,<br />
   C.NET_TRANSPORT,<br />
   C.PROTOCOL_TYPE,<br />
   S.LANGUAGE,<br />
   S.DATE_FORMAT,<br />
   ST.TEXT AS QUERY_TEXT<br />
FROM<br />
   SYS.DM_EXEC_SESSIONS S<br />
      FULL OUTER JOIN SYS.DM_EXEC_CONNECTIONS C ON C.SESSION_ID = S.SESSION_ID<br />
	  CROSS APPLY SYS.DM_EXEC_SQL_TEXT(C.MOST_RECENT_SQL_HANDLE) ST<br />
	  JOIN sys.sysprocesses SP on SP.spid = S.SESSION_ID<br />
WHERE<br />
   S.SESSION_ID IS NULL<br />
   OR S.SESSION_ID &gt; 50<br />
ORDER BY<br />
   S.SESSION_ID</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on DMV-2 : Explore the secrets of session&#8230;&#8230; sys.dm_exec_sessions by Alex</title>
		<link>http://mssqlfun.com/2013/03/11/dmv-2-explore-the-secrets-of-session-sys-dm_exec_sessions/comment-page-1/#comment-1240</link>
		<dc:creator><![CDATA[Alex]]></dc:creator>
		<pubDate>Tue, 12 Mar 2013 17:53:58 +0000</pubDate>
		<guid isPermaLink="false">http://mssqlfun.com/2013/03/11/dmv-2-explore-the-secrets-of-session-sys-dm_exec_sessions/#comment-1240</guid>
		<description><![CDATA[Pretty usefull query. The only thing is that it is for SQL-2012 only, since earlier versions of DM_EXEC_SESSIONS don&#039;t have database_id column.]]></description>
		<content:encoded><![CDATA[<p>Pretty usefull query. The only thing is that it is for SQL-2012 only, since earlier versions of DM_EXEC_SESSIONS don&#8217;t have database_id column.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on DMV-1 : Who All Are connected ? &#8230;. sys.dm_exec_connections by Johan Parlevliet</title>
		<link>http://mssqlfun.com/2013/03/05/dmv-1-who-all-are-connected-sys-dm_exec_connections/comment-page-1/#comment-1108</link>
		<dc:creator><![CDATA[Johan Parlevliet]]></dc:creator>
		<pubDate>Tue, 05 Mar 2013 17:19:10 +0000</pubDate>
		<guid isPermaLink="false">http://mssqlfun.com/2013/03/05/dmv-1-who-all-are-connected-sys-dm_exec_connections/#comment-1108</guid>
		<description><![CDATA[Thank you for this query
The qoutes in ‘RESOURCEDB’ are not normal quotes. They are like the qoutes you type in WORD.]]></description>
		<content:encoded><![CDATA[<p>Thank you for this query<br />
The qoutes in ‘RESOURCEDB’ are not normal quotes. They are like the qoutes you type in WORD.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on SQL Server Silent  unattended installation using configuration file by carlos</title>
		<link>http://mssqlfun.com/2013/01/29/sql-server-silent-unattended-installation-using-configuration-file/comment-page-1/#comment-1106</link>
		<dc:creator><![CDATA[carlos]]></dc:creator>
		<pubDate>Tue, 05 Mar 2013 16:30:25 +0000</pubDate>
		<guid isPermaLink="false">http://mssqlfun.com/?p=325#comment-1106</guid>
		<description><![CDATA[great it&#039;s a cool stuff ]]></description>
		<content:encoded><![CDATA[<p>great it&#8217;s a cool stuff </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Refresh Intellisense in SSMS(SQL Server Management Studio) 2008 &amp; above by 24x7 Server Management</title>
		<link>http://mssqlfun.com/2013/02/11/refresh-intellisense-in-ssmssql-server-management-studio-2008-above/comment-page-1/#comment-1045</link>
		<dc:creator><![CDATA[24x7 Server Management]]></dc:creator>
		<pubDate>Sat, 02 Mar 2013 05:57:55 +0000</pubDate>
		<guid isPermaLink="false">http://mssqlfun.com/?p=352#comment-1045</guid>
		<description><![CDATA[Wow! You taught me something new today! Great job! Thanks so much!]]></description>
		<content:encoded><![CDATA[<p>Wow! You taught me something new today! Great job! Thanks so much!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to get list of all available parameter of .EXE file ? by Marius</title>
		<link>http://mssqlfun.com/2013/02/13/how-to-get-list-of-all-available-parameter-of-exe-file/comment-page-1/#comment-1013</link>
		<dc:creator><![CDATA[Marius]]></dc:creator>
		<pubDate>Thu, 28 Feb 2013 08:42:19 +0000</pubDate>
		<guid isPermaLink="false">http://mssqlfun.com/?p=359#comment-1013</guid>
		<description><![CDATA[You say, and I quote: &quot;by passing “/?” to any .EXE file in windows cmd&quot;.
Not true. This is depending on the exe-file, only works when it has been programmed like this by the developer(s).]]></description>
		<content:encoded><![CDATA[<p>You say, and I quote: &#8220;by passing “/?” to any .EXE file in windows cmd&#8221;.<br />
Not true. This is depending on the exe-file, only works when it has been programmed like this by the developer(s).</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on The EXECUTE permission was denied on the object &#8216;sp_start_job&#8217;, database &#8216;msdb&#8217;, schema &#8216;dbo&#8217;. by The EXECUTE permission was denied on the object &#039;sp_start_job&#039;, database &#039;msdb&#039;, schema &#039;dbo&#039;. - SQL Server Blog - SQL Server - Telligent</title>
		<link>http://mssqlfun.com/2013/01/09/the-execute-permission-was-denied-on-the-object-sp_start_job-database-msdb-schema-dbo/comment-page-1/#comment-859</link>
		<dc:creator><![CDATA[The EXECUTE permission was denied on the object &#039;sp_start_job&#039;, database &#039;msdb&#039;, schema &#039;dbo&#039;. - SQL Server Blog - SQL Server - Telligent]]></dc:creator>
		<pubDate>Mon, 18 Feb 2013 21:33:55 +0000</pubDate>
		<guid isPermaLink="false">http://mssqlfun.com/?p=258#comment-859</guid>
		<description><![CDATA[[...] Reblogged from mssqlfun: [...]]]></description>
		<content:encoded><![CDATA[<p>[...] Reblogged from mssqlfun: [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Connect PerfMon to a Remote Server by Marc Jellinek</title>
		<link>http://mssqlfun.com/2013/02/15/connect-perfmon-to-a-remote-server/comment-page-1/#comment-818</link>
		<dc:creator><![CDATA[Marc Jellinek]]></dc:creator>
		<pubDate>Fri, 15 Feb 2013 12:30:26 +0000</pubDate>
		<guid isPermaLink="false">http://mssqlfun.com/?p=203#comment-818</guid>
		<description><![CDATA[Something here is very strange.

First, your inability to resolve the DNS name.  Understandable if you are not in a domain, but very odd considering you are.  While manually putting an entry into the HOSTS file will solve the symptom, it&#039;s actually hiding a larger problem.

While using RUNAS /NETONLY will get you access to the server under a different user name; why doesn&#039;t your account have access to the target server?

I&#039;m guessing that your user account isn&#039;t a member of the &quot;Performance Log Users&quot; or &quot;Administrators&quot; group on the target machine.  (membership in the &quot;Performance Log Users&quot; group is the minimum required security rights... don&#039;t start adding members to the &quot;Administrators&quot; group.

I&#039;d look into why your DNS name resolution isn&#039;t working.]]></description>
		<content:encoded><![CDATA[<p>Something here is very strange.</p>
<p>First, your inability to resolve the DNS name.  Understandable if you are not in a domain, but very odd considering you are.  While manually putting an entry into the HOSTS file will solve the symptom, it&#8217;s actually hiding a larger problem.</p>
<p>While using RUNAS /NETONLY will get you access to the server under a different user name; why doesn&#8217;t your account have access to the target server?</p>
<p>I&#8217;m guessing that your user account isn&#8217;t a member of the &#8220;Performance Log Users&#8221; or &#8220;Administrators&#8221; group on the target machine.  (membership in the &#8220;Performance Log Users&#8221; group is the minimum required security rights&#8230; don&#8217;t start adding members to the &#8220;Administrators&#8221; group.</p>
<p>I&#8217;d look into why your DNS name resolution isn&#8217;t working.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Refresh Intellisense in SSMS(SQL Server Management Studio) 2008 &amp; above by rohitmssqlfun</title>
		<link>http://mssqlfun.com/2013/02/11/refresh-intellisense-in-ssmssql-server-management-studio-2008-above/comment-page-1/#comment-800</link>
		<dc:creator><![CDATA[rohitmssqlfun]]></dc:creator>
		<pubDate>Mon, 11 Feb 2013 20:23:00 +0000</pubDate>
		<guid isPermaLink="false">http://mssqlfun.com/?p=352#comment-800</guid>
		<description><![CDATA[Thanks jl45sql.]]></description>
		<content:encoded><![CDATA[<p>Thanks jl45sql.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Refresh Intellisense in SSMS(SQL Server Management Studio) 2008 &amp; above by jl45sql</title>
		<link>http://mssqlfun.com/2013/02/11/refresh-intellisense-in-ssmssql-server-management-studio-2008-above/comment-page-1/#comment-799</link>
		<dc:creator><![CDATA[jl45sql]]></dc:creator>
		<pubDate>Mon, 11 Feb 2013 20:21:22 +0000</pubDate>
		<guid isPermaLink="false">http://mssqlfun.com/?p=352#comment-799</guid>
		<description><![CDATA[awesome, did not know you could do that]]></description>
		<content:encoded><![CDATA[<p>awesome, did not know you could do that</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Move or Relocate the files of Resoruce Database in SQL Server 2005 by rohitmssqlfun</title>
		<link>http://mssqlfun.com/2013/02/07/move-or-relocate-the-files-of-resoruce-database-in-sql-server-2005/comment-page-1/#comment-798</link>
		<dc:creator><![CDATA[rohitmssqlfun]]></dc:creator>
		<pubDate>Mon, 11 Feb 2013 20:20:59 +0000</pubDate>
		<guid isPermaLink="false">http://mssqlfun.com/2013/02/07/move-or-relocate-the-files-of-resoruce-database-in-sql-server-2005/#comment-798</guid>
		<description><![CDATA[Thanks Andy for Reviews.
Yes, Its recommended to keep master &amp; resource DB files at same location. Otherwise it will create issues at time of service pack upgrade.]]></description>
		<content:encoded><![CDATA[<p>Thanks Andy for Reviews.<br />
Yes, Its recommended to keep master &amp; resource DB files at same location. Otherwise it will create issues at time of service pack upgrade.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Move or Relocate the files of Resoruce Database in SQL Server 2005 by Andy Galbraith (@DBA_ANDY)</title>
		<link>http://mssqlfun.com/2013/02/07/move-or-relocate-the-files-of-resoruce-database-in-sql-server-2005/comment-page-1/#comment-772</link>
		<dc:creator><![CDATA[Andy Galbraith (@DBA_ANDY)]]></dc:creator>
		<pubDate>Thu, 07 Feb 2013 19:55:49 +0000</pubDate>
		<guid isPermaLink="false">http://mssqlfun.com/2013/02/07/move-or-relocate-the-files-of-resoruce-database-in-sql-server-2005/#comment-772</guid>
		<description><![CDATA[From MSDN:

http://msdn.microsoft.com/en-us/library/ms345408%28v=sql.90%29.aspx

&quot;The Resource database depends on the location of the master database. The Resource data and log files must reside together and must be in the same location as the master data file (master.mdf). Therefore, if you move the master database, you must also move the Resource database to the same location as the master data file.&quot;

Just pointing it out - I have had to fix a server in the past where someone tried to move resource w/o moving master.]]></description>
		<content:encoded><![CDATA[<p>From MSDN:</p>
<p><a href="http://msdn.microsoft.com/en-us/library/ms345408%28v=sql.90%29.aspx" rel="nofollow">http://msdn.microsoft.com/en-us/library/ms345408%28v=sql.90%29.aspx</a></p>
<p>&#8220;The Resource database depends on the location of the master database. The Resource data and log files must reside together and must be in the same location as the master data file (master.mdf). Therefore, if you move the master database, you must also move the Resource database to the same location as the master data file.&#8221;</p>
<p>Just pointing it out &#8211; I have had to fix a server in the past where someone tried to move resource w/o moving master.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on SQL Server 2005 Onwards &#8211; Mirrored Backup &#124;&#124; Cool Feature by Dilip</title>
		<link>http://mssqlfun.com/2012/07/26/sql-server-2005-onwards-mirrored-backup-cool-feature/comment-page-1/#comment-497</link>
		<dc:creator><![CDATA[Dilip]]></dc:creator>
		<pubDate>Thu, 17 Jan 2013 19:03:33 +0000</pubDate>
		<guid isPermaLink="false">http://mssqlfun.wordpress.com/?p=48#comment-497</guid>
		<description><![CDATA[good post for startup DBAs that they have this option and for sure they have consider enterprise option only when they recommand for new projects]]></description>
		<content:encoded><![CDATA[<p>good post for startup DBAs that they have this option and for sure they have consider enterprise option only when they recommand for new projects</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on The server principal &#8220;xxxx&#8221; is not able to access the database &#8220;msdb&#8221; under the current security context. by alzdba</title>
		<link>http://mssqlfun.com/2013/01/15/the-server-principal-xxxx-is-not-able-to-access-the-database-msdb-under-the-current-security-context/comment-page-1/#comment-481</link>
		<dc:creator><![CDATA[alzdba]]></dc:creator>
		<pubDate>Wed, 16 Jan 2013 10:09:16 +0000</pubDate>
		<guid isPermaLink="false">http://mssqlfun.com/?p=274#comment-481</guid>
		<description><![CDATA[I would have double checked the guest account in msdb in stead of just granting public.
ref: http://support.microsoft.com/kb/2539091]]></description>
		<content:encoded><![CDATA[<p>I would have double checked the guest account in msdb in stead of just granting public.<br />
ref: <a href="http://support.microsoft.com/kb/2539091" rel="nofollow">http://support.microsoft.com/kb/2539091</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on The EXECUTE permission was denied on the object &#8216;sp_start_job&#8217;, database &#8216;msdb&#8217;, schema &#8216;dbo&#8217;. by rohitmssqlfun</title>
		<link>http://mssqlfun.com/2013/01/09/the-execute-permission-was-denied-on-the-object-sp_start_job-database-msdb-schema-dbo/comment-page-1/#comment-466</link>
		<dc:creator><![CDATA[rohitmssqlfun]]></dc:creator>
		<pubDate>Mon, 14 Jan 2013 17:31:05 +0000</pubDate>
		<guid isPermaLink="false">http://mssqlfun.com/?p=258#comment-466</guid>
		<description><![CDATA[Email subscription link is there on Blog home page.
Please check again. http://mssqlfun.com/]]></description>
		<content:encoded><![CDATA[<p>Email subscription link is there on Blog home page.<br />
Please check again. <a href="http://mssqlfun.com/" rel="nofollow">http://mssqlfun.com/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on The EXECUTE permission was denied on the object &#8216;sp_start_job&#8217;, database &#8216;msdb&#8217;, schema &#8216;dbo&#8217;. by lista de emails</title>
		<link>http://mssqlfun.com/2013/01/09/the-execute-permission-was-denied-on-the-object-sp_start_job-database-msdb-schema-dbo/comment-page-1/#comment-465</link>
		<dc:creator><![CDATA[lista de emails]]></dc:creator>
		<pubDate>Mon, 14 Jan 2013 14:36:42 +0000</pubDate>
		<guid isPermaLink="false">http://mssqlfun.com/?p=258#comment-465</guid>
		<description><![CDATA[thanks for the info, appreciated it. it was so well formatted.]]></description>
		<content:encoded><![CDATA[<p>thanks for the info, appreciated it. it was so well formatted.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on The EXECUTE permission was denied on the object &#8216;sp_start_job&#8217;, database &#8216;msdb&#8217;, schema &#8216;dbo&#8217;. by lista de emails</title>
		<link>http://mssqlfun.com/2013/01/09/the-execute-permission-was-denied-on-the-object-sp_start_job-database-msdb-schema-dbo/comment-page-1/#comment-461</link>
		<dc:creator><![CDATA[lista de emails]]></dc:creator>
		<pubDate>Mon, 14 Jan 2013 12:48:23 +0000</pubDate>
		<guid isPermaLink="false">http://mssqlfun.com/?p=258#comment-461</guid>
		<description><![CDATA[your content made me want to read more and more. congratulations for the work. thanks!]]></description>
		<content:encoded><![CDATA[<p>your content made me want to read more and more. congratulations for the work. thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on The EXECUTE permission was denied on the object &#8216;sp_start_job&#8217;, database &#8216;msdb&#8217;, schema &#8216;dbo&#8217;. by Amedar Consulting Group</title>
		<link>http://mssqlfun.com/2013/01/09/the-execute-permission-was-denied-on-the-object-sp_start_job-database-msdb-schema-dbo/comment-page-1/#comment-459</link>
		<dc:creator><![CDATA[Amedar Consulting Group]]></dc:creator>
		<pubDate>Sun, 13 Jan 2013 11:45:47 +0000</pubDate>
		<guid isPermaLink="false">http://mssqlfun.com/?p=258#comment-459</guid>
		<description><![CDATA[&lt;strong&gt;Blog...&lt;/strong&gt;

I will right away snatch your rss feed as I can&#039;t in finding your e-mail subscription hyperlink or e-newsletter service. Do you&#039;ve any? Please permit me recognise so that I could subscribe. Thanks....]]></description>
		<content:encoded><![CDATA[<p><strong>Blog&#8230;</strong></p>
<p>I will right away snatch your rss feed as I can&#8217;t in finding your e-mail subscription hyperlink or e-newsletter service. Do you&#8217;ve any? Please permit me recognise so that I could subscribe. Thanks&#8230;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on The EXECUTE permission was denied on the object &#039;sp_start_job&#039;, database &#039;msdb&#039;, schema &#039;dbo&#039;. by lista de emails</title>
		<link>http://mssqlfun.com/2013/01/09/264/comment-page-1/#comment-458</link>
		<dc:creator><![CDATA[lista de emails]]></dc:creator>
		<pubDate>Sat, 12 Jan 2013 18:04:15 +0000</pubDate>
		<guid isPermaLink="false">http://mssqlfun.com/2013/01/09/264/#comment-458</guid>
		<description><![CDATA[i always share your sites post with my friends. keep posting and i will follow you... ]]></description>
		<content:encoded><![CDATA[<p>i always share your sites post with my friends. keep posting and i will follow you&#8230; </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on What happen, If SQL Server new instance try to use exitsing named instance name? by lista de email</title>
		<link>http://mssqlfun.com/2013/01/04/what-happen-if-sql-server-new-instance-try-to-use-exitsing-named-instance-name/comment-page-1/#comment-457</link>
		<dc:creator><![CDATA[lista de email]]></dc:creator>
		<pubDate>Sat, 12 Jan 2013 11:05:30 +0000</pubDate>
		<guid isPermaLink="false">http://mssqlfun.com/?p=199#comment-457</guid>
		<description><![CDATA[i like reading this article...thanks.]]></description>
		<content:encoded><![CDATA[<p>i like reading this article&#8230;thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on The EXECUTE permission was denied on the object &#8216;sp_start_job&#8217;, database &#8216;msdb&#8217;, schema &#8216;dbo&#8217;. by lista de email</title>
		<link>http://mssqlfun.com/2013/01/09/the-execute-permission-was-denied-on-the-object-sp_start_job-database-msdb-schema-dbo/comment-page-1/#comment-455</link>
		<dc:creator><![CDATA[lista de email]]></dc:creator>
		<pubDate>Fri, 11 Jan 2013 19:17:06 +0000</pubDate>
		<guid isPermaLink="false">http://mssqlfun.com/?p=258#comment-455</guid>
		<description><![CDATA[very nice post. good stuff.]]></description>
		<content:encoded><![CDATA[<p>very nice post. good stuff.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to move file through FTP by CMD ? by mestreseo</title>
		<link>http://mssqlfun.com/2013/01/07/how-to-move-file-through-ftp-by-cmd-2/comment-page-1/#comment-454</link>
		<dc:creator><![CDATA[mestreseo]]></dc:creator>
		<pubDate>Fri, 11 Jan 2013 18:59:58 +0000</pubDate>
		<guid isPermaLink="false">http://mssqlfun.com/2013/01/07/how-to-move-file-through-ftp-by-cmd-2/#comment-454</guid>
		<description><![CDATA[i loved reading this article. ]]></description>
		<content:encoded><![CDATA[<p>i loved reading this article. </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on What happen, If SQL Server new instance try to use exitsing named instance name? by lista de emails</title>
		<link>http://mssqlfun.com/2013/01/04/what-happen-if-sql-server-new-instance-try-to-use-exitsing-named-instance-name/comment-page-1/#comment-453</link>
		<dc:creator><![CDATA[lista de emails]]></dc:creator>
		<pubDate>Fri, 11 Jan 2013 17:52:15 +0000</pubDate>
		<guid isPermaLink="false">http://mssqlfun.com/?p=199#comment-453</guid>
		<description><![CDATA[very good most of your articles, many years of quality posts, i admire you in many things and i disagree in others, but still love your posts. ]]></description>
		<content:encoded><![CDATA[<p>very good most of your articles, many years of quality posts, i admire you in many things and i disagree in others, but still love your posts. </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on The EXECUTE permission was denied on the object &#8216;sp_start_job&#8217;, database &#8216;msdb&#8217;, schema &#8216;dbo&#8217;. by lista de emails</title>
		<link>http://mssqlfun.com/2013/01/09/the-execute-permission-was-denied-on-the-object-sp_start_job-database-msdb-schema-dbo/comment-page-1/#comment-452</link>
		<dc:creator><![CDATA[lista de emails]]></dc:creator>
		<pubDate>Fri, 11 Jan 2013 16:27:01 +0000</pubDate>
		<guid isPermaLink="false">http://mssqlfun.com/?p=258#comment-452</guid>
		<description><![CDATA[your website looks like an encyclopaedia that teaches us several things. ]]></description>
		<content:encoded><![CDATA[<p>your website looks like an encyclopaedia that teaches us several things. </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on What happen, If SQL Server new instance try to use exitsing named instance name? by lista de email</title>
		<link>http://mssqlfun.com/2013/01/04/what-happen-if-sql-server-new-instance-try-to-use-exitsing-named-instance-name/comment-page-1/#comment-451</link>
		<dc:creator><![CDATA[lista de email]]></dc:creator>
		<pubDate>Fri, 11 Jan 2013 14:22:10 +0000</pubDate>
		<guid isPermaLink="false">http://mssqlfun.com/?p=199#comment-451</guid>
		<description><![CDATA[nice informative post. another knowledgeable one. ]]></description>
		<content:encoded><![CDATA[<p>nice informative post. another knowledgeable one. </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on What happen, If SQL Server new instance try to use exitsing named instance name? by lista de emails</title>
		<link>http://mssqlfun.com/2013/01/04/what-happen-if-sql-server-new-instance-try-to-use-exitsing-named-instance-name/comment-page-1/#comment-450</link>
		<dc:creator><![CDATA[lista de emails]]></dc:creator>
		<pubDate>Fri, 11 Jan 2013 11:53:12 +0000</pubDate>
		<guid isPermaLink="false">http://mssqlfun.com/?p=199#comment-450</guid>
		<description><![CDATA[nice thank you for sharing most informative ideas and also your good view. ]]></description>
		<content:encoded><![CDATA[<p>nice thank you for sharing most informative ideas and also your good view. </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on MSSQLFUN &#8211; Year 2012 Review by mYYOoMV</title>
		<link>http://mssqlfun.com/2013/01/03/mssqlfun-year-2012-review/comment-page-1/#comment-448</link>
		<dc:creator><![CDATA[mYYOoMV]]></dc:creator>
		<pubDate>Fri, 11 Jan 2013 01:30:07 +0000</pubDate>
		<guid isPermaLink="false">http://mssqlfun.com/?p=248#comment-448</guid>
		<description><![CDATA[I got what you  intend, saved to my bookmarks , really  decent site  . ]]></description>
		<content:encoded><![CDATA[<p>I got what you  intend, saved to my bookmarks , really  decent site  . </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on The EXECUTE permission was denied on the object &#8216;sp_start_job&#8217;, database &#8216;msdb&#8217;, schema &#8216;dbo&#8217;. by lista de email</title>
		<link>http://mssqlfun.com/2013/01/09/the-execute-permission-was-denied-on-the-object-sp_start_job-database-msdb-schema-dbo/comment-page-1/#comment-446</link>
		<dc:creator><![CDATA[lista de email]]></dc:creator>
		<pubDate>Thu, 10 Jan 2013 20:57:34 +0000</pubDate>
		<guid isPermaLink="false">http://mssqlfun.com/?p=258#comment-446</guid>
		<description><![CDATA[your website is so organized, and your posts are always common sense, congratulations for making the difference. ]]></description>
		<content:encoded><![CDATA[<p>your website is so organized, and your posts are always common sense, congratulations for making the difference. </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on The EXECUTE permission was denied on the object &#8216;sp_start_job&#8217;, database &#8216;msdb&#8217;, schema &#8216;dbo&#8217;. by lista de emails</title>
		<link>http://mssqlfun.com/2013/01/09/the-execute-permission-was-denied-on-the-object-sp_start_job-database-msdb-schema-dbo/comment-page-1/#comment-444</link>
		<dc:creator><![CDATA[lista de emails]]></dc:creator>
		<pubDate>Thu, 10 Jan 2013 17:56:31 +0000</pubDate>
		<guid isPermaLink="false">http://mssqlfun.com/?p=258#comment-444</guid>
		<description><![CDATA[i really appreciate your working style writing style of the article is really exceptional. ]]></description>
		<content:encoded><![CDATA[<p>i really appreciate your working style writing style of the article is really exceptional. </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on The EXECUTE permission was denied on the object &#8216;sp_start_job&#8217;, database &#8216;msdb&#8217;, schema &#8216;dbo&#8217;. by lista de email</title>
		<link>http://mssqlfun.com/2013/01/09/the-execute-permission-was-denied-on-the-object-sp_start_job-database-msdb-schema-dbo/comment-page-1/#comment-441</link>
		<dc:creator><![CDATA[lista de email]]></dc:creator>
		<pubDate>Thu, 10 Jan 2013 11:03:18 +0000</pubDate>
		<guid isPermaLink="false">http://mssqlfun.com/?p=258#comment-441</guid>
		<description><![CDATA[helpful! i love reading your articles, thanks for all.]]></description>
		<content:encoded><![CDATA[<p>helpful! i love reading your articles, thanks for all.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on The EXECUTE permission was denied on the object &#8216;sp_start_job&#8217;, database &#8216;msdb&#8217;, schema &#8216;dbo&#8217;. by iphpone 4S parts</title>
		<link>http://mssqlfun.com/2013/01/09/the-execute-permission-was-denied-on-the-object-sp_start_job-database-msdb-schema-dbo/comment-page-1/#comment-440</link>
		<dc:creator><![CDATA[iphpone 4S parts]]></dc:creator>
		<pubDate>Thu, 10 Jan 2013 01:30:47 +0000</pubDate>
		<guid isPermaLink="false">http://mssqlfun.com/?p=258#comment-440</guid>
		<description><![CDATA[hello It&#039;s a nice post.]]></description>
		<content:encoded><![CDATA[<p>hello It&#8217;s a nice post.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to move file through FTP by CMD ? by lista de email</title>
		<link>http://mssqlfun.com/2013/01/07/how-to-move-file-through-ftp-by-cmd-2/comment-page-1/#comment-439</link>
		<dc:creator><![CDATA[lista de email]]></dc:creator>
		<pubDate>Wed, 09 Jan 2013 19:26:51 +0000</pubDate>
		<guid isPermaLink="false">http://mssqlfun.com/2013/01/07/how-to-move-file-through-ftp-by-cmd-2/#comment-439</guid>
		<description><![CDATA[nice article. i am a huge fan of your work and i&#039;m always coming here to see what&#039;s new. thanks.]]></description>
		<content:encoded><![CDATA[<p>nice article. i am a huge fan of your work and i&#8217;m always coming here to see what&#8217;s new. thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to move file through FTP by CMD ? by lista de email</title>
		<link>http://mssqlfun.com/2013/01/07/how-to-move-file-through-ftp-by-cmd-2/comment-page-1/#comment-438</link>
		<dc:creator><![CDATA[lista de email]]></dc:creator>
		<pubDate>Wed, 09 Jan 2013 18:07:56 +0000</pubDate>
		<guid isPermaLink="false">http://mssqlfun.com/2013/01/07/how-to-move-file-through-ftp-by-cmd-2/#comment-438</guid>
		<description><![CDATA[i read a lot of posts today and yours is the best one i have read ever. i appreciate your attitude. ]]></description>
		<content:encoded><![CDATA[<p>i read a lot of posts today and yours is the best one i have read ever. i appreciate your attitude. </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on What happen, If SQL Server new instance try to use exitsing named instance name? by Isela Youell</title>
		<link>http://mssqlfun.com/2013/01/04/what-happen-if-sql-server-new-instance-try-to-use-exitsing-named-instance-name/comment-page-1/#comment-437</link>
		<dc:creator><![CDATA[Isela Youell]]></dc:creator>
		<pubDate>Wed, 09 Jan 2013 15:09:29 +0000</pubDate>
		<guid isPermaLink="false">http://mssqlfun.com/?p=199#comment-437</guid>
		<description><![CDATA[bookmarked!!, I like your web site!]]></description>
		<content:encoded><![CDATA[<p>bookmarked!!, I like your web site!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on The EXECUTE permission was denied on the object &#8216;sp_start_job&#8217;, database &#8216;msdb&#8217;, schema &#8216;dbo&#8217;. by lista de email</title>
		<link>http://mssqlfun.com/2013/01/09/the-execute-permission-was-denied-on-the-object-sp_start_job-database-msdb-schema-dbo/comment-page-1/#comment-436</link>
		<dc:creator><![CDATA[lista de email]]></dc:creator>
		<pubDate>Wed, 09 Jan 2013 11:28:32 +0000</pubDate>
		<guid isPermaLink="false">http://mssqlfun.com/?p=258#comment-436</guid>
		<description><![CDATA[i must say the links are very useful. ]]></description>
		<content:encoded><![CDATA[<p>i must say the links are very useful. </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on The EXECUTE permission was denied on the object &#8216;sp_start_job&#8217;, database &#8216;msdb&#8217;, schema &#8216;dbo&#8217;. by rohitmssqlfun</title>
		<link>http://mssqlfun.com/2013/01/09/the-execute-permission-was-denied-on-the-object-sp_start_job-database-msdb-schema-dbo/comment-page-1/#comment-434</link>
		<dc:creator><![CDATA[rohitmssqlfun]]></dc:creator>
		<pubDate>Wed, 09 Jan 2013 10:11:53 +0000</pubDate>
		<guid isPermaLink="false">http://mssqlfun.com/?p=258#comment-434</guid>
		<description><![CDATA[Reblogged this on &lt;a href=&quot;http://mssqlfun.com/2013/01/09/264/&quot; rel=&quot;nofollow&quot;&gt;mssqlfun&lt;/a&gt;.]]></description>
		<content:encoded><![CDATA[<p>Reblogged this on <a href="http://mssqlfun.com/2013/01/09/264/" rel="nofollow">mssqlfun</a>.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on What happen, If SQL Server new instance try to use exitsing named instance name? by lista de email</title>
		<link>http://mssqlfun.com/2013/01/04/what-happen-if-sql-server-new-instance-try-to-use-exitsing-named-instance-name/comment-page-1/#comment-429</link>
		<dc:creator><![CDATA[lista de email]]></dc:creator>
		<pubDate>Tue, 08 Jan 2013 13:50:51 +0000</pubDate>
		<guid isPermaLink="false">http://mssqlfun.com/?p=199#comment-429</guid>
		<description><![CDATA[i like the concept too...keep it up.]]></description>
		<content:encoded><![CDATA[<p>i like the concept too&#8230;keep it up.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on MSSQLFUN &#8211; Year 2012 Review by ky tennis</title>
		<link>http://mssqlfun.com/2013/01/03/mssqlfun-year-2012-review/comment-page-1/#comment-428</link>
		<dc:creator><![CDATA[ky tennis]]></dc:creator>
		<pubDate>Tue, 08 Jan 2013 08:03:24 +0000</pubDate>
		<guid isPermaLink="false">http://mssqlfun.com/?p=248#comment-428</guid>
		<description><![CDATA[Hi there,  You have done a fantastic job. I will certainly digg it and for my part suggest to my friends. I&#039;m confident they&#039;ll be benefited from this website.]]></description>
		<content:encoded><![CDATA[<p>Hi there,  You have done a fantastic job. I will certainly digg it and for my part suggest to my friends. I&#8217;m confident they&#8217;ll be benefited from this website.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
