<?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: SQL Server Next_RowID Stored Procedure in Data Management Questions</title>
    <link>https://community.esri.com/t5/data-management-questions/sql-server-next-rowid-stored-procedure/m-p/377147#M21432</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;What version of ArcGIS / ArcSDE are you using? Support for SQL is a new thing in 10 and extended in 10.1. It may be that the stored procedure you are trying to use does not exist in your geodatabase until a future upgrade to 10.1. Please note that an upgrade of an existing geodatabase is a separate operation from upgrading your client PC's ArcGIS for Desktop application. You may be running ArcGIS 10.1 locally, but still be connecting to a 10.0 or 9.3.1 geodatabase not having this stored procedure.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;By the way, I would like to strongly discourage you to tamper with any of the stored procedures or geodatabase system tables using SQL. Unless you are a true expert geodatabase administrator, there is a high chance of wrecking your geodatabase.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 27 Mar 2013 08:02:06 GMT</pubDate>
    <dc:creator>MarcoBoeringa</dc:creator>
    <dc:date>2013-03-27T08:02:06Z</dc:date>
    <item>
      <title>SQL Server Next_RowID Stored Procedure</title>
      <link>https://community.esri.com/t5/data-management-questions/sql-server-next-rowid-stored-procedure/m-p/377146#M21431</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I'm trying to execute the next_rowid stored procedure based on the ArcGIS help, however SQL 'Could not find stored procedure 'dbo.next_rowid''&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Anyone know where I can find the script to create the stored procedure?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://resources.arcgis.com/en/help/main/10.1/index.html#/in_SQL_Server/006z00000017000000/"&gt;http://resources.arcgis.com/en/help/main/10.1/index.html#/in_SQL_Server/006z00000017000000/&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Mar 2013 22:22:07 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/sql-server-next-rowid-stored-procedure/m-p/377146#M21431</guid>
      <dc:creator>BrandonCales</dc:creator>
      <dc:date>2013-03-26T22:22:07Z</dc:date>
    </item>
    <item>
      <title>Re: SQL Server Next_RowID Stored Procedure</title>
      <link>https://community.esri.com/t5/data-management-questions/sql-server-next-rowid-stored-procedure/m-p/377147#M21432</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;What version of ArcGIS / ArcSDE are you using? Support for SQL is a new thing in 10 and extended in 10.1. It may be that the stored procedure you are trying to use does not exist in your geodatabase until a future upgrade to 10.1. Please note that an upgrade of an existing geodatabase is a separate operation from upgrading your client PC's ArcGIS for Desktop application. You may be running ArcGIS 10.1 locally, but still be connecting to a 10.0 or 9.3.1 geodatabase not having this stored procedure.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;By the way, I would like to strongly discourage you to tamper with any of the stored procedures or geodatabase system tables using SQL. Unless you are a true expert geodatabase administrator, there is a high chance of wrecking your geodatabase.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Mar 2013 08:02:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/sql-server-next-rowid-stored-procedure/m-p/377147#M21432</guid>
      <dc:creator>MarcoBoeringa</dc:creator>
      <dc:date>2013-03-27T08:02:06Z</dc:date>
    </item>
    <item>
      <title>Re: SQL Server Next_RowID Stored Procedure</title>
      <link>https://community.esri.com/t5/data-management-questions/sql-server-next-rowid-stored-procedure/m-p/377148#M21433</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Brandon,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If you created your geodatabase with an SDE schema, the stored procedure will be owned by the SDE user.&amp;nbsp; Instead of dbo.next_rowid, try &lt;/SPAN&gt;&lt;STRONG&gt;sde&lt;/STRONG&gt;&lt;SPAN&gt;.next_rowid.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Mar 2013 10:13:12 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/sql-server-next-rowid-stored-procedure/m-p/377148#M21433</guid>
      <dc:creator>JakeSkinner</dc:creator>
      <dc:date>2013-03-27T10:13:12Z</dc:date>
    </item>
    <item>
      <title>Re: SQL Server Next_RowID Stored Procedure</title>
      <link>https://community.esri.com/t5/data-management-questions/sql-server-next-rowid-stored-procedure/m-p/377149#M21434</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;You are correct. I was running this on my 9 box, but I checked my 10.1 test box and it's there.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Mar 2013 12:25:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/sql-server-next-rowid-stored-procedure/m-p/377149#M21434</guid>
      <dc:creator>BrandonCales</dc:creator>
      <dc:date>2013-03-27T12:25:40Z</dc:date>
    </item>
  </channel>
</rss>

