<?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 SQL Server Journey with SQL Authority</title>
	<atom:link href="http://blog.sqlauthority.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.sqlauthority.com</link>
	<description>Personal Notes of Pinal Dave</description>
	<lastBuildDate>Fri, 10 Feb 2012 18:12:30 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>Comment on SQL SERVER &#8211; 2005 &#8211; Create Script to Copy Database Schema and All The Objects &#8211; Stored Procedure, Functions, Triggers, Tables, Views, Constraints and All Other Database Objects by Mehar</title>
		<link>http://blog.sqlauthority.com/2007/08/21/sql-server-2005-create-script-to-copy-database-schema-and-all-the-objects-stored-procedure-functions-triggers-tables-views-constraints-and-all-other-database-objects/#comment-251030</link>
		<dc:creator><![CDATA[Mehar]]></dc:creator>
		<pubDate>Fri, 10 Feb 2012 18:12:30 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/08/21/sql-server-2005-create-script-to-copy-database-schema-and-all-the-objects-stored-procedure-functions-triggers-tables-views-constraints-and-all-other-database-objects/#comment-251030</guid>
		<description><![CDATA[Hello Pinal,
would you please tell me how to take backup of my database ?
Mehar]]></description>
		<content:encoded><![CDATA[<p>Hello Pinal,<br />
would you please tell me how to take backup of my database ?<br />
Mehar</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Contact Me – Archive 1 by Stephan Soriano</title>
		<link>http://blog.sqlauthority.com/contact-me/contact-me-contact-pinaldave-archive-1/#comment-251020</link>
		<dc:creator><![CDATA[Stephan Soriano]]></dc:creator>
		<pubDate>Fri, 10 Feb 2012 17:26:37 +0000</pubDate>
		<guid isPermaLink="false">http://sqlauthority.wordpress.com/contact-me/#comment-251020</guid>
		<description><![CDATA[Pinal, could you give me a help, please
How can I create a database in SqlServer 2008 r2 over network drive.
I have done this: http://blogs.msdn.com/b/varund/archive/2010/09/02/create-a-sql-server-database-on-a-network-shared-drive.aspx 

with this script: 
CREATE DATABASE [db2_r2] ON  PRIMARY 
( NAME = N&#039;db2_r2&#039;, FILENAME = N&#039;\\192.168.16.17\BkpServidoresFiles\Temporal_PorUnMes\db2_r2.mdf&#039; , SIZE = 3072KB , MAXSIZE = UNLIMITED, FILEGROWTH = 1024KB ) 
LOG ON 
( NAME = N&#039;db2_r2_log&#039;, FILENAME = N&#039;\\192.168.16.17\BkpServidoresFiles\Temporal_PorUnMes\db2_r2.ldf&#039; , SIZE = 1024KB , MAXSIZE = 2048GB , FILEGROWTH = 10%) 
GO

But error message is:
Msg 5133, Level 16, State 1, Line 2
Directory lookup for the file &quot;\\192.168.16.17\BkpServidoresFiles\Temporal_PorUnMes\db2_r2.mdf&quot; failed with the operating system error 5(failed to retrieve text for this error. Reason: 15105).
Msg 1802, Level 16, State 1, Line 2
CREATE DATABASE failed. Some file names listed could not be created. Check related errors.


The network drive has full control for user EveryOne.

Thanks for your help.
Stephan.]]></description>
		<content:encoded><![CDATA[<p>Pinal, could you give me a help, please<br />
How can I create a database in SqlServer 2008 r2 over network drive.<br />
I have done this: <a href="http://blogs.msdn.com/b/varund/archive/2010/09/02/create-a-sql-server-database-on-a-network-shared-drive.aspx" rel="nofollow">http://blogs.msdn.com/b/varund/archive/2010/09/02/create-a-sql-server-database-on-a-network-shared-drive.aspx</a> </p>
<p>with this script:<br />
CREATE DATABASE [db2_r2] ON  PRIMARY<br />
( NAME = N&#8217;db2_r2&#8242;, FILENAME = N&#8217;\\192.168.16.17\BkpServidoresFiles\Temporal_PorUnMes\db2_r2.mdf&#8217; , SIZE = 3072KB , MAXSIZE = UNLIMITED, FILEGROWTH = 1024KB )<br />
LOG ON<br />
( NAME = N&#8217;db2_r2_log&#8217;, FILENAME = N&#8217;\\192.168.16.17\BkpServidoresFiles\Temporal_PorUnMes\db2_r2.ldf&#8217; , SIZE = 1024KB , MAXSIZE = 2048GB , FILEGROWTH = 10%)<br />
GO</p>
<p>But error message is:<br />
Msg 5133, Level 16, State 1, Line 2<br />
Directory lookup for the file &#8220;\\192.168.16.17\BkpServidoresFiles\Temporal_PorUnMes\db2_r2.mdf&#8221; failed with the operating system error 5(failed to retrieve text for this error. Reason: 15105).<br />
Msg 1802, Level 16, State 1, Line 2<br />
CREATE DATABASE failed. Some file names listed could not be created. Check related errors.</p>
<p>The network drive has full control for user EveryOne.</p>
<p>Thanks for your help.<br />
Stephan.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on SQL SERVER &#8211; 2005 &#8211; Export Data From SQL Server 2005 to Microsoft Excel Datasheet by Sinaman</title>
		<link>http://blog.sqlauthority.com/2008/01/08/sql-server-2005-export-data-from-sql-server-2005-to-microsoft-excel-datasheet/#comment-251008</link>
		<dc:creator><![CDATA[Sinaman]]></dc:creator>
		<pubDate>Fri, 10 Feb 2012 16:51:23 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2008/01/08/sql-server-2005-export-data-from-sql-server-2005-to-microsoft-excel-datasheet/#comment-251008</guid>
		<description><![CDATA[beautiful solution, thank you. The codes are fine. But I have problem here. After execute the insert statement, the data always appear starting different row. How I can do if I want the data always start at A2 since my data is linked to charts. I need to update the weekly.]]></description>
		<content:encoded><![CDATA[<p>beautiful solution, thank you. The codes are fine. But I have problem here. After execute the insert statement, the data always appear starting different row. How I can do if I want the data always start at A2 since my data is linked to charts. I need to update the weekly.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on SQL SERVER &#8211; 2005 &#8211; Export Data From SQL Server 2005 to Microsoft Excel Datasheet by Rams</title>
		<link>http://blog.sqlauthority.com/2008/01/08/sql-server-2005-export-data-from-sql-server-2005-to-microsoft-excel-datasheet/#comment-251004</link>
		<dc:creator><![CDATA[Rams]]></dc:creator>
		<pubDate>Fri, 10 Feb 2012 16:28:48 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2008/01/08/sql-server-2005-export-data-from-sql-server-2005-to-microsoft-excel-datasheet/#comment-251004</guid>
		<description><![CDATA[HI Pinal, 

I have an issue with SSIS package, I have designed a package and schedule it in the prod server, this package delete the exsiting detstination file through Script task and pump the data every time as I need to overwrite the existing data with new data.

The issue is, if anybody open the destination excel file, the pakcage is failing and I am unbale to track those details via send mail task. 

Can any body help on this please..

Thanks,
Rams.]]></description>
		<content:encoded><![CDATA[<p>HI Pinal, </p>
<p>I have an issue with SSIS package, I have designed a package and schedule it in the prod server, this package delete the exsiting detstination file through Script task and pump the data every time as I need to overwrite the existing data with new data.</p>
<p>The issue is, if anybody open the destination excel file, the pakcage is failing and I am unbale to track those details via send mail task. </p>
<p>Can any body help on this please..</p>
<p>Thanks,<br />
Rams.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on SQL SERVER &#8211; Import CSV File into Database Table Using SSIS by Marcus</title>
		<link>http://blog.sqlauthority.com/2011/05/12/sql-server-import-csv-file-into-database-table-using-ssis/#comment-250996</link>
		<dc:creator><![CDATA[Marcus]]></dc:creator>
		<pubDate>Fri, 10 Feb 2012 16:02:30 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=12872#comment-250996</guid>
		<description><![CDATA[Are you open to using PowerShell to parse your CSV to fetch new records? Are you familiar with PowerShell? In SQL server 2008 and greater you can trigger PwerShell scripts as a step within a SSA job and follow it up on the next step with an SSIS job to load the new records.]]></description>
		<content:encoded><![CDATA[<p>Are you open to using PowerShell to parse your CSV to fetch new records? Are you familiar with PowerShell? In SQL server 2008 and greater you can trigger PwerShell scripts as a step within a SSA job and follow it up on the next step with an SSIS job to load the new records.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on SQL SERVER &#8211; 2005 &#8211; OUTPUT Clause Example and Explanation with INSERT, UPDATE, DELETE by Jason R</title>
		<link>http://blog.sqlauthority.com/2007/10/01/sql-server-2005-output-clause-example-and-explanation-with-insert-update-delete/#comment-250995</link>
		<dc:creator><![CDATA[Jason R]]></dc:creator>
		<pubDate>Fri, 10 Feb 2012 16:00:37 +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-250995</guid>
		<description><![CDATA[Todd,

Was your question ever answered?  I am having the same issue.  Is there a simple way to do this with the output clause?]]></description>
		<content:encoded><![CDATA[<p>Todd,</p>
<p>Was your question ever answered?  I am having the same issue.  Is there a simple way to do this with the output clause?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on SQL SERVER &#8211; A Quick Puzzle on JOIN and NULL &#8211; SQL Brain Teaser by Sandy Miller</title>
		<link>http://blog.sqlauthority.com/2012/02/10/sql-server-a-quick-puzzle-on-join-and-null-brain-teaser/#comment-250989</link>
		<dc:creator><![CDATA[Sandy Miller]]></dc:creator>
		<pubDate>Fri, 10 Feb 2012 15:24:57 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=17281#comment-250989</guid>
		<description><![CDATA[Pinal,
Love the puzzle.  Keep them comming.  Love your Blog!]]></description>
		<content:encoded><![CDATA[<p>Pinal,<br />
Love the puzzle.  Keep them comming.  Love your Blog!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on SQL SERVER &#8211; A Quick Puzzle on JOIN and NULL &#8211; SQL Brain Teaser by Juliana</title>
		<link>http://blog.sqlauthority.com/2012/02/10/sql-server-a-quick-puzzle-on-join-and-null-brain-teaser/#comment-250988</link>
		<dc:creator><![CDATA[Juliana]]></dc:creator>
		<pubDate>Fri, 10 Feb 2012 15:20:13 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=17281#comment-250988</guid>
		<description><![CDATA[SELECT st.col1
FROM FirstTable ft
FULL JOIN SecondTable st ON st.Col1 = ft.Col1
GO]]></description>
		<content:encoded><![CDATA[<p>SELECT st.col1<br />
FROM FirstTable ft<br />
FULL JOIN SecondTable st ON st.Col1 = ft.Col1<br />
GO</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on SQL SERVER &#8211; Removing Key Lookup &#8211; Seek Predicate &#8211; Predicate &#8211; An Interesting Observation Related to Datatypes by Supraja</title>
		<link>http://blog.sqlauthority.com/2009/11/09/sql-server-removing-key-lookup-seek-predicate-predicate-an-interesting-observation-related-to-datatypes/#comment-250984</link>
		<dc:creator><![CDATA[Supraja]]></dc:creator>
		<pubDate>Fri, 10 Feb 2012 15:00:41 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=7088#comment-250984</guid>
		<description><![CDATA[Hi, This is really an excellent article.
Thanks Pinal, for sharing your knowledge with us.]]></description>
		<content:encoded><![CDATA[<p>Hi, This is really an excellent article.<br />
Thanks Pinal, for sharing your knowledge with us.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on SQL SERVER &#8211; 2008 &#8211; Step By Step Installation Guide With Images by Alex Costa</title>
		<link>http://blog.sqlauthority.com/2008/06/12/sql-server-2008-step-by-step-installation-guide-with-images/#comment-250983</link>
		<dc:creator><![CDATA[Alex Costa]]></dc:creator>
		<pubDate>Fri, 10 Feb 2012 14:56:35 +0000</pubDate>
		<guid isPermaLink="false">http://sqlauthority.wordpress.com/?p=642#comment-250983</guid>
		<description><![CDATA[I need help, please! I have installed the program, but I am stuck at the screen where it&#039;s asking for server name. I downloaded to my laptop, I don&#039;t know what name to put, and the installation will not be completed until I do so. Thank you.]]></description>
		<content:encoded><![CDATA[<p>I need help, please! I have installed the program, but I am stuck at the screen where it&#8217;s asking for server name. I downloaded to my laptop, I don&#8217;t know what name to put, and the installation will not be completed until I do so. Thank you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on SQL SERVER &#8211; Restore Database Backup using SQL Script (T-SQL) by Damu</title>
		<link>http://blog.sqlauthority.com/2007/02/25/sql-server-restore-database-backup-using-sql-script-t-sql/#comment-250978</link>
		<dc:creator><![CDATA[Damu]]></dc:creator>
		<pubDate>Fri, 10 Feb 2012 14:34:29 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=40#comment-250978</guid>
		<description><![CDATA[Hi Pinal Dave,

       I am creating one application for restoring the database. A user, select the .bak file through this application and need to restore the database (Which is reside in server). So, I pass the selected file as a binary data to the database. Is it possible to restore the database from a binary data?

Thanks in advance.]]></description>
		<content:encoded><![CDATA[<p>Hi Pinal Dave,</p>
<p>       I am creating one application for restoring the database. A user, select the .bak file through this application and need to restore the database (Which is reside in server). So, I pass the selected file as a binary data to the database. Is it possible to restore the database from a binary data?</p>
<p>Thanks in advance.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on SQL SERVER &#8211; Removing Key Lookup &#8211; Seek Predicate &#8211; Predicate &#8211; An Interesting Observation Related to Datatypes by Tim White</title>
		<link>http://blog.sqlauthority.com/2009/11/09/sql-server-removing-key-lookup-seek-predicate-predicate-an-interesting-observation-related-to-datatypes/#comment-250976</link>
		<dc:creator><![CDATA[Tim White]]></dc:creator>
		<pubDate>Fri, 10 Feb 2012 14:20:09 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=7088#comment-250976</guid>
		<description><![CDATA[I may be wrong here, but the way I understand this is when comparing different Data Types, the difference between a &quot;Seek Predicate&quot; and a &quot;Predicate&quot; is based on the Data Type Precedence.  The Data Type with the lower precedence is the one that is always converted.  So, if the lower precedence Data Type is on the left side (table side), every row gets converted (Full Index Scan).  If the lower precedence is on the right side (expression side), only the expression value gets converetd (Index Seek).

See:  http://msdn.microsoft.com/en-us/library/ms190309.aspx  for precedence order.]]></description>
		<content:encoded><![CDATA[<p>I may be wrong here, but the way I understand this is when comparing different Data Types, the difference between a &#8220;Seek Predicate&#8221; and a &#8220;Predicate&#8221; is based on the Data Type Precedence.  The Data Type with the lower precedence is the one that is always converted.  So, if the lower precedence Data Type is on the left side (table side), every row gets converted (Full Index Scan).  If the lower precedence is on the right side (expression side), only the expression value gets converetd (Index Seek).</p>
<p>See:  <a href="http://msdn.microsoft.com/en-us/library/ms190309.aspx" rel="nofollow">http://msdn.microsoft.com/en-us/library/ms190309.aspx</a>  for precedence order.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on SQL SERVER &#8211; A Quick Puzzle on JOIN and NULL &#8211; SQL Brain Teaser by Raunak Jhawar</title>
		<link>http://blog.sqlauthority.com/2012/02/10/sql-server-a-quick-puzzle-on-join-and-null-brain-teaser/#comment-250952</link>
		<dc:creator><![CDATA[Raunak Jhawar]]></dc:creator>
		<pubDate>Fri, 10 Feb 2012 12:30:18 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=17281#comment-250952</guid>
		<description><![CDATA[INSERT INTO FirstTable (Col1)
VALUES (&#039;&#039;)]]></description>
		<content:encoded><![CDATA[<p>INSERT INTO FirstTable (Col1)<br />
VALUES (&#8221;)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on SQL SERVER &#8211; User Defined Functions (UDF) Limitations by Raja</title>
		<link>http://blog.sqlauthority.com/2007/05/29/sql-server-user-defined-functions-udf-limitations/#comment-250948</link>
		<dc:creator><![CDATA[Raja]]></dc:creator>
		<pubDate>Fri, 10 Feb 2012 12:16:31 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/05/29/sql-server-user-defined-functions-udf-limitations/#comment-250948</guid>
		<description><![CDATA[Hi PinalDave,

does this statement correct?

UDF Returns Only One Result Set or Output Parameter]]></description>
		<content:encoded><![CDATA[<p>Hi PinalDave,</p>
<p>does this statement correct?</p>
<p>UDF Returns Only One Result Set or Output Parameter</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on SQL SERVER &#8211; User Defined Functions (UDF) Limitations by Raja</title>
		<link>http://blog.sqlauthority.com/2007/05/29/sql-server-user-defined-functions-udf-limitations/#comment-250947</link>
		<dc:creator><![CDATA[Raja]]></dc:creator>
		<pubDate>Fri, 10 Feb 2012 12:13:23 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/05/29/sql-server-user-defined-functions-udf-limitations/#comment-250947</guid>
		<description><![CDATA[User-defined functions do not support output parameters.]]></description>
		<content:encoded><![CDATA[<p>User-defined functions do not support output parameters.</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 Eddy Vluggen</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-250946</link>
		<dc:creator><![CDATA[Eddy Vluggen]]></dc:creator>
		<pubDate>Fri, 10 Feb 2012 12:09:42 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=497#comment-250946</guid>
		<description><![CDATA[--Drop the table to clean up database.
SELECT *
FROM CSVTest
GO

Of course, it won&#039;t.]]></description>
		<content:encoded><![CDATA[<p>&#8211;Drop the table to clean up database.<br />
SELECT *<br />
FROM CSVTest<br />
GO</p>
<p>Of course, it won&#8217;t.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on SQL SERVER &#8211; Simple Example of Cursor by Arif Shaik</title>
		<link>http://blog.sqlauthority.com/2007/01/01/sql-server-simple-example-of-cursor/#comment-250941</link>
		<dc:creator><![CDATA[Arif Shaik]]></dc:creator>
		<pubDate>Fri, 10 Feb 2012 11:52:16 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/01/01/simple-example-of-cursor/#comment-250941</guid>
		<description><![CDATA[Very nice example of Cursors thank u so much Pinal

Regards &amp; ThanxX
 Arif Shaik]]></description>
		<content:encoded><![CDATA[<p>Very nice example of Cursors thank u so much Pinal</p>
<p>Regards &amp; ThanxX<br />
 Arif Shaik</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on SQL SERVER &#8211; Simple Example of Cursor by Arif Shaik</title>
		<link>http://blog.sqlauthority.com/2007/01/01/sql-server-simple-example-of-cursor/#comment-250936</link>
		<dc:creator><![CDATA[Arif Shaik]]></dc:creator>
		<pubDate>Fri, 10 Feb 2012 11:43:58 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/01/01/simple-example-of-cursor/#comment-250936</guid>
		<description><![CDATA[Very nice example of Cursors thank u so much Pinal


Regards &amp; ThanxX
Arif Shaik]]></description>
		<content:encoded><![CDATA[<p>Very nice example of Cursors thank u so much Pinal</p>
<p>Regards &amp; ThanxX<br />
Arif Shaik</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on SQL SERVER &#8211; Find Last Day of Any Month &#8211; Current Previous Next by revathi</title>
		<link>http://blog.sqlauthority.com/2007/08/18/sql-server-find-last-day-of-any-month-current-previous-next/#comment-250934</link>
		<dc:creator><![CDATA[revathi]]></dc:creator>
		<pubDate>Fri, 10 Feb 2012 11:26:22 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/08/18/sql-server-find-last-day-of-any-month-current-previous-next/#comment-250934</guid>
		<description><![CDATA[Write a function to return total experience in ,months/years according to the given input(M/Y). Use this in a SP to get the details of a person with his name, experience.]]></description>
		<content:encoded><![CDATA[<p>Write a function to return total experience in ,months/years according to the given input(M/Y). Use this in a SP to get the details of a person with his name, experience.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on SQL SERVER &#8211; 2005 Change Database Compatible Level &#8211; Backward Compatibility by Martin</title>
		<link>http://blog.sqlauthority.com/2007/05/29/sql-server-2005-change-database-compatible-level-backward-compatibility/#comment-250929</link>
		<dc:creator><![CDATA[Martin]]></dc:creator>
		<pubDate>Fri, 10 Feb 2012 11:12:39 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/05/29/sql-server-2005-change-database-compatible-level-backward-compatibility/#comment-250929</guid>
		<description><![CDATA[I would like to automate (via T-SQL) a backup and restore between a SQL Server 2008 (Production server) and SQL Server 2008 R2 (Report server).   I know how to do it via the graphical interface, however I have hard time to figure out via T-SQL

Thanks
Martin]]></description>
		<content:encoded><![CDATA[<p>I would like to automate (via T-SQL) a backup and restore between a SQL Server 2008 (Production server) and SQL Server 2008 R2 (Report server).   I know how to do it via the graphical interface, however I have hard time to figure out via T-SQL</p>
<p>Thanks<br />
Martin</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on SQL SERVER &#8211; 2005 List All Tables of Database by kashif ali</title>
		<link>http://blog.sqlauthority.com/2007/06/26/sql-server-2005-list-all-tables-of-database/#comment-250896</link>
		<dc:creator><![CDATA[kashif ali]]></dc:creator>
		<pubDate>Fri, 10 Feb 2012 09:55:05 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/06/26/sql-server-2005-list-all-tables-of-database/#comment-250896</guid>
		<description><![CDATA[how can I get all table names with its record count in one query]]></description>
		<content:encoded><![CDATA[<p>how can I get all table names with its record count in one query</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on SQL SERVER &#8211; Interview Questions and Answers &#8211; Frequently Asked Questions &#8211; Introduction &#8211; Day 1 of 31 by Amit</title>
		<link>http://blog.sqlauthority.com/2011/07/01/sql-server-interview-questions-and-answers-frequently-asked-questions-introduction-day-1-of-31/#comment-250856</link>
		<dc:creator><![CDATA[Amit]]></dc:creator>
		<pubDate>Fri, 10 Feb 2012 07:48:49 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=13259#comment-250856</guid>
		<description><![CDATA[Pinal Dave you are great. !!!!!!!!!!!!!!!
You made it very easy for us to prepare Just keep it up..]]></description>
		<content:encoded><![CDATA[<p>Pinal Dave you are great. !!!!!!!!!!!!!!!<br />
You made it very easy for us to prepare Just keep it up..</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on SQL SERVER &#8211; Interview Questions and Answers &#8211; Guest Post by Nakul Vachhrajani &#8211; Day 28 of 31 by Interview Questions</title>
		<link>http://blog.sqlauthority.com/2011/07/28/sql-server-interview-questions-and-answers-guest-post-by-nakul-vachhrajani-day-28-of-31/#comment-250836</link>
		<dc:creator><![CDATA[Interview Questions]]></dc:creator>
		<pubDate>Fri, 10 Feb 2012 06:58:31 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=13624#comment-250836</guid>
		<description><![CDATA[hello,
Nakul i have seen your post, for interview...its new way of get way to facing about interview .and good ..........]]></description>
		<content:encoded><![CDATA[<p>hello,<br />
Nakul i have seen your post, for interview&#8230;its new way of get way to facing about interview .and good &#8230;&#8230;&#8230;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Contact Me – Archive 1 by kaushik</title>
		<link>http://blog.sqlauthority.com/contact-me/contact-me-contact-pinaldave-archive-1/#comment-250832</link>
		<dc:creator><![CDATA[kaushik]]></dc:creator>
		<pubDate>Fri, 10 Feb 2012 06:51:21 +0000</pubDate>
		<guid isPermaLink="false">http://sqlauthority.wordpress.com/contact-me/#comment-250832</guid>
		<description><![CDATA[Hi pinal,
[] [int] IDENTITY(1,1) NOT FOR REPLICATION NOT NULL
can you tell me what this not for repliacation doing.]]></description>
		<content:encoded><![CDATA[<p>Hi pinal,<br />
[] [int] IDENTITY(1,1) NOT FOR REPLICATION NOT NULL<br />
can you tell me what this not for repliacation doing.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on SQL SERVER &#8211; Interview Questions and Answers &#8211; Frequently Asked Questions &#8211; Day 2 of 31 by afsal</title>
		<link>http://blog.sqlauthority.com/2011/07/02/sql-server-interview-questions-and-answers-frequently-asked-questions-day-2-of-31/#comment-250827</link>
		<dc:creator><![CDATA[afsal]]></dc:creator>
		<pubDate>Fri, 10 Feb 2012 06:38:01 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=13275#comment-250827</guid>
		<description><![CDATA[hi pinal.... 

  Its very usefull for who are preparing for the interviews]]></description>
		<content:encoded><![CDATA[<p>hi pinal&#8230;. </p>
<p>  Its very usefull for who are preparing for the interviews</p>
]]></content:encoded>
	</item>
</channel>
</rss>
