
1-46
Status Codes
-5225: Cannot drop an in-built function or an aggregate
function
You cannot delete an aggregate function or a pre-defined scalar
function. The aggregate functions include COUNT, AVG, SUM,
MAX, MIN, and DISTINCT. For a discussion of the scalar functions,
see Scalar Functions in SQL Engine Reference.
-5226: Cannot invoke a user-defined function using CALL
statement
You cannot invoke a user-defined function (UDF) with a CALL
statement. You must use a SELECT statement to invoke a UDF.
-5229: Invalid user-defined or scalar function
The name you specified for a user-defined function (UDF) does not
exists in the dictionary. Specify the name of an existing UDF and try
the operation again.
-5230: No such stored procedure
The name you specified for a stored procedure does not exists in the
dictionary. Specify the name of an existing stored procedure and try
the operation again.
-5231: Stored procedure already exists
The name that you specified for a stored procedure already exists in
the dictionary. Specify another name or remove the current stored
procedure definition and try the operation again.
-5232: UDF already exists
The name that you specified for a user-defined function (UDF)
already exists in the dictionary. Specify another name or remove the
current UDF definition and try the operation again.
-5233: Only database qualifier is allowed
Tables, views, procedures, and functions can be associated with
databases only. Triggers, indexes, and columns can be associated
with databases and tables. The following statement is permissible
because the database name and table name may be used to qualify an
Comentarios a estos manuales