<?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"
	>
<channel>
	<title>Comments on: Who&#8217;s been logging into my SQL Server?</title>
	<atom:link href="http://itknowledgeexchange.techtarget.com/sql-server/whos-been-logging-into-my-sql-server/feed/" rel="self" type="application/rss+xml" />
	<link>http://itknowledgeexchange.techtarget.com/sql-server/whos-been-logging-into-my-sql-server/</link>
	<description></description>
	<pubDate>Tue, 24 Nov 2009 01:08:34 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.2</generator>
		<item>
		<title>By: DavidHay</title>
		<link>http://itknowledgeexchange.techtarget.com/sql-server/whos-been-logging-into-my-sql-server/#comment-240</link>
		<dc:creator>DavidHay</dc:creator>
		<pubDate>Tue, 30 Jun 2009 19:01:15 +0000</pubDate>
		<guid isPermaLink="false">http://itknowledgeexchange.techtarget.com/sql-server/whos-been-logging-into-my-sql-server/#comment-240</guid>
		<description>I just set up a job and trace for all logins and failed logins, the way cosmictrickster said with a few exceptions.  It dumps hourly to disk, then loads summary into a table. I don't filter anything, I can do that on the way out.  I can then catch developers who are using admin accounts based on the host name in the trace.  I then set SSRS to email a daily login report for my main production servers each morning.</description>
		<content:encoded><![CDATA[<p>I just set up a job and trace for all logins and failed logins, the way cosmictrickster said with a few exceptions.  It dumps hourly to disk, then loads summary into a table. I don&#8217;t filter anything, I can do that on the way out.  I can then catch developers who are using admin accounts based on the host name in the trace.  I then set SSRS to email a daily login report for my main production servers each morning.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Cosmictrickster</title>
		<link>http://itknowledgeexchange.techtarget.com/sql-server/whos-been-logging-into-my-sql-server/#comment-239</link>
		<dc:creator>Cosmictrickster</dc:creator>
		<pubDate>Mon, 29 Jun 2009 19:51:44 +0000</pubDate>
		<guid isPermaLink="false">http://itknowledgeexchange.techtarget.com/sql-server/whos-been-logging-into-my-sql-server/#comment-239</guid>
		<description>Or you could do what I have done:  create a stored procedure that runs on SQL startup which creates a server-side trace.  In my case, it logs to a file, but you could log to a table as well.  In that trace, I filter out noise like service accounts (ever seen how many logins MOSS makes?).  It's not a complete record of logins, but it's easier to track things if you filter out the noise.  Besides, if somebody was using a service account to access the server, their accesses would get lost in the noise and I would say you have a little more to worry about - someone got the password to one of the service accounts!  You either have poor security or somebody has some elevated rights they probably shouldn't have.</description>
		<content:encoded><![CDATA[<p>Or you could do what I have done:  create a stored procedure that runs on SQL startup which creates a server-side trace.  In my case, it logs to a file, but you could log to a table as well.  In that trace, I filter out noise like service accounts (ever seen how many logins MOSS makes?).  It&#8217;s not a complete record of logins, but it&#8217;s easier to track things if you filter out the noise.  Besides, if somebody was using a service account to access the server, their accesses would get lost in the noise and I would say you have a little more to worry about - someone got the password to one of the service accounts!  You either have poor security or somebody has some elevated rights they probably shouldn&#8217;t have.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
<!-- dynamic -->