<?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 for Bravesoft Blog</title>
	<atom:link href="http://www.bravesoft.com/blog/?feed=comments-rss2" rel="self" type="application/rss+xml" />
	<link>http://www.bravesoft.com/blog</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Mon,  1 Feb 2010 00:29:05 -0500</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.3</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on SQL Server &#8211; Extract Active Directory Data into Table by Kurin Lambert</title>
		<link>http://www.bravesoft.com/blog/?p=24&#038;cpage=1#comment-758</link>
		<dc:creator>Kurin Lambert</dc:creator>
		<pubDate>Mon, 01 Feb 2010 00:29:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.bravesoft.com/blog/?p=24#comment-758</guid>
		<description>&lt;a href=&quot;#comment-606&quot; rel=&quot;nofollow&quot;&gt;@Lawrence Bird  &lt;/a&gt; 

Hi Lawrence. Although I have not yet ran this code on a 2008 server, I would be surprised if that is what is causing your problem. Are you storing your query in a variable and then passing to OPENQUERY? OPENQUERY does not accept a variable for the query and will throw an error like the one above.</description>
		<content:encoded><![CDATA[<p><a href="#comment-606" rel="nofollow">@Lawrence Bird  </a> </p>
<p>Hi Lawrence. Although I have not yet ran this code on a 2008 server, I would be surprised if that is what is causing your problem. Are you storing your query in a variable and then passing to OPENQUERY? OPENQUERY does not accept a variable for the query and will throw an error like the one above.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on SQL Server &#8211; Extract Active Directory Data into Table by Lawrence Bird</title>
		<link>http://www.bravesoft.com/blog/?p=24&#038;cpage=1#comment-664</link>
		<dc:creator>Lawrence Bird</dc:creator>
		<pubDate>Mon, 18 Jan 2010 19:50:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.bravesoft.com/blog/?p=24#comment-664</guid>
		<description>ARE YOU EVER GOING TO MODERATE!!!!!

BTW: It would appear that the query is shortened? Every time I write more it chops off more and every time I remove attributes more of the code is run???</description>
		<content:encoded><![CDATA[<p>ARE YOU EVER GOING TO MODERATE!!!!!</p>
<p>BTW: It would appear that the query is shortened? Every time I write more it chops off more and every time I remove attributes more of the code is run???</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on SQL Server &#8211; Extract Active Directory Data into Table by Lawrence Bird</title>
		<link>http://www.bravesoft.com/blog/?p=24&#038;cpage=1#comment-606</link>
		<dc:creator>Lawrence Bird</dc:creator>
		<pubDate>Sun, 10 Jan 2010 12:48:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.bravesoft.com/blog/?p=24#comment-606</guid>
		<description>Hi there, this code is just what I&#039;ve been looking for but when I attempt to execute the command, I get the error &#039;Unknown Syntax near &#039;OPENQUER&#039; even though I have typed the code exactly as specified. Is it because I am using SQL SERVER 2008? Thanks</description>
		<content:encoded><![CDATA[<p>Hi there, this code is just what I&#8217;ve been looking for but when I attempt to execute the command, I get the error &#8216;Unknown Syntax near &#8216;OPENQUER&#8217; even though I have typed the code exactly as specified. Is it because I am using SQL SERVER 2008? Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on SQL Server &#8211; Extract Active Directory Data into Table by Kurin Lambert</title>
		<link>http://www.bravesoft.com/blog/?p=24&#038;cpage=1#comment-59</link>
		<dc:creator>Kurin Lambert</dc:creator>
		<pubDate>Mon, 09 Nov 2009 16:26:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.bravesoft.com/blog/?p=24#comment-59</guid>
		<description>&lt;a href=&quot;#comment-22&quot; rel=&quot;nofollow&quot;&gt;@Bob Abeles  &lt;/a&gt; 
Bobby,

LDAP connections to active directory from sql server are ready only. Therefore you cannot issue any &#039;update&#039; sql statements. However you can use vb script to update active directory using ldap adsi. Do a web search for &#039;update active directory using ldap adsi vbs&#039; and you should find several examples.</description>
		<content:encoded><![CDATA[<p><a href="#comment-22" rel="nofollow">@Bob Abeles  </a><br />
Bobby,</p>
<p>LDAP connections to active directory from sql server are ready only. Therefore you cannot issue any &#8216;update&#8217; sql statements. However you can use vb script to update active directory using ldap adsi. Do a web search for &#8216;update active directory using ldap adsi vbs&#8217; and you should find several examples.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on SQL Server &#8211; Extract Active Directory Data into Table by Bob Abeles</title>
		<link>http://www.bravesoft.com/blog/?p=24&#038;cpage=1#comment-22</link>
		<dc:creator>Bob Abeles</dc:creator>
		<pubDate>Wed, 04 Nov 2009 13:31:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.bravesoft.com/blog/?p=24#comment-22</guid>
		<description>Kurin - I have a client that we need to do the reverse from your post. They have a MSSQL Database with over 500 user accounts. We need to have a method to export names/passwords from SQL to Active Directory to prevent the manual input as well. We are going to be implementing Microsoft TS to eliminate Browser issues on the clients we are having with a particular application. If you can provide info on the reverse strategy I would appreciate it.

I am not A SQL DB and need your advise 

Bobby</description>
		<content:encoded><![CDATA[<p>Kurin &#8211; I have a client that we need to do the reverse from your post. They have a MSSQL Database with over 500 user accounts. We need to have a method to export names/passwords from SQL to Active Directory to prevent the manual input as well. We are going to be implementing Microsoft TS to eliminate Browser issues on the clients we are having with a particular application. If you can provide info on the reverse strategy I would appreciate it.</p>
<p>I am not A SQL DB and need your advise </p>
<p>Bobby</p>
]]></content:encoded>
	</item>
</channel>
</rss>

