<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: SQL SERVER &#8211; A Quick Look at Logging and Ideas around Logging</title>
	<atom:link href="http://blog.sqlauthority.com/2012/06/12/sql-server-a-quick-look-at-logging-and-ideas-around-logging/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.sqlauthority.com/2012/06/12/sql-server-a-quick-look-at-logging-and-ideas-around-logging/</link>
	<description>SQL, SQL Server, MySQL, Big Data and NoSQL</description>
	<lastBuildDate>Thu, 20 Jun 2013 06:45:19 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: SQL SERVER &#8211; Weekly Series &#8211; Memory Lane &#8211; #033 &#124; Journey to SQL Authority with Pinal Dave</title>
		<link>http://blog.sqlauthority.com/2012/06/12/sql-server-a-quick-look-at-logging-and-ideas-around-logging/#comment-502069</link>
		<dc:creator><![CDATA[SQL SERVER &#8211; Weekly Series &#8211; Memory Lane &#8211; #033 &#124; Journey to SQL Authority with Pinal Dave]]></dc:creator>
		<pubDate>Sat, 15 Jun 2013 01:31:44 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=19304#comment-502069</guid>
		<description><![CDATA[[&#8230;] A Quick Look at Logging and Ideas around Logging Question: What is the first thing comes to your mind when you hear the word “Logging”? Strange enough I got a different answer every single time. Let me just list what answer I got from my friends. Let us go over them one by one. [&#8230;]]]></description>
		<content:encoded><![CDATA[<p>[&#8230;] A Quick Look at Logging and Ideas around Logging Question: What is the first thing comes to your mind when you hear the word “Logging”? Strange enough I got a different answer every single time. Let me just list what answer I got from my friends. Let us go over them one by one. [&#8230;]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Afeef</title>
		<link>http://blog.sqlauthority.com/2012/06/12/sql-server-a-quick-look-at-logging-and-ideas-around-logging/#comment-398018</link>
		<dc:creator><![CDATA[Afeef]]></dc:creator>
		<pubDate>Sun, 23 Dec 2012 07:40:52 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=19304#comment-398018</guid>
		<description><![CDATA[Hello All,
We have enabled Tripwire Database monitoring on SQL 2008 server.Everyday I find tables created under Model Database,but our DBA confirmed that they dont touch model DB at all,but similiar tables names are already under  actual Financial DB for example,but  no other creation or deletion of tables are there.
Any clue?]]></description>
		<content:encoded><![CDATA[<p>Hello All,<br />
We have enabled Tripwire Database monitoring on SQL 2008 server.Everyday I find tables created under Model Database,but our DBA confirmed that they dont touch model DB at all,but similiar tables names are already under  actual Financial DB for example,but  no other creation or deletion of tables are there.<br />
Any clue?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Manish Patel</title>
		<link>http://blog.sqlauthority.com/2012/06/12/sql-server-a-quick-look-at-logging-and-ideas-around-logging/#comment-311517</link>
		<dc:creator><![CDATA[Manish Patel]]></dc:creator>
		<pubDate>Mon, 09 Jul 2012 19:38:19 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=19304#comment-311517</guid>
		<description><![CDATA[How to turn on client side logging? We are using SQLoleDb library to connect to server and wanted to log at client for better understanding how much time has been spent between client and server. We have tried client side statistics, but doesn&#039;t give us consistent result.

Appreciate your response.]]></description>
		<content:encoded><![CDATA[<p>How to turn on client side logging? We are using SQLoleDb library to connect to server and wanted to log at client for better understanding how much time has been spent between client and server. We have tried client side statistics, but doesn&#8217;t give us consistent result.</p>
<p>Appreciate your response.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shadab Shah</title>
		<link>http://blog.sqlauthority.com/2012/06/12/sql-server-a-quick-look-at-logging-and-ideas-around-logging/#comment-300390</link>
		<dc:creator><![CDATA[Shadab Shah]]></dc:creator>
		<pubDate>Tue, 12 Jun 2012 12:47:44 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=19304#comment-300390</guid>
		<description><![CDATA[Very good article sir. I would like to know what is the difference when we view the log file using DBCC log(dbname) and through log viewer.

Both show different content.The first one shows quite abstract content and the other shows something which i can atleast understand]]></description>
		<content:encoded><![CDATA[<p>Very good article sir. I would like to know what is the difference when we view the log file using DBCC log(dbname) and through log viewer.</p>
<p>Both show different content.The first one shows quite abstract content and the other shows something which i can atleast understand</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: pinaldave</title>
		<link>http://blog.sqlauthority.com/2012/06/12/sql-server-a-quick-look-at-logging-and-ideas-around-logging/#comment-300255</link>
		<dc:creator><![CDATA[pinaldave]]></dc:creator>
		<pubDate>Tue, 12 Jun 2012 05:41:04 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=19304#comment-300255</guid>
		<description><![CDATA[Hi Siva,

Those are various kinds of logging only. It is about information logging.]]></description>
		<content:encoded><![CDATA[<p>Hi Siva,</p>
<p>Those are various kinds of logging only. It is about information logging.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: siva</title>
		<link>http://blog.sqlauthority.com/2012/06/12/sql-server-a-quick-look-at-logging-and-ideas-around-logging/#comment-300241</link>
		<dc:creator><![CDATA[siva]]></dc:creator>
		<pubDate>Tue, 12 Jun 2012 05:06:04 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=19304#comment-300241</guid>
		<description><![CDATA[Hi Pinaldev,

In the above article your discussion is started on What is Logging

But u got reply.. DMVs, OUTPUT clause, Errorlog etc... i m not understanding please clear the confusion..]]></description>
		<content:encoded><![CDATA[<p>Hi Pinaldev,</p>
<p>In the above article your discussion is started on What is Logging</p>
<p>But u got reply.. DMVs, OUTPUT clause, Errorlog etc&#8230; i m not understanding please clear the confusion..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kumaralok</title>
		<link>http://blog.sqlauthority.com/2012/06/12/sql-server-a-quick-look-at-logging-and-ideas-around-logging/#comment-300238</link>
		<dc:creator><![CDATA[kumaralok]]></dc:creator>
		<pubDate>Tue, 12 Jun 2012 05:01:14 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=19304#comment-300238</guid>
		<description><![CDATA[Very Interesting Information. Thank u sir.]]></description>
		<content:encoded><![CDATA[<p>Very Interesting Information. Thank u sir.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
