<?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/"
		>
<channel>
	<title>Comments on: How To: Connect to SQL Server, VS TFS, etc using Windows Authentication when computer is not on Active Directory Domain (XP and Vista!)</title>
	<atom:link href="http://blog.stevienova.com/2008/01/14/how-to-connect-to-sql-server-vs-tfs-etc-using-windows-authentication-when-computer-is-not-on-active-directory-domain-xp-and-vista/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.stevienova.com/2008/01/14/how-to-connect-to-sql-server-vs-tfs-etc-using-windows-authentication-when-computer-is-not-on-active-directory-domain-xp-and-vista/</link>
	<description>Homepage of Steve Novoselac</description>
	<lastBuildDate>Tue, 16 Mar 2010 18:51:06 -0700</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: sam</title>
		<link>http://blog.stevienova.com/2008/01/14/how-to-connect-to-sql-server-vs-tfs-etc-using-windows-authentication-when-computer-is-not-on-active-directory-domain-xp-and-vista/comment-page-1/#comment-160631</link>
		<dc:creator>sam</dc:creator>
		<pubDate>Tue, 16 Mar 2010 18:51:06 +0000</pubDate>
		<guid isPermaLink="false">http://blog.stevienova.com/2008/01/14/how-to-connect-to-sql-server-vs-tfs-etc-using-windows-authentication-when-computer-is-not-on-active-directory-domain-xp-and-vista/#comment-160631</guid>
		<description>Awesome. Thanks. The &#039;runas&#039; version, at least, also works in Windows 2000. (Yes I know nobody uses that any more... but it&#039;s the only Windows OS I have set up in my virtualbox, the &#039;real&#039; OS is a different platform.)</description>
		<content:encoded><![CDATA[<p>Awesome. Thanks. The &#39;runas&#39; version, at least, also works in Windows 2000. (Yes I know nobody uses that any more&#8230; but it&#39;s the only Windows OS I have set up in my virtualbox, the &#39;real&#39; OS is a different platform.)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jonathan Despain</title>
		<link>http://blog.stevienova.com/2008/01/14/how-to-connect-to-sql-server-vs-tfs-etc-using-windows-authentication-when-computer-is-not-on-active-directory-domain-xp-and-vista/comment-page-1/#comment-160568</link>
		<dc:creator>Jonathan Despain</dc:creator>
		<pubDate>Thu, 14 Jan 2010 00:42:10 +0000</pubDate>
		<guid isPermaLink="false">http://blog.stevienova.com/2008/01/14/how-to-connect-to-sql-server-vs-tfs-etc-using-windows-authentication-when-computer-is-not-on-active-directory-domain-xp-and-vista/#comment-160568</guid>
		<description>Awesome tip, just what I was looking for. Thanks!</description>
		<content:encoded><![CDATA[<p>Awesome tip, just what I was looking for. Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Seb</title>
		<link>http://blog.stevienova.com/2008/01/14/how-to-connect-to-sql-server-vs-tfs-etc-using-windows-authentication-when-computer-is-not-on-active-directory-domain-xp-and-vista/comment-page-1/#comment-160560</link>
		<dc:creator>Seb</dc:creator>
		<pubDate>Fri, 08 Jan 2010 10:01:23 +0000</pubDate>
		<guid isPermaLink="false">http://blog.stevienova.com/2008/01/14/how-to-connect-to-sql-server-vs-tfs-etc-using-windows-authentication-when-computer-is-not-on-active-directory-domain-xp-and-vista/#comment-160560</guid>
		<description>Thanks alot for this, i was able to launch MS SQL Server Management Studio just like if I was on the domain...&lt;br&gt;&lt;br&gt;When the Mgt Studio loads it still shows my local credentials in the grayed out box, but if I click ok it connects without any problem. Funny thing is that if I load the app with usual runas procedure (right click run as), that doesn&#039;t work at all...&lt;br&gt;&lt;br&gt;Now I just created an icon with the following command:&lt;br&gt;C:WindowsSystem32runas.exe /netonly /user:domainusername “C:Program FilesMicrosoft SQL Server90ToolsBinnVSShellCommon7IDESqlWb.exe”&lt;br&gt;&lt;br&gt;I get prompted for a password in the dos window and that&#039;s it.&lt;br&gt;&lt;br&gt;Thanks again!</description>
		<content:encoded><![CDATA[<p>Thanks alot for this, i was able to launch MS SQL Server Management Studio just like if I was on the domain&#8230;</p>
<p>When the Mgt Studio loads it still shows my local credentials in the grayed out box, but if I click ok it connects without any problem. Funny thing is that if I load the app with usual runas procedure (right click run as), that doesn&#39;t work at all&#8230;</p>
<p>Now I just created an icon with the following command:<br />C:WindowsSystem32runas.exe /netonly /user:domainusername “C:Program FilesMicrosoft SQL Server90ToolsBinnVSShellCommon7IDESqlWb.exe”</p>
<p>I get prompted for a password in the dos window and that&#39;s it.</p>
<p>Thanks again!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hans Hilzinger</title>
		<link>http://blog.stevienova.com/2008/01/14/how-to-connect-to-sql-server-vs-tfs-etc-using-windows-authentication-when-computer-is-not-on-active-directory-domain-xp-and-vista/comment-page-1/#comment-160471</link>
		<dc:creator>Hans Hilzinger</dc:creator>
		<pubDate>Thu, 10 Sep 2009 08:17:42 +0000</pubDate>
		<guid isPermaLink="false">http://blog.stevienova.com/2008/01/14/how-to-connect-to-sql-server-vs-tfs-etc-using-windows-authentication-when-computer-is-not-on-active-directory-domain-xp-and-vista/#comment-160471</guid>
		<description>Xcellent stuff. I am in exactly this position using windows 7 and the above works just great.&lt;br&gt;&lt;br&gt;Much appreciated&lt;br&gt;Hans</description>
		<content:encoded><![CDATA[<p>Xcellent stuff. I am in exactly this position using windows 7 and the above works just great.</p>
<p>Much appreciated<br />Hans</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Piet</title>
		<link>http://blog.stevienova.com/2008/01/14/how-to-connect-to-sql-server-vs-tfs-etc-using-windows-authentication-when-computer-is-not-on-active-directory-domain-xp-and-vista/comment-page-1/#comment-158349</link>
		<dc:creator>Piet</dc:creator>
		<pubDate>Mon, 06 Jul 2009 11:52:35 +0000</pubDate>
		<guid isPermaLink="false">http://blog.stevienova.com/2008/01/14/how-to-connect-to-sql-server-vs-tfs-etc-using-windows-authentication-when-computer-is-not-on-active-directory-domain-xp-and-vista/#comment-158349</guid>
		<description>Brilliant, just what i needed to know!

The XP-trick using \\\C$ doesn&#039;t work with MSSQL 2008 anymore it seems, but the &#039;Vista&#039; approach works very nicely.
Thanks a lot!</description>
		<content:encoded><![CDATA[<p>Brilliant, just what i needed to know!</p>
<p>The XP-trick using \\\C$ doesn&#8217;t work with MSSQL 2008 anymore it seems, but the &#8216;Vista&#8217; approach works very nicely.<br />
Thanks a lot!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Adnan</title>
		<link>http://blog.stevienova.com/2008/01/14/how-to-connect-to-sql-server-vs-tfs-etc-using-windows-authentication-when-computer-is-not-on-active-directory-domain-xp-and-vista/comment-page-1/#comment-134402</link>
		<dc:creator>Adnan</dc:creator>
		<pubDate>Tue, 27 Jan 2009 15:03:42 +0000</pubDate>
		<guid isPermaLink="false">http://blog.stevienova.com/2008/01/14/how-to-connect-to-sql-server-vs-tfs-etc-using-windows-authentication-when-computer-is-not-on-active-directory-domain-xp-and-vista/#comment-134402</guid>
		<description>That trick worked fine for Vista and Windows 7 as well. I was getting TFS31004 error before and running the application as the domain user fixed the problem. Thanks.</description>
		<content:encoded><![CDATA[<p>That trick worked fine for Vista and Windows 7 as well. I was getting TFS31004 error before and running the application as the domain user fixed the problem. Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gary</title>
		<link>http://blog.stevienova.com/2008/01/14/how-to-connect-to-sql-server-vs-tfs-etc-using-windows-authentication-when-computer-is-not-on-active-directory-domain-xp-and-vista/comment-page-1/#comment-122414</link>
		<dc:creator>Gary</dc:creator>
		<pubDate>Tue, 21 Oct 2008 15:00:45 +0000</pubDate>
		<guid isPermaLink="false">http://blog.stevienova.com/2008/01/14/how-to-connect-to-sql-server-vs-tfs-etc-using-windows-authentication-when-computer-is-not-on-active-directory-domain-xp-and-vista/#comment-122414</guid>
		<description>You&#039;re my hero.</description>
		<content:encoded><![CDATA[<p>You&#8217;re my hero.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David</title>
		<link>http://blog.stevienova.com/2008/01/14/how-to-connect-to-sql-server-vs-tfs-etc-using-windows-authentication-when-computer-is-not-on-active-directory-domain-xp-and-vista/comment-page-1/#comment-118401</link>
		<dc:creator>David</dc:creator>
		<pubDate>Thu, 28 Aug 2008 09:23:12 +0000</pubDate>
		<guid isPermaLink="false">http://blog.stevienova.com/2008/01/14/how-to-connect-to-sql-server-vs-tfs-etc-using-windows-authentication-when-computer-is-not-on-active-directory-domain-xp-and-vista/#comment-118401</guid>
		<description>Thank you, that made life sooo much easier</description>
		<content:encoded><![CDATA[<p>Thank you, that made life sooo much easier</p>
]]></content:encoded>
	</item>
</channel>
</rss>
