<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Connecting to MS SQL Server using EXEC SQL in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/connecting-to-ms-sql-server-using-exec-sql/m-p/824112#M43005</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Vaughan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;what platform and database is used on your SAP Application and Database Server?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Gregor&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 06 Oct 2004 20:15:10 GMT</pubDate>
    <dc:creator>gregorw</dc:creator>
    <dc:date>2004-10-06T20:15:10Z</dc:date>
    <item>
      <title>Connecting to MS SQL Server using EXEC SQL</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/connecting-to-ms-sql-server-using-exec-sql/m-p/824111#M43004</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi guys,&lt;/P&gt;&lt;P&gt;You are about my last hope...&lt;/P&gt;&lt;P&gt;I am trying to connect to SQL Server from SAP.&lt;/P&gt;&lt;P&gt;I have a DBCON entry set up, and I have this piece of code which seems to want to work:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;EXEC SQL.&lt;/P&gt;&lt;P&gt;  CONNECT TO 'WFS_SQL' AS 'W'&lt;/P&gt;&lt;P&gt;ENDEXEC.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;EXEC SQL.&lt;/P&gt;&lt;P&gt; SET CONNECTION 'W'&lt;/P&gt;&lt;P&gt;ENDEXEC.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;EXEC SQL PERFORMING WRITE_STATION.&lt;/P&gt;&lt;P&gt;  SELECT STATION INTO :WA_STATION from STATIONS;&lt;/P&gt;&lt;P&gt;ENDEXEC.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But when I run it, SM21 reports 'No shared library found for the database with ID WFS_SQL'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This makes me think that my MS Sql Server (2000) needs to be 'listening' for the inbound connection. Searching through google, I keep coming back to TNS, but when I did deeper, all references talk about Oracle, not MSSQL.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So the question then, is how can I make MS SQL Server 'listen' for the connection from SAP?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help you can give gratefully appreciated!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Vaughan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Oct 2004 18:24:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/connecting-to-ms-sql-server-using-exec-sql/m-p/824111#M43004</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2004-10-06T18:24:25Z</dc:date>
    </item>
    <item>
      <title>Re: Connecting to MS SQL Server using EXEC SQL</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/connecting-to-ms-sql-server-using-exec-sql/m-p/824112#M43005</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Vaughan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;what platform and database is used on your SAP Application and Database Server?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Gregor&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Oct 2004 20:15:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/connecting-to-ms-sql-server-using-exec-sql/m-p/824112#M43005</guid>
      <dc:creator>gregorw</dc:creator>
      <dc:date>2004-10-06T20:15:10Z</dc:date>
    </item>
    <item>
      <title>Re: Connecting to MS SQL Server using EXEC SQL</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/connecting-to-ms-sql-server-using-exec-sql/m-p/824113#M43006</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Gregor,&lt;/P&gt;&lt;P&gt;We are on Oracle over Unix.&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Vaughan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Oct 2004 13:35:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/connecting-to-ms-sql-server-using-exec-sql/m-p/824113#M43006</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2004-10-07T13:35:11Z</dc:date>
    </item>
    <item>
      <title>Re: Connecting to MS SQL Server using EXEC SQL</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/connecting-to-ms-sql-server-using-exec-sql/m-p/824114#M43007</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;We are connecting to MS SQL from SAP with no issues. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Two things:&lt;/P&gt;&lt;P&gt;1) What is the user profile that is connecting to your MS SQL database? &lt;/P&gt;&lt;P&gt;2) Have you installed the correct providers so the two databases can talk?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Oct 2004 15:35:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/connecting-to-ms-sql-server-using-exec-sql/m-p/824114#M43007</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2004-10-07T15:35:36Z</dc:date>
    </item>
    <item>
      <title>Re: Connecting to MS SQL Server using EXEC SQL</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/connecting-to-ms-sql-server-using-exec-sql/m-p/824115#M43008</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Aha! This may be it. &lt;/P&gt;&lt;P&gt;Step 1: The profile we know to be okay.&lt;/P&gt;&lt;P&gt;Step 2: What providers would they be then? I think this is where the problem lies. I don't know what to look for to know what to install on the windows side...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Oct 2004 15:41:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/connecting-to-ms-sql-server-using-exec-sql/m-p/824115#M43008</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2004-10-07T15:41:04Z</dc:date>
    </item>
    <item>
      <title>Re: Connecting to MS SQL Server using EXEC SQL</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/connecting-to-ms-sql-server-using-exec-sql/m-p/824116#M43009</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Vaughan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;look at SAP Note #178949 here you got a description of a Database Connect to MSSQL. But at least one Windows application server must be available on the R/3 system and the DBSL dynamic library (DLL) dbmssslib.dll.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Gregor&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Oct 2004 21:58:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/connecting-to-ms-sql-server-using-exec-sql/m-p/824116#M43009</guid>
      <dc:creator>gregorw</dc:creator>
      <dc:date>2004-10-07T21:58:27Z</dc:date>
    </item>
  </channel>
</rss>

