Hi -
I'm trying to use sde.next_rowid to get an OID for a new row to be created in a table registered and versioned within a SQL*Server 10.8.1 geodatabase. Here's my syntax:
DECLARE @next_oid AS BIGINT
EXEC sde.next_rowid 'gisadmin', 'ASSEMBLY', @next_oid OUTPUT
Here's the error I receive:
Msg 8144, Level 16, State 2, Procedure gisadmin.i36_get_ids, Line 0 [Batch Start Line 13]
Procedure or function i36_get_ids has too many arguments specified.
I'm afraid I'm stumped. The syntax I'm using matches what has been documented here (https://community.esri.com/t5/geodatabase-questions/using-sde-next-rowid-in-t-sql/td-p/761989) and other places. Any suggestions would be greatly appreciated.
Thx,
Ed