<?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: Read Tables from SQL Server in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/read-tables-from-sql-server/m-p/949831#M64989</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;help&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 02 Aug 2005 05:45:46 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2005-08-02T05:45:46Z</dc:date>
    <item>
      <title>Read Tables from SQL Server</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/read-tables-from-sql-server/m-p/949817#M64975</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi i have to read certain tables from our local SQL Server how can i do that, can somebody explaing wid example.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanx&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;abhishek suppal&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 30 Jul 2005 05:09:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/read-tables-from-sql-server/m-p/949817#M64975</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-07-30T05:09:16Z</dc:date>
    </item>
    <item>
      <title>Re: Read Tables from SQL Server</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/read-tables-from-sql-server/m-p/949818#M64976</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, I think you want to read a table directly from DataBase Layer, not from R3, right?&lt;/P&gt;&lt;P&gt;You can reference following link:&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw04/helpdata/en/fc/eb3b8b358411d1829f0000e829fbfe/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw04/helpdata/en/fc/eb3b8b358411d1829f0000e829fbfe/frameset.htm&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 30 Jul 2005 05:38:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/read-tables-from-sql-server/m-p/949818#M64976</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-07-30T05:38:41Z</dc:date>
    </item>
    <item>
      <title>Re: Read Tables from SQL Server</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/read-tables-from-sql-server/m-p/949819#M64977</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;check out OSS Note No. 323151&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Raja&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 30 Jul 2005 05:53:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/read-tables-from-sql-server/m-p/949819#M64977</guid>
      <dc:creator>athavanraja</dc:creator>
      <dc:date>2005-07-30T05:53:59Z</dc:date>
    </item>
    <item>
      <title>Re: Read Tables from SQL Server</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/read-tables-from-sql-server/m-p/949820#M64978</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No that's not wat i want , we have SAP server on ORACLE and i want to read tables from our local SQL Server no that of SAP, we r running some applications on our SQL, so i want to read those tables and want to update in SAP.&lt;/P&gt;&lt;P&gt;i hope i have cleared my query.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;abhishek&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 30 Jul 2005 05:54:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/read-tables-from-sql-server/m-p/949820#M64978</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-07-30T05:54:07Z</dc:date>
    </item>
    <item>
      <title>Re: Read Tables from SQL Server</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/read-tables-from-sql-server/m-p/949821#M64979</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, I understand what you mean now.&lt;/P&gt;&lt;P&gt;You want to read data from a External SQL SERVER from SAP, right?&lt;/P&gt;&lt;P&gt;Then in my opinion, three way can achive it.&lt;/P&gt;&lt;P&gt;1. XI  you can create a scenario in XI like this,  create a RFC in your R3, as a request interface. In XI, just mappinig the input parameter from RFC, and transform them to be a JDBC request to SQL SERVER, get them from it and through a return interface to the R3. As it is a synchronous scenario, maybe BPM is necessary.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. Dotnet Connector. As you want to read data from SQL SERVER, install a Dotnet Connector on SQL SERVER side. Configure a RFC call server on its side, also creat a RFC on your R3 side. Create the RFC connection between them.&lt;/P&gt;&lt;P&gt;Then when the R3 need data, it can call the RFC remotely to the Dotnet(SQL SERVER) side, get data from them.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3. You can excute external command from R3 though some FM, like CL_GUI_FRONTEND_SERVICES-EXECUTE, WS_EXECUTE and so on. Though them, you can run some tool of SQL SERVER to get the data in a console. Next, just save data into a file,  and read the file into R3. If you can directly store them into R3 looks better, but I'm not very familiar the tools of SQL SERVER.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That's my opinion, hope it will be helpful and productive.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 30 Jul 2005 06:21:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/read-tables-from-sql-server/m-p/949821#M64979</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-07-30T06:21:01Z</dc:date>
    </item>
    <item>
      <title>Re: Read Tables from SQL Server</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/read-tables-from-sql-server/m-p/949822#M64980</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You need to maintain the SQL Server connection details in table DBCON.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Further, you can use the connection id (say given as 'ID' )to connect using native sql.&lt;/P&gt;&lt;P&gt;e.g.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;EXEC SQL.&lt;/P&gt;&lt;P&gt;connect 'ID'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;END EXEC.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;cheers,&lt;/P&gt;&lt;P&gt;Ram&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 30 Jul 2005 06:34:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/read-tables-from-sql-server/m-p/949822#M64980</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-07-30T06:34:56Z</dc:date>
    </item>
    <item>
      <title>Re: Read Tables from SQL Server</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/read-tables-from-sql-server/m-p/949823#M64981</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;check out the oss note i mentioned (323151). It has got the clear explanation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Raja&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 30 Jul 2005 06:38:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/read-tables-from-sql-server/m-p/949823#M64981</guid>
      <dc:creator>athavanraja</dc:creator>
      <dc:date>2005-07-30T06:38:02Z</dc:date>
    </item>
    <item>
      <title>Re: Read Tables from SQL Server</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/read-tables-from-sql-server/m-p/949824#M64982</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanx&lt;/P&gt;&lt;P&gt;but is there not a function or rfc thru which i can directly read tableof my EXTERNAL SQL Server, one way is that i run SQL Server tool and create some txt file thru it and then in SAP write program to read that file and update my SAP tables, that can be done i know, but i don't want to put any middle layer i want to read directly SQL tables thru ABAP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;abhishek suppal&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 30 Jul 2005 06:39:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/read-tables-from-sql-server/m-p/949824#M64982</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-07-30T06:39:04Z</dc:date>
    </item>
    <item>
      <title>Re: Read Tables from SQL Server</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/read-tables-from-sql-server/m-p/949825#M64983</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Raja,&lt;/P&gt;&lt;P&gt;i have also tried using DBCON but i am not able to do so as it gives dump i don't know why.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;abhishek suppal&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 30 Jul 2005 06:40:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/read-tables-from-sql-server/m-p/949825#M64983</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-07-30T06:40:13Z</dc:date>
    </item>
    <item>
      <title>Re: Read Tables from SQL Server</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/read-tables-from-sql-server/m-p/949826#M64984</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;it means that your connection is not being established.&lt;/P&gt;&lt;P&gt;Once it is done you can use SQL db's sql statements to select data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But first thing you need to ensure that you are able to connect to the sql db.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you should check the connection entries in DBCON to see if it it proper.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, there might be some config requierd at SQL databse end to allow connection.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The OSS notes on this should have all the info.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also did you check if SQL server is accessible from SAP.&lt;/P&gt;&lt;P&gt;first check - Ping sql ip.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Ram&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: Ram Manohar Tiwari&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 30 Jul 2005 06:46:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/read-tables-from-sql-server/m-p/949826#M64984</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-07-30T06:46:37Z</dc:date>
    </item>
    <item>
      <title>Re: Read Tables from SQL Server</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/read-tables-from-sql-server/m-p/949827#M64985</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i have used the following code and also check SQL Server is piginging&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in DBCO&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; i have entered in ADMIN&lt;/P&gt;&lt;P&gt;database conn : ADMIN&lt;/P&gt;&lt;P&gt;DBC = MSS&lt;/P&gt;&lt;P&gt;user name = sql_userid&lt;/P&gt;&lt;P&gt;passqord  = sql_pwd&lt;/P&gt;&lt;P&gt;connection information : MSSQL_SERVER=192.16.128.54\STAR;MSSQL_DBNAME=ADMIN&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;REPORT  ZCONNECTION                             .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;perform remote_access using 'ADMIN' .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FORM remote_access USING con_name LIKE dbcon-con_name.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;Test if connection 'con_name' has already been opened&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;  EXEC SQL.&lt;/P&gt;&lt;P&gt;    SET CONNECTION :con_name&lt;/P&gt;&lt;P&gt;  ENDEXEC.&lt;/P&gt;&lt;P&gt;  IF SY-SUBRC &amp;lt;&amp;gt; 0.&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  Connection not yet opened.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;    EXEC SQL.&lt;/P&gt;&lt;P&gt;      CONNECT TO :con_name&lt;/P&gt;&lt;P&gt;    ENDEXEC.&lt;/P&gt;&lt;P&gt;    IF SY-SUBRC &amp;lt;&amp;gt; 0.&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;    error handling&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;    ENDIF.&lt;/P&gt;&lt;P&gt;  ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;Do something on connection 'con_name'&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;  EXEC SQL.&lt;/P&gt;&lt;P&gt;    ...&lt;/P&gt;&lt;P&gt;  ENDEXEC.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;Commit the changes on 'con_name'&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;  EXEC SQL.&lt;/P&gt;&lt;P&gt;    COMMIT.&lt;/P&gt;&lt;P&gt;  ENDEXEC.&lt;/P&gt;&lt;P&gt;*&lt;/P&gt;&lt;UL&gt;&lt;UL&gt;&lt;LI level="2" type="ul"&gt;&lt;P&gt;Reset to "default connection"&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt; EXEC SQL.&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;   SET CONNECTION DEFAULT&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt; ENDEXEC.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ENDFORM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;its giving dump&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Error setting up a secondaty database connection&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;abhishek suppal&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 30 Jul 2005 07:02:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/read-tables-from-sql-server/m-p/949827#M64985</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-07-30T07:02:27Z</dc:date>
    </item>
    <item>
      <title>Re: Read Tables from SQL Server</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/read-tables-from-sql-server/m-p/949828#M64986</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am not sure if sy-subrc used in your program is actually going to provide you proper information.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I don't think you can belive sy-subrc here ..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try just connecting first ,rather than checking set connection and all...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;just use connect stmt and then a simple select stmt.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 30 Jul 2005 07:37:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/read-tables-from-sql-server/m-p/949828#M64986</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-07-30T07:37:13Z</dc:date>
    </item>
    <item>
      <title>Re: Read Tables from SQL Server</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/read-tables-from-sql-server/m-p/949829#M64987</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;dear ram,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i still get the same error&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;abhishek&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 30 Jul 2005 08:55:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/read-tables-from-sql-server/m-p/949829#M64987</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-07-30T08:55:11Z</dc:date>
    </item>
    <item>
      <title>Re: Read Tables from SQL Server</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/read-tables-from-sql-server/m-p/949830#M64988</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;can ny one help&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Aug 2005 14:33:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/read-tables-from-sql-server/m-p/949830#M64988</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-08-01T14:33:27Z</dc:date>
    </item>
    <item>
      <title>Re: Read Tables from SQL Server</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/read-tables-from-sql-server/m-p/949831#M64989</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;help&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Aug 2005 05:45:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/read-tables-from-sql-server/m-p/949831#M64989</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-08-02T05:45:46Z</dc:date>
    </item>
    <item>
      <title>Re: Read Tables from SQL Server</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/read-tables-from-sql-server/m-p/949832#M64990</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i am having the same dump problem, but after reading posts.  i have learned that you need to install the database library of SQL server but prerequisite is that you have at least one Windows OS application server as  the dll is a windows file.  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;our basis has downloaded the file from marketplace i am still awaiting for it to be installed so that i could simulate.  I believe this should solve the dump problem.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Mar 2007 18:01:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/read-tables-from-sql-server/m-p/949832#M64990</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-12T18:01:04Z</dc:date>
    </item>
  </channel>
</rss>

