<?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:creativeCommons="http://backend.userland.com/creativeCommonsRssModule"	> <channel><title>Comments on: HOWTO: Setup SQL Server Linked Server to MySQL</title> <atom:link href="http://www.ideaexcursion.com/2009/02/25/howto-setup-sql-server-linked-server-to-mysql/feed/" rel="self" type="application/rss+xml" /><link>http://www.ideaexcursion.com/2009/02/25/howto-setup-sql-server-linked-server-to-mysql/</link> <description>Technology Musings</description> <lastBuildDate>Sat, 04 Feb 2012 00:04:25 +0000</lastBuildDate> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.1</generator> <item><title>By: Phil</title><link>http://www.ideaexcursion.com/2009/02/25/howto-setup-sql-server-linked-server-to-mysql/comment-page-2/#comment-629</link> <dc:creator>Phil</dc:creator> <pubDate>Tue, 10 Jan 2012 15:24:49 +0000</pubDate> <guid isPermaLink="false">http://www.ideaexcursion.com/?p=558#comment-629</guid> <description>Thanks - this article was a great help.</description> <content:encoded><![CDATA[<p>Thanks &#8211; this article was a great help.</p> ]]></content:encoded> </item> <item><title>By: Leyla</title><link>http://www.ideaexcursion.com/2009/02/25/howto-setup-sql-server-linked-server-to-mysql/comment-page-2/#comment-623</link> <dc:creator>Leyla</dc:creator> <pubDate>Fri, 30 Dec 2011 17:42:45 +0000</pubDate> <guid isPermaLink="false">http://www.ideaexcursion.com/?p=558#comment-623</guid> <description>@Taylor : Thanks alot, it was so helpful and quick.</description> <content:encoded><![CDATA[<p>@Taylor : Thanks alot, it was so helpful and quick.</p> ]]></content:encoded> </item> <item><title>By: Waldon</title><link>http://www.ideaexcursion.com/2009/02/25/howto-setup-sql-server-linked-server-to-mysql/comment-page-2/#comment-620</link> <dc:creator>Waldon</dc:creator> <pubDate>Thu, 15 Dec 2011 20:47:54 +0000</pubDate> <guid isPermaLink="false">http://www.ideaexcursion.com/?p=558#comment-620</guid> <description>Wow, just got it to work!  Just had to use:Select * from openquery(LinkSrv1, ‘Select * from DB1..table1?)DUH.</description> <content:encoded><![CDATA[<p>Wow, just got it to work!  Just had to use:</p><p>Select * from openquery(LinkSrv1, ‘Select * from DB1..table1?)</p><p>DUH.</p> ]]></content:encoded> </item> <item><title>By: Waldon</title><link>http://www.ideaexcursion.com/2009/02/25/howto-setup-sql-server-linked-server-to-mysql/comment-page-2/#comment-619</link> <dc:creator>Waldon</dc:creator> <pubDate>Thu, 15 Dec 2011 20:33:05 +0000</pubDate> <guid isPermaLink="false">http://www.ideaexcursion.com/?p=558#comment-619</guid> <description>I have been able to set up the ODBC data sourse(s), and they test OK.  I have been able to configure the MSDASQL provider as indicated, and I have been able to create the linked server.  I can open the catalog, database, and see the table names.When I try to do a select, however, I just get errors:Select * from LinkSrv1.DB1..table1gives Msg 7399 ...error. provider did not give info, and Msg 7312, Invalid use of shema or catalog.  Four part name supplied, but the provider does not expose the needed interface to use catalog or schema....Select * from openquery(LinkSrv1, &#039;Select * from LinkSrv1.DB1..table1&#039;)givesOLE DB provider &quot;MSDASQL&quot; for linked server returned message ... You have an error in your SQL syntax; ... check for syntax near ..table1andMsg 7350, Level 16, State 2, Line 1 Cannot get the column information from OLE DB provider ...AND if I try Select * from LinkSrv1.DB1.table1I get Msg 208 Invalid object name...Any ideas??  All help is greatly appreciated.</description> <content:encoded><![CDATA[<p>I have been able to set up the ODBC data sourse(s), and they test OK.  I have been able to configure the MSDASQL provider as indicated, and I have been able to create the linked server.  I can open the catalog, database, and see the table names.</p><p>When I try to do a select, however, I just get errors:</p><p>Select * from LinkSrv1.DB1..table1</p><p>gives Msg 7399 &#8230;error. provider did not give info, and<br /> Msg 7312, Invalid use of shema or catalog.  Four part name supplied, but the provider does not expose the needed interface to use catalog or schema.</p><p>&#8230;</p><p>Select * from openquery(LinkSrv1, &#8216;Select * from LinkSrv1.DB1..table1&#8242;)</p><p>gives</p><p>OLE DB provider &#8220;MSDASQL&#8221; for linked server returned message &#8230; You have an error in your SQL syntax; &#8230; check for syntax near ..table1</p><p>and</p><p>Msg 7350, Level 16, State 2, Line 1<br /> Cannot get the column information from OLE DB provider &#8230;</p><p>AND if I try Select * from LinkSrv1.DB1.table1</p><p>I get Msg 208 Invalid object name&#8230;</p><p>Any ideas??  All help is greatly appreciated.</p> ]]></content:encoded> </item> <item><title>By: Victor</title><link>http://www.ideaexcursion.com/2009/02/25/howto-setup-sql-server-linked-server-to-mysql/comment-page-2/#comment-615</link> <dc:creator>Victor</dc:creator> <pubDate>Sat, 26 Nov 2011 23:55:10 +0000</pubDate> <guid isPermaLink="false">http://www.ideaexcursion.com/?p=558#comment-615</guid> <description>@Taylor You are awesome.  THANK YOU!</description> <content:encoded><![CDATA[<p>@Taylor<br /> You are awesome.  THANK YOU!</p> ]]></content:encoded> </item> <item><title>By: Daniel Costa</title><link>http://www.ideaexcursion.com/2009/02/25/howto-setup-sql-server-linked-server-to-mysql/comment-page-2/#comment-609</link> <dc:creator>Daniel Costa</dc:creator> <pubDate>Wed, 16 Nov 2011 23:37:58 +0000</pubDate> <guid isPermaLink="false">http://www.ideaexcursion.com/?p=558#comment-609</guid> <description>Hello,I find a solution to this, and I put it to my Blog: http://blog.danielcosta.pt/?p=492There is a problem using this driver, and with semicolon separated files.Hope this help!Daniel Costa</description> <content:encoded><![CDATA[<p>Hello,</p><p>I find a solution to this, and I put it to my Blog:<br /> <a href="http://blog.danielcosta.pt/?p=492" rel="nofollow">http://blog.danielcosta.pt/?p=492</a></p><p>There is a problem using this driver, and with semicolon separated files.</p><p>Hope this help!</p><p>Daniel Costa</p> ]]></content:encoded> </item> <item><title>By: Taylor Gerring</title><link>http://www.ideaexcursion.com/2009/02/25/howto-setup-sql-server-linked-server-to-mysql/comment-page-2/#comment-607</link> <dc:creator>Taylor Gerring</dc:creator> <pubDate>Tue, 15 Nov 2011 18:03:14 +0000</pubDate> <guid isPermaLink="false">http://www.ideaexcursion.com/?p=558#comment-607</guid> <description>@VictorMy inital feeling is that you need to connect with known valid credentials. If you&#039;re using Windows Authentication, I&#039;m not sure how MySQL could possibly know about that AD account.Try adding a user to MySQL (don&#039;t forget to issue a FLUSH PRIVILEGES) and validating that you can connect using native tools (i.e. phpMyAdmin, MySQL Workbench, etc.) Once that works, only then try to connect via Linked Server.</description> <content:encoded><![CDATA[<p>@Victor</p><p>My inital feeling is that you need to connect with known valid credentials. If you&#8217;re using Windows Authentication, I&#8217;m not sure how MySQL could possibly know about that AD account.</p><p>Try adding a user to MySQL (don&#8217;t forget to issue a FLUSH PRIVILEGES) and validating that you can connect using native tools (i.e. phpMyAdmin, MySQL Workbench, etc.) Once that works, only then try to connect via Linked Server.</p> ]]></content:encoded> </item> <item><title>By: Victor</title><link>http://www.ideaexcursion.com/2009/02/25/howto-setup-sql-server-linked-server-to-mysql/comment-page-2/#comment-606</link> <dc:creator>Victor</dc:creator> <pubDate>Tue, 15 Nov 2011 03:50:40 +0000</pubDate> <guid isPermaLink="false">http://www.ideaexcursion.com/?p=558#comment-606</guid> <description>Taylor, Hoping to get some help from you.  I am good all the way up to setting the ODBC driver and with test connection successful.  But when i try to Create Linked Server to MySQL, I got this error: The OLE DB Provider &quot;SQLNCLI10&quot; for linked Server &quot;MYSQLAPP&quot; reported an error. Cannot initialize the data source object of OLE DB provider &quot;SQLNCLI10&quot; for linked server &quot;MYSQLAPP&quot; OLE DB Provider &quot;SQLNCLI10&quot; for linked server &quot;MYSQLAPP&quot; returned message &quot;invalid authorization sepcification&quot;. )Microsoft SQL Server Error 7399)I am using SQLEXPRESS 2008 on my laptop and window authentication for password.  There is no other user. Any suggestion? thanks</description> <content:encoded><![CDATA[<p>Taylor, Hoping to get some help from you.  I am good all the way up to setting the ODBC driver and with test connection successful.  But when i try to Create Linked Server to MySQL, I got this error:<br /> The OLE DB Provider &#8220;SQLNCLI10&#8243; for linked Server &#8220;MYSQLAPP&#8221; reported an error.<br /> Cannot initialize the data source object of OLE DB provider &#8220;SQLNCLI10&#8243; for linked server &#8220;MYSQLAPP&#8221;<br /> OLE DB Provider &#8220;SQLNCLI10&#8243; for linked server &#8220;MYSQLAPP&#8221; returned message &#8220;invalid authorization sepcification&#8221;. )Microsoft SQL Server Error 7399)</p><p>I am using SQLEXPRESS 2008 on my laptop and window authentication for password.  There is no other user.<br /> Any suggestion? thanks</p> ]]></content:encoded> </item> <item><title>By: Lin</title><link>http://www.ideaexcursion.com/2009/02/25/howto-setup-sql-server-linked-server-to-mysql/comment-page-2/#comment-598</link> <dc:creator>Lin</dc:creator> <pubDate>Wed, 05 Oct 2011 19:22:40 +0000</pubDate> <guid isPermaLink="false">http://www.ideaexcursion.com/?p=558#comment-598</guid> <description>For those having below error, just try to replace mySQL name from FQDN to IP, it worked, don&#039;t know why.Cannot initialize the data source object of OLE DB provider “MSDASQL” for linked server “test3?</description> <content:encoded><![CDATA[<p>For those having below error, just try to replace mySQL name from FQDN to IP, it worked, don&#8217;t know why.</p><p>Cannot initialize the data source object of OLE DB provider “MSDASQL” for linked server “test3?</p> ]]></content:encoded> </item> <item><title>By: John</title><link>http://www.ideaexcursion.com/2009/02/25/howto-setup-sql-server-linked-server-to-mysql/comment-page-2/#comment-563</link> <dc:creator>John</dc:creator> <pubDate>Mon, 25 Jul 2011 16:01:36 +0000</pubDate> <guid isPermaLink="false">http://www.ideaexcursion.com/?p=558#comment-563</guid> <description>bx, i hope you realized that you have a typo in your statement.it is &#039;odbcad32&#039; not &#039;obdcad32&#039;, and even then you could simply just go Programs -&gt; Administrative Tools -&gt; Data Sources (ODBC) to access your panel.-------------------------------------- Response: bxJuly 15th, 2011 at 10:20 amJust doing: Run &gt; cmd &gt; obdcad32Didn’t get ‘er done…I had to open 32 bit odbc connector by entering this in cmd: C:\Windows\SysWOW64\odbcad32.exe--------------------------------------</description> <content:encoded><![CDATA[<p>bx,<br /> i hope you realized that you have a typo in your statement.</p><p> it is &#8216;odbcad32&#8242; not &#8216;obdcad32&#8242;, and even then you could simply just go Programs -&gt; Administrative Tools -&gt; Data Sources (ODBC) to access your panel.</p><p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;<br /> Response:<br /> bx</p><p>July 15th, 2011 at 10:20 am</p><p>Just doing:<br /> Run &gt; cmd &gt; obdcad32</p><p>Didn’t get ‘er done…</p><p>I had to open 32 bit odbc connector by entering this in cmd:<br /> C:\Windows\SysWOW64\odbcad32.exe</p><p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;</p> ]]></content:encoded> </item> </channel> </rss>
<!-- Served from: www.ideaexcursion.com @ 2012-02-07 08:14:08 by W3 Total Cache -->
