<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="https://www.omnidex.com/docs/v54/lib/exe/css.php?s=feed" type="text/css"?>
<rdf:RDF
    xmlns="http://purl.org/rss/1.0/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel rdf:about="https://www.omnidex.com/docs/v54/feed.php">
        <title>Documentation dev:dbprocs:sqlserver</title>
        <description></description>
        <link>https://www.omnidex.com/docs/v54/</link>
        <image rdf:resource="https://www.omnidex.com/docs/v54/lib/tpl/simple/images/favicon.ico" />
       <dc:date>2026-06-17T04:20:10+0000</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="https://www.omnidex.com/docs/v54/doku.php?id=dev:dbprocs:sqlserver:home&amp;rev=1467153531&amp;do=diff"/>
                <rdf:li rdf:resource="https://www.omnidex.com/docs/v54/doku.php?id=dev:dbprocs:sqlserver:sample_code&amp;rev=1467153531&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="https://www.omnidex.com/docs/v54/lib/tpl/simple/images/favicon.ico">
        <title>Documentation</title>
        <link>https://www.omnidex.com/docs/v54/</link>
        <url>https://www.omnidex.com/docs/v54/lib/tpl/simple/images/favicon.ico</url>
    </image>
    <item rdf:about="https://www.omnidex.com/docs/v54/doku.php?id=dev:dbprocs:sqlserver:home&amp;rev=1467153531&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2016-06-28T22:38:51+0000</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>dev:dbprocs:sqlserver:home</title>
        <link>https://www.omnidex.com/docs/v54/doku.php?id=dev:dbprocs:sqlserver:home&amp;rev=1467153531&amp;do=diff</link>
        <description>SQL Server Stored Procedure Interface

The SQL Server Stored Procedure Interface comes in the form of Extended Stored Procedures.

	*   SQL Server Stored Procedure Example 

Installation

With the SQL Server Stored Procedure Interface dll, odxplssv.dll, in place in the OMNIDEX_HOME/bin directory, the following SQL script can be run in SQL Query Analyzer to install the extended stored procedures in the Master database.</description>
    </item>
    <item rdf:about="https://www.omnidex.com/docs/v54/doku.php?id=dev:dbprocs:sqlserver:sample_code&amp;rev=1467153531&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2016-06-28T22:38:51+0000</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>dev:dbprocs:sqlserver:sample_code</title>
        <link>https://www.omnidex.com/docs/v54/doku.php?id=dev:dbprocs:sqlserver:sample_code&amp;rev=1467153531&amp;do=diff</link>
        <description>SQL Server Stored Procedure Example


begin
  declare @status       int
  declare @instance_num int
  declare @cursor_num   int
  declare @child_cursor int
  declare @qual_count   int
  declare @customer_num int
  declare @company      varchar(42)
  declare @contact      varchar(26)
  declare @date_tickler datetime
  declare @tickler      varchar(4)
  declare @initials     varchar(6)
  declare @action_info  varchar(62)
  declare @message      varchar(256)
  declare @counter      int

  -- openin…</description>
    </item>
</rdf:RDF>
