<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Simon Steed&#039;s Blog About Stuff! &#187; login failed for user null the user is not associated with a trusted sql server connection</title>
	<atom:link href="http://blog.xploiter.com/tag/login-failed-for-user-null-the-user-is-not-associated-with-a-trusted-sql-server-connection/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.xploiter.com</link>
	<description>i.e. anything interesting...</description>
	<lastBuildDate>Wed, 01 Sep 2010 11:15:48 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=8679</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>SQL SERVER &#8211; Fix : Error: 18452 Login failed for user ‘(null)’. The user is not associated with a trusted SQL Server connection.</title>
		<link>http://blog.xploiter.com/general-stuff/sql-server-fix-error-18452-login-failed-for-user-%e2%80%98null%e2%80%99-the-user-is-not-associated-with-a-trusted-sql-server-connection/</link>
		<comments>http://blog.xploiter.com/general-stuff/sql-server-fix-error-18452-login-failed-for-user-%e2%80%98null%e2%80%99-the-user-is-not-associated-with-a-trusted-sql-server-connection/#comments</comments>
		<pubDate>Tue, 07 Oct 2008 16:18:53 +0000</pubDate>
		<dc:creator>Simon Steed</dc:creator>
				<category><![CDATA[General stuff]]></category>
		<category><![CDATA[18452]]></category>
		<category><![CDATA[error]]></category>
		<category><![CDATA[express]]></category>
		<category><![CDATA[login failed for user null the user is not associated with a trusted sql server connection]]></category>
		<category><![CDATA[SQL Server]]></category>

		<guid isPermaLink="false">http://simonsteed.wordpress.com/2008/10/07/sql-server-fix-error-18452-login-failed-for-user-%e2%80%98null%e2%80%99-the-user-is-not-associated-with-a-trusted-sql-server-connection/</guid>
		<description><![CDATA[This one always catches me out, about time I logged it so I don&#8217;t need to googlise it everytime! SQL SERVER &#8211; Fix : Error: 18452 Login failed for user ‘(null)’. The user is not associated with a trusted SQL Server connection. April 14, 2007 by pinaldave Some errors never got old. I have seen]]></description>
			<content:encoded><![CDATA[<p>This one always catches me out, about time I logged it so I don&#8217;t need to googlise it everytime!</p>
<p><em>SQL SERVER &#8211; Fix : Error: 18452 Login failed for user ‘(null)’. The user is not associated with a trusted SQL Server connection.</p>
<p>April 14, 2007 by pinaldave</p>
<p>Some errors never got old. I have seen many new DBA or Developers struggling with this errors.</p>
<p>Error: 18452 Login failed for user ‘(null)’. The user is not associated with a trusted SQL Server connection.</p>
<p>Fix/Solution/Workaround:<br />
Change the Authentication Mode of the SQL server from “Windows Authentication Mode (Windows Authentication)”<br />
to “Mixed Mode (Windows Authentication and SQL Server Authentication)”.</p>
<p>Run following script in SQL Analyzer to change the authentication</p>
<p>ALTER LOGIN sa ENABLE<br />
GO<br />
ALTER LOGIN sa WITH PASSWORD = &#8221;<br />
GO<br />
</em><br />
Taken from <a href="http://blog.sqlauthority.com/2007/04/14/sql-server-fix-error-18452-login-failed-for-user-null-the-user-is-not-associated-with-a-trusted-sql-server-connection/" title="SQLAuthority.com">SQLAuthority.com</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.xploiter.com/general-stuff/sql-server-fix-error-18452-login-failed-for-user-%e2%80%98null%e2%80%99-the-user-is-not-associated-with-a-trusted-sql-server-connection/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
