(114,15,0,'Browse mode is invalid for a statement that assigns values to a variable.',NULL)
insert into sysmessages values
(116,15,2,'Only one expression can be specified in the select list when the subquery is not introduced with EXISTS.',NULL)
insert into sysmessages values
(118,15,0,'Only System Administrator can specify %s option for %s command.',NULL)
insert into sysmessages values
(125,15,2,'Case expressions may only be nested to level %d.',NULL)
insert into sysmessages values
(130,16,0,'Cannot perform an aggregate function on an expression containing an aggregate or a subquery.',NULL)
insert into sysmessages values
(142,15,0,'Incorrect syntax for definition of %s constraint.',NULL)
insert into sysmessages values
(144,15,0,'Cannot use an aggregate or a subquery in an expression used for the by-list of a GROUP BY clause.',NULL)
insert into sysmessages values
(145,15,0,'Order-by items must appear in the select-list if SELECT DISTINCT is specified.',NULL)
insert into sysmessages values
(146,15,2,'Unable to allocate ancillary table for a subquery. Maximum number of tables in a query (%d) exceeded.',NULL)
insert into sysmessages values
(147,15,0,'An aggregate may not appear in the WHERE clause unless it is in a subquery contained in a HAVING clause or a select list, and the column being aggregated is an outer reference.',NULL)
go
insert into sysmessages values
(153,15,2,'Invalid usage of the option ''%.*s'' in ''%s'' statement.',NULL)
insert into sysmessages values
(170,15,0,'Line %d: Incorrect syntax near ''%.*s''.',NULL)
insert into sysmessages values
(177,15,0,'The IDENTITY function can only be used when the SELECT statement has an INTO clause.',NULL)
insert into sysmessages values
(188,15,0,'Can''t specify a log-device in a CREATE DATABASE statement without also specifying at least one non-log-device.',NULL)
insert into sysmessages values
(194,15,0,'A SELECT INTO statement may not contain a SELECT statement that assigns values to a variable.',NULL)
insert into sysmessages values
(216,16,1,'Attempt to drop temporary object(s) failed during cleanup processing.',NULL)
insert into sysmessages values
(221,10,0,'FIPS Warning: Implicit conversion from %s to %s.',NULL)
insert into sysmessages values
(227,16,0,'Maximum number of vector aggregates exceeded (%d max, %d found).',NULL)
insert into sysmessages values
(232,16,0,'Arithmetic overflow error for type %s, value = %f.',NULL)
insert into sysmessages values
(260,16,0,'Disallowed implicit conversion from datatype ''%s'' to datatype ''%s''%s Table: ''%s'', Column: ''%s''%s Use the CONVERT function to run this query.',NULL)
insert into sysmessages (error ,severity ,dlevel ,description ,langid) values
(268,16,0,'You cannot run SELECT INTO in this database. The DBO would have to run sp_dboption to enable this option.',NULL)
insert into sysmessages values
(269,16,0,'SETUSER with no name should be invoked from the database where the corresponding SETUSER with name was issued. Use database ''%.*s''.',NULL)
insert into sysmessages values
(306,16,2,'TEXT and IMAGE datatypes may not be used in the WHERE or HAVING clause, except with the LIKE predicate and the IS NULL predicate.',NULL)
insert into sysmessages values
(308,16,0,'Index ''%.*s'' on table ''%.*s'' (specified in the FROM clause) does not exist.',NULL)
insert into sysmessages values
(309,16,2,'Unable to allocate ancillary table for reformatting. Maximum number of tables in a query (%d) exceeded.',NULL)
insert into sysmessages (error ,severity ,dlevel ,description ,langid) values
(310,16,0,'Invalid Escape sequence. Valid characters after Esc are: an Esc pair, underbar, percent sign.',NULL)
go
insert into sysmessages values
(423,16,0,'Too many substitution nodes in worktable. (MAX: %d, ACTUAL: %d). Try splitting query or limiting SELECT list.',NULL)
insert into sysmessages values
(425,16,0,'Datatype ''%s'' of receiving variable not equal to datatype ''%s'' of column ''%.*s''.',NULL)
insert into sysmessages values
(426,16, 0,'Length ''%d'' of receiving variable less than length ''%d'' of column ''%.*s''.',NULL)
go
/*
** These are new messages for CONSTRAINT COMPILE
** Messages 424 - 440 (excluding 425, 426)
*/
insert into sysmessages values
(424, 10, 0, '%s', NULL)
insert into sysmessages values
(427, 20, 0, 'Unable to load SYSPROCEDURES entries for constraint id ''%d'' in dbid ''%d''.', NULL)
insert into sysmessages values
(428, 20, 0, 'Unable find row in SYSCONSTRAINTS for constraint id ''%d'' in dbid ''%d''.', NULL)
insert into sysmessages values
(429, 20, 0, 'Unable to find new constraint id ''%d'' in SYSCONSTRAINTS, dbid ''%d'' at compile time.', NULL)
insert into sysmessages values
(430, 20, 0, 'Unable to resolve table name for object id ''%d'', dbid ''%d'' when compiling foreign key.', NULL)
insert into sysmessages values
(431, 19, 0, 'Unable to bind foreign key constraint. Too many tables involved in query.', NULL)
insert into sysmessages values
(432, 19, 0, 'Unable to bind work table for foreign key constraint. Too many tables involved in query.', NULL)
insert into sysmessages values
(433, 20, 0, 'Unable to find CHECK constraint for ''%.*s'' though table is flagged as having one.', NULL)
insert into sysmessages values
(434, 20, 0, 'Insert into worktable for variable ''%d'' for deferred constraint check failed.', NULL)
insert into sysmessages values
(435, 20, 0, 'Unable to open referencing table id ''%d'' in dbid ''%d''.', NULL)
insert into sysmessages values
(436, 20, 0, 'Unable to open referenced table id ''%d'' in dbid ''%d''.', NULL)
insert into sysmessages values
(437, 20, 0, 'Unable to resolve the referenced column name in table id ''%d''.', NULL)
insert into sysmessages values
(438, 20, 0, 'Unable to resolve the referencing column name in table id ''%d''.', NULL)
insert into sysmessages values
(439, 20, 0, 'Unable to find foreign key constraints for table ''%.*s'' in dbid ''%d'' though table is flagged as having them.', NULL)
insert into sysmessages values
(440, 20, 0, 'Unable to resolve column name for dbid ''%d'', object id, ''%d'', column id ''%d'' in constraint ''%.*s''.', NULL)
go
insert into sysmessages values
(503,16,0,'Stored procedure ''%.*s'' is a replication filter and cannot be executed.',NULL)
go
insert into sysmessages values
(505,16,0,'Current user account was invoked with SETUSER. Changing databases is not allowed.',NULL)
insert into sysmessages values
(506,16,0,'Invalid ESCAPE character ''%.*s'' has been specified in a LIKE clause.',NULL)
insert into sysmessages values
(515, 16, 2,'Attempt to insert the value NULL into column ''%.*s'', table ''%.*s''; column does not allow nulls. %s fails.',NULL)
insert into sysmessages values
(530, 16, 2,'Attempt to insert NULL value into column %d in work table (table id %ld); column does not allow NULLS. %s fails.',NULL)
go
insert into sysmessages values
(544,16,0,'Attempting to insert explicit value for identity column in table ''%.*s'' when IDENTITY_INSERT is set to OFF',NULL)
insert into sysmessages values
(545,16,0,'Explicit value must be specified for identity column in table ''%.*s'' when IDENTITY_INSERT is set to ON',NULL)
insert into sysmessages values
(546,16,0,'Identity value overflow for column ''%.*s'' while inserting into table ''%.*s''',NULL)
insert into sysmessages values
(547,16,0,'%s statement conflicted with %s %s constraint ''%.*s''. The conflict occurred in database ''%.*s'', table ''%.*s''%s%.*s%s',NULL)
insert into sysmessages values
(548,16,0,'attempt to perform direct %s to range that is maintained by replication. The conflict occurred in database ''%.*s'', table ''%.*s''%s%.*s%s',NULL)
insert into sysmessages values
(549,16,0,'data exists in table ''%.*s'', database ''%.*s'', that violates %s constraint ''%.*s'' being added. ALTER command has been aborted.', NULL)
go
insert into sysmessages values
(550,16,2,
'The attempted insert or update failed because the target view either specifies WITH CHECK OPTION or spans a view which specifies WITH CHECK OPTION and one or more rows resulting from the operation did not qualify under the CHECK OPTION constraint.'
,NULL)
insert into sysmessages values
(606,16,0,'Error %d encountered while reading without locking, command is terminated.',NULL)
insert into sysmessages values
(643,20,0,'Attempt to read page %d in database ''%.*s'' which is not allocated.',NULL)
insert into sysmessages values
(834,21,2,'bufclean called on dirty buffer (page %#x, stat %#x/%#x, objid %#x, sstat%#x)',NULL)
insert into sysmessages values
(840,17,1,'Device ''%.*s'' (with physical name ''%.*s'', and virtual device number %d) is not available. Please contact System Administrator for assistance.',NULL)
insert into sysmessages values
(941,14,1,'Database ''%.*s'' cannot be opened - it has not been upgraded to the latest format. The SA can upgrade the database with SP_DB_UPGRADE procedure.',NULL)
insert into sysmessages values
(1001,16,2,'Line %d: Length or precision specification %d is invalid.',NULL)
insert into sysmessages values
(1002,16,2,'Line %d: Specified scale %d is invalid.',NULL)
insert into sysmessages values
(1003,15,0,'Line %d: %s clause allowed only for %s.',NULL)
insert into sysmessages values
(1004,15,0,'Line %d: Use of %s not allowed; use %s.',NULL)
insert into sysmessages values
(1005,15,0,'Line %d: Invalid procedure number (%d). Minimum procedure number is 1.',NULL)
insert into sysmessages values
(1006,15,0,'CREATE TRIGGER contains no statements.',NULL)
insert into sysmessages values
(1007,15,0,'The %S_MSG ''%.*s'' is out of the range for numeric representation (%d bytes).',NULL)
insert into sysmessages values
(1008,15,0,'The select list item identified by the order by number ''%d'' contains a variable as part of the expression that identifies a column position. Variables are only allowed when ordering by an expression referencing a column name.',
NULL)
go
insert into sysmessages (error ,severity ,dlevel ,description ,langid) values
(1010,15,0,'Invalid Escape character ''%.*s''.',NULL)
insert into sysmessages values
(1011,15,2,'The correlation name ''%.*s'' is specified multiple times in a FROM clause.',NULL)
insert into sysmessages values
(1012,15,2,'The correlation name ''%.*s'' has the same exposed name as table ''%.*s''.',NULL)
insert into sysmessages values
(1013,15,2,'Tables ''%.*s'' and ''%.*s'' have the same exposed names, use correlation names to distinguish them.',NULL)
insert into sysmessages values
(1014,15,2,'The column prefix ''%.*s'' does not match with a table name or alias name used in the joined table specification.',NULL)
insert into sysmessages values
(1015,15,2,'An aggregate may not appear in an ON clause unless it is in a subquery contained in a HAVING clause or a select list, and the column being aggregated is an outer reference.',NULL)
insert into sysmessages values
(1016,15,2,'Outer join operators cannot be specified in a query containing joined tables.',NULL)
insert into sysmessages values
(1017,15,2,'Joined tables cannot be specified in a query when trace flag 204 is on.',NULL)
insert into sysmessages values
(1018,15,2,'Derived tables cannot be specified in a query when trace flag 204 is on.',NULL)
insert into sysmessages values
(1019,15,0,'Invalid column list after object name in GRANT/REVOKE command.',NULL)
insert into sysmessages values
(1020,15,0,'Column list cannot be specified for INSERT/DELETE/EXECUTE privileges in GRANT/REVOKE command.',NULL)
go
insert into sysmessages values
(1021,10,0,'FIPS Warning: Line %d: Non ANSI command ''%.*s''.',NULL)
insert into sysmessages values
(1022,10,0,'FIPS Warning: Line %d: Non ANSI clause ''%.*s''.',NULL)
insert into sysmessages values
(1023,15,0,'Invalid parameter %d specified for %s.',NULL)
insert into sysmessages values
(1024,10,0,'FIPS Warning: Line %d: Non ANSI function ''%.*s''.',NULL)
insert into sysmessages values
(1025,10,0,'FIPS Warning: Length of identifier ''%.*s'' exceeds 18.',NULL)
go
insert into sysmessages values
(1026,15,2,'Neither CUBE nor ROLLUP can be specified in a query when trace flag 204 is on.',NULL)
insert into sysmessages values
(1027,15,2,'Too many expressions specified in GROUP BY clause. The maximum number is %d when either CUBE or ROLLUP is specified.',NULL)
insert into sysmessages values
(1028,15,2,'The CUBE and ROLLUP options are not allowed in a GROUP BY ALL clause.',NULL)
insert into sysmessages values
(1029,15,0,'Browse mode is invalid for subqueries and derived tables.', NULL)
go
insert into sysmessages values
(1103,21,0,'Allocation page %d in database ''%.*s'' has different segment id than that of the object to which we are allocating. Run DBCC CHECKALLOC.',NULL)
insert into sysmessages values
(1110,20,0,'Attempt to resource lock allocation page %d in database ''%.*s'' by process %d while allocating to non-Syslogs object ''%.*s''.',NULL)
insert into sysmessages values
(1111,20,0,'Extent bitmap on allocation page %d in database ''%.*s'' does not have extents marked that are being removed.',NULL)
insert into sysmessages values
(1113,20,0,'Extent %d already locked while allocating it in database ''%.*s''.',NULL)
insert into sysmessages values
(1114,20,0,'Attempt to resource lock page %d in database ''%.*s'' by process %d failed because lock is already held by process %d.',NULL)
insert into sysmessages values
(1115,20,0,'Attempt to transfer a resource lock to process ID 0 on allocation page %d in database ''%.*s''.',NULL)
insert into sysmessages values
(1118,17,0,'Database %.*s is full. Cannot allocate space for object %.*s. All available pages are held by other transactions. Try your command again.',NULL)
insert into sysmessages values
(1520,18,0,'Sort failed because dpages in the Sysindexes row for table ''%.*s'' in database ''%.*s'' had an incorrect value. Please run DBCC CHECKTABLE on this table to correct the value, then re-run your commmand.',NULL)
insert into sysmessages
(error ,severity ,dlevel ,description ,langid)
values
(1532,20,0,'New sort run starting on page %x found extent not marked shared.',NULL)
insert into sysmessages
(error ,severity ,dlevel ,description ,langid)
values
(1533,20,0,'Attempt to share extent %x among more than 8 sort runs.',NULL)
insert into sysmessages
(error ,severity ,dlevel ,description ,langid)
values
(1534,20,0,'Extent %x not found in shared extent directory.',NULL)
insert into sysmessages
(error ,severity ,dlevel ,description ,langid)
values
(1535,20,0,'Attempt to share extent %x found shared extent directory full.',NULL)
insert into sysmessages
(error, severity, dlevel, description, langid)
values
(1536,20,0,'Attempt to build a non-clustered index on a memory-only work table.',NULL)
insert into sysmessages values
(1708,15,0,'The total row size, %d, for table ''%.*s'' exceeds the maximum number of bytes per row, %d.',NULL)
go
/*
** These are new messages for ADD CONSTRAINT
** Messages 1750 - 1784
*/
insert into sysmessages values
(1750, 10, 0, 'Unable to create constraint. See previous errors.', NULL)
insert into sysmessages values
(1752, 16, 0, 'Unable to create DEFAULT for column ''%.*s'' as it is not a valid column in table ''%.*s''.', NULL)
insert into sysmessages values
(1753, 16, 0, 'Column ''%.*s.%.*s'' is not of same length as referencing column ''%.*s.%.*s'' in foreign key ''%.*s''.', NULL)
insert into sysmessages values
(1754, 16, 0, 'DEFAULTS cannot be created on columns with an IDENTITY attribute. Table ''%.*s'', column ''%.*s''.', NULL)
insert into sysmessages values
(1755, 16, 0, 'DEFAULTS cannot be created on columns of type TIMESTAMP. Table ''%.*s'', column ''%.*s''.', NULL)
(1771, 16, 0, 'Foreign key ''%.*s'' references object ''%.*s'' which is not a table.', NULL)
insert into sysmessages values
(1772, 16, 0, 'Foreign key ''%.*s'' defines invalid relationship between a user table and system table.', NULL)
insert into sysmessages values
(1773, 16, 0, 'Foreign key ''%.*s'' has implicit reference to object ''%.*s'' which does not have a PRIMARY KEY defined on it.', NULL)
insert into sysmessages values
(1774, 16, 0, 'Number of columns in referencing column list for foreign key ''%.*s'' does not match those of the PRIMARY KEY in the referenced table ''%.*s''.', NULL)
insert into sysmessages values
(1775, 16, 0, 'Number of columns in referencing column list for foreign key ''%.*s'' does not match those of the referenced key in the referenced table ''%.*s''.', NULL)
insert into sysmessages values
(1776, 16, 0, 'There are no primary or candidate keys in the referenced table ''%.*s'' that match the referencing column list in the foreign key ''%.*s''.', NULL)
insert into sysmessages values
(1777, 14, 0, 'User does not have correct permissions on referenced table ''%.*s'' to create foreign key ''%.*s''.', NULL)
insert into sysmessages values
(1778, 16, 0, 'Column ''%.*s.%.*s'' is not of same type as referencing column ''%.*s.%.*s'' in foreign key ''%.*s''.', NULL)
insert into sysmessages values
(1779, 16, 0, 'Table ''%.*s'' already has a PRIMARY KEY defined on it.', NULL)
insert into sysmessages values
(1780, 20, 0, 'Could not find column ''%d'' in SYSCOLUMNS for object id ''%d'' in dbid ''%d''.', NULL)
insert into sysmessages values
(1781, 16, 0, 'Column already has a DEFAULT bound to it.', NULL)
insert into sysmessages values
(1782, 20, 0, 'Unable to update syscolumns to bind constraint based DEFAULT.', NULL)
insert into sysmessages values
(1783, 20, 0, 'Unable to open table ''%s'' in dbid ''%d'' for constraint processing.', NULL)
insert into sysmessages values
(1784, 20, 0, 'Unable to open system table ''%s'' in dbid ''%d'' for constraint processing. Ensure that this database has been correctly upgraded.', NULL)
go
insert into sysmessages values
(1914,16,0,'Cannot create index on object ''%.*s'' because it is not a user table.',NULL)
insert into sysmessages values
(2517,16,0,'Table Corrupt: Procedure id %d (procedure name = %.*s) does not match between %.*s and %.*s',NULL)
insert into sysmessages values
(2540,16,0,'Allocation Discrepancy: Page is allocated but not linked; check the following pages and ids: allocation pg#=%ld extent id=%ld logical pg#=%ld object id on extent=%ld (object name = %.*s) indid on extent=%ld',NULL)
insert into sysmessages (error ,severity ,dlevel ,description ,langid) values
(2566,14,0,'DBCC DBREINDEX cannot be used on system tables. Use DBCC DBREPAIR.',NULL)
insert into sysmessages values
(2613,20,0,'Attempt to remove resource lock on buffer holding logical page %d failed - the buffer was not resource locked.',NULL)
insert into sysmessages values
(2616,20,0,'Buffer holding logical page %d cannot move to slot 1 since buffer holding logical page %d is already there.',NULL)
insert into sysmessages values
(2617,20,0,'Buffer holding logical page %d not found in keep pool in SDES for object ''%.*s''',NULL)
insert into sysmessages values
(2618,20,0,'Couldn''t find dupkey group starting at offset %d on page 0x%x.',NULL)
insert into sysmessages values
(2627,14,0,'Violation of %s constraint ''%.*s'': Attempt to insert duplicate key in object ''%.*s''.',NULL)
insert into sysmessages values
(2701,10,0,'Database name ''%.*s'' ignored, referencing object in Tempdb.',NULL)
insert into sysmessages values
(2711,10,0,'Column or parameter #%d: -- ignoring column width on type ''%.*s''.',NULL)
insert into sysmessages values
(2739,16,0,'TEXT and IMAGE datatypes are invalid for local variables.',NULL)
insert into sysmessages values
(2744,16,0,'Multiple identity columns specified for table ''%.*s'', only one identity column per table',NULL)
go
/*
** New messages for user defined error support.
*/
insert into sysmessages values
(2745,10,0,'Process %d has raised user error %d, severity %d. SQL Server is terminating this process.',NULL)
insert into sysmessages values
(2746,16,0,'Cannot specify user error format string with length exceeding %d bytes.',NULL)
insert into sysmessages values
(2747,16,0,'Too many substitution parameters for raiserror. Cannot exceed %d substitution parameters.',NULL)
insert into sysmessages values
(2748,16,0,'Cannot specify %s datatype(raiserror parameter %d) as substitution parameter for raiserror.',NULL)
go
insert into sysmessages values
(2749,16,2,'Identity column ''%.*s'' must be of type int, smallint, tinyint, decimal or numeric with scale of 0 and constrained to be non-nullable.',NULL)
insert into sysmessages values
(2750,16,2,'Column or parameter #%d: -- specified column precision %d is greater than the maximum precision of %d.',NULL)
insert into sysmessages values
(2751,16,2,'Column or parameter #%d: -- specified column scale %d is greater than the specified precision of %d.',NULL)
(2754,16,0,'Error severity greater than %d can be specified only by System Administrator by using the WITH LOG option.',NULL)
insert into sysmessages values
(2755,16,0,'SET DEADLOCK_PRIORITY option ''%.*s'' is invalid.',NULL)
insert into sysmessages values
(2756,16,0,'Invalid value %d for State; Valid range is from %d to %d.',NULL)
insert into sysmessages values
(2757,16,0,'Raiserror failed due to invalid parameter substitution(s) for error %d, severity %d, state %d.',NULL)
insert into sysmessages values
(2758,16,0,'%s could not locate entry for error %d in Sysmessages.',NULL)
insert into sysmessages
(error ,severity ,dlevel ,description ,langid)
values
(2759,0,1,'Create schema failed due to previous errors.',NULL)
go
insert into sysmessages values
(2811,18,0,'Cannot create procedure dbid %d, objid %d, with a group number of %d.',NULL)
insert into sysmessages values
(3008,0,0,'Could not open the msdb.dbo.sysbackuphistory or sysrestorehistory table. This probably indicates a problem with the setup of the msdb database. DUMP/LOAD was still successful.',NULL)
insert into sysmessages values
(3009,0,0,'Could not insert a backup or restore history/detail record in msdb.dbo.sysbackuphistory or sysrestorehistory. This may indicate a problem with the MSDB database. DUMP/LOAD was still successful.',NULL)
insert into sysmessages values
(3122,16,0,'This master database dump was created from a 4.2x server and cannot be loaded.',NULL)
insert into sysmessages values
(3123,16,0,'Multipart database names (''%.*s'') are illegal for LOAD DATABASE.',NULL)
go
insert into sysmessages values
(3124,16,0,'Must be an System Administrator to perform LOAD HEADERONLY.',NULL)
insert into sysmessages values
(3125,16,0,'No devices specified for LOAD HEADERONLY.',NULL)
go
insert into sysmessages values
(3205,16,0,'Too many dump devices specified for dump/load; only %d allowed.',NULL)
go
insert into sysmessages values
(3211,10,0,'%d percent %s',NULL)
insert into sysmessages values
(3212,16,0,'The load requires %d dump devices and %d have been specified.',NULL)
insert into sysmessages values
(3213,10,0,'%d volume(s) of the current stripe set have been read; Mount the next %d volume(s).',NULL)
insert into sysmessages values
(3214,16,0,'The volume on %.*s does not belong to the current stripe set.',NULL)
insert into sysmessages values
(3215,16,0,'Number of stripe dump devices(%d) can be at most one more than the system config parameter ''backup threads'' (%d); reconfigure ''backup threads'' to be at least %d, and restart the server to try again.',NULL)
go
insert into sysmessages values
(3216,16,0,'%s expects ''%s'' type; ''%s'' type has been specified and is invalid.',NULL)
insert into sysmessages values
(3217,16,0,'Invalid value ''%s'' specified for %s.',NULL)
go
insert into sysmessages values
(3218,16,0,'Dump was done from a server with Processor type %d and cannot be loaded in a server with Processor type %d.',NULL)
insert into sysmessages values
(3219,16,0,'The stripeset tape in device ''%.*s'' has already been loaded.',NULL)
go
insert into sysmessages values
(3403,22,0,'Rec_init: Found that page %d had non-log object id %d while checking Syslogs allocation.',NULL)
go
insert into sysmessages values
(3406,10,2,'%d transactions rolled forward in dbid %d.',NULL)
insert into sysmessages values
(3407,10,2,'%d transactions rolled back in dbid %d.', NULL)
insert into sysmessages values
(3409,10,2,'Roll forward transaction ''%.*s'' in dbid %d.', NULL)
insert into sysmessages values
(3410,10,2,'Roll back transaction ''%.*s'' -- was aborted in dbid %d.', NULL)
insert into sysmessages values
(3411,10,2,'Roll back transaction ''%.*s'' -- no ''end transaction'' in dbid %d.', NULL)
insert into sysmessages
(error ,severity ,dlevel ,description ,langid)
values
(3437,21,1,'Error recovering database ''%.*s'' - could not connect to the DTC to check completion status of xact: %S_RID',NULL)
go
insert into sysmessages values
(3509,14,1,'Attempt to set database ''%.*s'' to read only user mode failed because transaction %d:%d is active. Make sure that no other users are currently using this database and rerun CHECKPOINT.',NULL)
go
insert into sysmessages values
(3609,10,0,'Attempt to update a column in the fabricated row of an inner table in an outer join.', NULL)
insert into sysmessages values
(3612, 10, 0,
'%sSQL Server Execution Times:%s cpu time = %lu ms. elapsed time = %lu ms.',
NULL)
insert into sysmessages values
(3613, 10, 0,
'SQL Server Parse and Compile Time:%s cpu time = %lu ms.', NULL)
(3616,22,0,'Non-leaf page %d in table %d, index %d is empty - please rebuild the index.',NULL)
go
/*
** These are new messages for DROP CONSTRAINT (and one for replication)
** Messages 3723 - 3735
*/
insert into sysmessages values
(3723,16,0,'Explicit DROP INDEX not allowed on index ''%.*s''. It is being used for %s constraint enforcement.', NULL)
insert into sysmessages values
(3724,16,0,'Cannot drop the %S_MSG ''%.*s'' because it is published for replication.', NULL)
insert into sysmessages values
(3725, 16, 0, 'Constraint ''%.*s'' is being referenced by table ''%.*s'', foreign key constraint ''%.*s''.', NULL)
insert into sysmessages values
(3726, 16, 0, 'Could not drop object ''%.*s''. It is being referenced by a foreign key constraint.', NULL)
insert into sysmessages values
(3727, 10, 0, 'Unable to drop constraint. See previous errors.', NULL)
insert into sysmessages values
(3728, 16, 0, '''%.*s'' is not a constraint.', NULL)
insert into sysmessages values
(3729, 20, 0, 'Unable to open table ''%.*s'' in dbid ''%d''.', NULL)
insert into sysmessages values
(3730, 20, 0, 'Unable to locate entry in %s for constraint ''%.*s''.', NULL)
insert into sysmessages values
(3731, 16, 0, '''%.*s'' is not a valid object.', NULL)
insert into sysmessages values
(3732, 10, 0, '%s', NULL)
insert into sysmessages values
(3733, 16, 0, 'Constraint ''%.*s'' does not belong to table ''%.*s''.', NULL)
insert into sysmessages values
(3734, 20, 0, 'Unable to update category field for DROP constraint.', NULL)
insert into sysmessages values
(3735, 20, 0, 'Primary key or unique constraint ''%.*s'' returned invalid indid:%d from sysconstraints.', NULL)
go
/*
** The following are new messages for bound session support.
** Messages 3909 - 3911
*/
insert into sysmessages values
(3909, 16, 0, 'Session binding token is invalid or corrupt.', NULL)
insert into sysmessages values
(3910, 16, 0, 'Transaction context in use by another session.', NULL)
insert into sysmessages values
(3911, 16, 0, 'Aborted active transaction on unreferenced bound session.', NULL)
go
/*
** These are new messages for tape devices
** Messages 4027 - 4035
*/
insert into sysmessages values
(4027,16,0,'Mount tape for %s of database ''%s''.',NULL)
insert into sysmessages values
(4028,10,0,'End of tape has been reached, remove tape ''%s'' and mount next tape for %s of database ''%s''.',NULL)
insert into sysmessages values
(4029,10,0,'Database ''%s''%s(%d pages) dumped to file <%d> on tape ''%s''.',NULL)
insert into sysmessages values
(4030,16,0,'Tape ''%s'' expires on day ''%s'' year ''%s'' and cannot be overwritten.',NULL)
insert into sysmessages values
(4031,16,0,'Creation date on tape ''%s''(%s) does not match that of first volume(%s).',NULL)
insert into sysmessages values
(4032,16,0,'Cannot find file %d on tape ''%s''.',NULL)
insert into sysmessages values
(4033,16,0,'File <%d> on tape ''%s'' is not a SQL Server %s dump.',NULL)
insert into sysmessages values
(4034,16,0,'Warning, file <%d> on tape ''%s'' was dumped from database ''%s''.',NULL)
insert into sysmessages values
(4035,10,0,'Database ''%s''%s(%d pages) dumped to file <%d> on device ''%s''.',NULL)
insert into sysmessages values
(4036,16,2, 'Diskdump ''%s'' expires on day ''%s'' year ''%s'' and cannot be overwritten.',NULL)
insert into sysmessages values
(4037,16,0,'User specified volume id ''%s'' does not match the volume id ''%s'' of the device ''%.*s''.',NULL)
go
insert into sysmessages values
(4038,16,0,'Cannot find file %d on device ''%s''.', NULL)
insert into sysmessages values
(4039,10,0,'Warning, file <%d> on device ''%s'' was dumped from database ''%s''.',NULL)
insert into sysmessages values
(4040,16,0,'File <%d> on device ''%s'' is not a SQL Server %s dump.',NULL)
insert into sysmessages values
(4041,16,0,'Device ''%s'' has a stripe volume version; use INIT option for non-stripe dumps.',NULL)
insert into sysmessages values
(4042,16,0,'Device ''%s'' has a non stripe volume version; use INIT option for stripe dumps.',NULL)
insert into sysmessages values
(4043,16,0,'Device ''%.*s'' has file number mismatch <%d> with stripe file number <%d>.',NULL)
insert into sysmessages values
(4044,10,0,'Warning: EXPIREDATE or RETAINDAYS is enforced only for the first dump in the volume.',NULL)
go
insert into sysmessages values
(4209,16,2,'DUMP TRANsaction is not allowed because log was truncated or DUMP DATABASE was never run. Must run DUMP DATABASE.',NULL)
insert into sysmessages values
(4210,16,0,'While attempting DUMP TRANsaction WITH NO_TRUNCATE, couldn''t find database %.*s.',NULL)
go
insert into sysmessages values
(4303,16,0,'LOAD TRANSACTION has been interrupted by a USER ATTENTION signal. Must restart load sequence with the load database to continue.',NULL)
insert into sysmessages values
(4304,16,0,'USER ATTENTION signal raised during LOAD TRANSACTION is being ignored till the completion of current load.',NULL)
go
insert into sysmessages values
(4317,16,0,'Multipart database names (''%.*s'') are illegal for LOAD TRANSACTION.',NULL)
go
/* Backup/restore messages */
insert into sysmessages values
(4318, 16, 2, 'Database name must be specified', NULL)
insert into sysmessages values
(4319, 16, 2, 'Owner name and Table name must both be specified', NULL)
go
insert into sysmessages values
(4414,16,2,'Unable to allocate ancillary table for view resolution. Maximum number of tables in a query (%d) exceeded.',NULL)
insert into sysmessages values
(4415,16,2,'View ''%.*s'' is not updatable because either it was created WITH CHECK OPTION or it spans a view created WITH CHECK OPTION and the target table is referenced multiple times in the resultant query.',NULL)
insert into sysmessages values
(4416,16,0,'View ''%.*s'' is not updatable because the definition contains a set operator.', NULL)
insert into sysmessages values
(4417,16,0,'Derived table ''%.*s'' is not updatable because the definition contains a set operator.', NULL)
insert into sysmessages values
(4418,16,0,'Derived table ''%.*s'' is not updatable because it contains aggregates.', NULL)
insert into sysmessages values
(4419,16,0,'Derived table ''%.*s'' is not updatable because the definition contains DISTINCT.', NULL)
insert into sysmessages values
(4420,16,0,'Derived table ''%.*s'' is not updatable because the FROM clause names multiple tables.', NULL)
insert into sysmessages values
(4421,16,0,'Derived table ''%.*s'' is not updatable because a field of the derived table is derived or constant.', NULL)
insert into sysmessages values
(4422,16,0,'View ''%.*s'' contains joined tables which cannot be specified in a query when trace flag 204 is on.',NULL)
insert into sysmessages values
(4423,16,0,'View ''%.*s'' contains derived tables which cannot be specified in a query when trace flag 204 is on.',NULL)
insert into sysmessages values
(4424,16,0,'Joined tables cannot be specified in a query containing outer join operators. View ''%.*s'' contains joined tables.',NULL)
insert into sysmessages values
(4425,16,0,'Outer join operators cannot be specified in a query containing joined tables. View ''%.*s'' contains outer join operators.',NULL)
insert into sysmessages values
(4426,16,0,'View ''%.*s'' contains a CUBE or ROLLUP option which cannot be specified in a query when trace flag 204 is on.',NULL)
insert into sysmessages values
(4510,16,2,'Create view failed because WITH CHECK OPTION was specified and the view is not updatable.',NULL)
insert into sysmessages values
(4511,16,0,'Create view failed because no column name was specified for column %d.',NULL)
go
insert into sysmessages values
(4602,14,0,'Only the System Administrator may GRANT or REVOKE the CREATE DATABASE permission.',NULL)
insert into sysmessages values
(4611,16,0,'To revoke grantable privileges specify the CASCADE option with revoke.',NULL)
insert into sysmessages values
(4612,16,0, 'You cannot grant privileges with grant option to groups or PUBLIC.', NULL)
go
insert into sysmessages values
(4711,16,0,'Cannot truncate table ''%.*s'' because it is published for replication.',NULL)
insert into sysmessages values
(4712,16,0,'Cannot truncate table ''%.*s'' because it is being referenced by a foreign key constraint.',NULL)
go
insert into sysmessages values
(4806,10,1,'Warning, reverting to slow bulk copy on table ''%.*s'' because BULKCOPY option not set in database ''%.*s''.',NULL)
insert into sysmessages values
(4814,16,0,'Cannot perform an unlogged bulk copy into table ''%.*s'' because it is published for replication.',NULL)
go
/*
** These are new messages for alter table
** Messages 4912 - 4915
*/
insert into sysmessages values
(4912,16,0,'The alter table statement contains multiple identity columns, alter table ''%.*s'' failed',NULL)
insert into sysmessages values
(4913,16,0,'Table ''%.*s'' already contains an identity column, cannot add new identity column via alter table',NULL)
insert into sysmessages values
(4914,16,0,'The number of existing rows (%ld) exceeds the maximum value for the specified datatype, cannot add new identity column to ''%.*s''',NULL)
insert into sysmessages values
(4915,16,0,'Maximum row width exceeded when adding identity column ''%.*s'' to table ''%.*s''',NULL)
insert into sysmessages values
(4916,16,0,'Unable to enable or disable the constraint. See previous errors.', NULL)
insert into sysmessages values
(4917,16,0,'Constraint ''%.*s'' does not exist.', NULL)
insert into sysmessages values
(4918,16,0,'Unable to locate entry in SYSCONSTRAINTS for constraint ''%.*s''.',NULL)
insert into sysmessages values
(4919,16,0,'User does not have privilages to enable or disable constraint ''%.*s''.',NULL)
go
insert into sysmessages values
(5016,16,0,'Incorrect database name or device name(s).',NULL)
insert into sysmessages values
(5017,16,0,'ALTER DATABASE failed. Database %.*s not created with ''for load'' option.',NULL)
go
insert into sysmessages values
(5018,16,1, 'The size of tempdb in RAM has exceeded the limit. The sum of ''memory size'' and ''tempdb in ram'' (configurable options) cannot exceed 2046 Megs.',NULL)
go
insert into sysmessages values
(5146,16,0,'The %s of %d is out of range. It must be between %d and %d.',NULL)
go
/* New messages for expanding devices. */
insert into sysmessages values
(5148,16,0,'Disk Resize can be used only to expand non-RAM devices.',NULL)
insert into sysmessages values
(5149,16,0,'Disk Resize encountered an error while attempting to expand the physical file. Please consult the SQL Server error log for more details',NULL)
go
/*
** These are the new messages for DBCC DEVCONTROL (5150-5159)
*/
insert into sysmessages values
(5150,16,0,'Cannot find device ''%.*s'' in sysdevices.',NULL)
insert into sysmessages values
(5151,16,0,'Cannot explicitly open or close the master device.',NULL)
insert into sysmessages values
(5152,16,0,'Failed to close device ''%.*s'', see errorlog for details.',NULL)
insert into sysmessages values
(5153,16,0,'Failed to open device ''%.*s'', see errorlog for details.',NULL)
insert into sysmessages values
(5154,16,0,'Device ''%.*s'' is not open.',NULL)
insert into sysmessages values
(5155,16,0,'Device ''%.*s'' is already open.',NULL)
(7983,14,1,'Only the DBO of database %.*s may run the DBCC %s command',NULL)
go
insert into sysmessages values
(7984,16,1,'Invalid object name ''%.*s''.',NULL)
insert into sysmessages values
(7985,16,1,'The object name ''%.*s'' contains more than the maximum number of prefixes. The maximum is %d.',NULL)
go
insert into sysmessages values
(7986,16,1,'WARNING: Pinning tables should be carefully considered. If a pinned table is larger or grows larger than the available data cache, the server may need to be restarted and the table unpinned.',NULL)
go
insert into sysmessages values
(7987,16,1,'Switch to database ''%.*s'' before running this command.', NULL)
insert into sysmessages values
(7988,16,1,'This command cannot be run on the MASTER database when a size parameter is specified. Use the ''%s'' option.', NULL)
insert into sysmessages values
(7989,16,1,'The size option cannot be specified for TEMPDB when it is on a RAM device.', NULL)
insert into sysmessages values
(7990,16,1,'Database ''%.*s'' has status: 0x%x which is not a normal database state. (Mask: 0x%x).', NULL)
insert into sysmessages values
(7991,16,1,'Unable to shrink database ''%.*s'' as it contains %d pages. Minimum pages %d.', NULL)
insert into sysmessages values
(7992,10,1,'DBCC SHRINKDB running on database ''%.*s''...', NULL)
insert into sysmessages values
(7993,16,1,'Unable to shrink database ''%.*s'' to %d pages as it only contains %d pages.', NULL)
insert into sysmessages values
(7994,16,1,'Unable to shrink database ''%.*s'' to %d pages. Minimum new size %d pages.', NULL)
insert into sysmessages values
(7995,16,1,'See prior errors. DBCC operation has been aborted.', NULL)
insert into sysmessages values
(7996,16,1,'Extended stored procedures can only be created in the master database.', NULL)
go
insert into sysmessages values
(7997,16,1, '''%.*s'' does not contain an identity column.', NULL)
insert into sysmessages values
(7998,16,1, 'Checking identity information: current identity value ''%.*s'', maximum column value ''%.*s''.', NULL)
insert into sysmessages (error ,severity ,dlevel ,description ,langid) values
(7999,16,0,'Could not find any index named ''%.*s'' for table ''%.*s''.',NULL)
go
insert sysmessages values
(8006,16,0,'Maxlen %d invalid for datatype ''%s''.',NULL)
go
insert into sysmessages values
(8101,16,0,'An explicit value for the identity column in table ''%.*s'' can only be specified when a column list is used and IDENTITY_INSERT is ON',NULL)
insert into sysmessages values
(8102,16,0,'Illegal attempt to update identity column ''%.*s''',NULL)
insert into sysmessages values
(8103,16,0,'Table ''%.*s'' does not exist or cannot be opened for SET operation',NULL)
insert into sysmessages values
(8104,16,0,'Current user is not the DBO or object owner for table ''%.*s'', unable to perform SET operation',NULL)
insert into sysmessages values
(8105,16,0,'''%.*s'' is not a user table, unable to perform SET operation',NULL)
insert into sysmessages values
(8106,16,0,'Table ''%.*s'' does not have the identity property, unable to perform SET operation',NULL)
insert into sysmessages values
(8107,16,0,'IDENTITY_INSERT is already ON for table ''%.*s.%.*s.%.*s''.%sUnable to perform SET operation for table ''%.*s''.',NULL)
insert into sysmessages values
(8108,16,0,'Attempting to add identity column to table ''%.*s'', via select into, which already has column ''%.*s'' that inherits the identity property.',NULL)
insert into sysmessages values
(8109,16,0,'Attempting to add multiple identity columns to table ''%.*s'', via select into.',NULL)
insert into sysmessages values
(8110,16,0,'Attempting to add multiple primary key constraints to table ''%.*s''.',NULL)
insert into sysmessages values
(8111,16,0,'Attempting to define PRIMARY KEY constraint on nullable column in table ''%.*s''.',NULL)
insert into sysmessages values
(8112,16,0,'Attempting to add more than one clustered index for constraints on table ''%.*s''.',NULL)
go
insert into sysmessages values
(8113,16,0,'Unable to recompile ''%.*s'', ''%s %.*s'' is illegal in an open transaction.',NULL)
go
/*
** New messages for exact numeric datatypes (8114-8117).
*/
insert into sysmessages values
(8114,16,0,'Error converting type %s to type %s.',NULL)
insert into sysmessages values
(8115,16,0,'Arithmetic overflow error converting %s to type %s.',NULL)
insert into sysmessages values
(8116,16,0,'Argument type %s is invalid for argument %d of %s function.',NULL)
insert into sysmessages values
(8117,16,0,'Operand data type %s is invalid for %s operator.',NULL)
go
insert into sysmessages values
(8118,16,0,'Column ''%.*s.%.*s'' is invalid in the select list because it is not contained in an aggregate function and there is no GROUP BY clause.',NULL)
insert into sysmessages values
(8119,16,0,'Column ''%.*s.%.*s'' is invalid in the HAVING clause because it is not contained in an aggregate function and there is no GROUP BY clause.',NULL)
insert into sysmessages values
(8120,16,0,'Column ''%.*s.%.*s'' is invalid in the select list because it is not contained in either an aggregate function or the GROUP BY clause.',NULL)
insert into sysmessages values
(8121,16,0,'Column ''%.*s.%.*s'' is invalid in the HAVING clause because it is not contained in either an aggregate function or the GROUP BY clause.',NULL)
go
insert into sysmessages values
(8122,16,0,'Only the first query in the UNION statement is allowed to have a select with assignment.',NULL)
go
insert into sysmessages values
(8123,16,0,'A correlated expression is invalid because it is not in a GROUP BY clause.',NULL)
insert into sysmessages values
(8124,16,0,'Multiple columns specified in an aggregated expression containing an outer reference. If an expression being aggregated contains an outer reference then that outer reference must be the only column reference in the expression.'
,NULL)
insert into sysmessages values
(8125,16,0,'An aggregated expression containing an outer reference must be contained in either the select list or a subquery of the HAVING clause of the query whose FROM clause contains the table containing the column being aggregated.',NULL)
insert into sysmessages values
(8126,16,0,'Column name ''%.*s.%.*s'' is invalid in the ORDER BY clause because it is not contained in an aggregate function and there is no GROUP BY clause.',NULL)
insert into sysmessages values
(8127,16,0,'Column name ''%.*s.%.*s'' is invalid in the ORDER BY clause because it is not contained in either an aggregate function or the GROUP BY clause.',NULL)
insert into sysmessages (error ,severity ,dlevel ,description ,langid) values
(8128,16,0,'Object identifier ''%.*s'' is longer than %d bytes.',NULL)
go
insert into sysmessages values
(8129,16,0,'The new disk size must be greater than %d. Or consider DBCC SHRINKDB.',NULL)
insert into sysmessages values
(8130,16,1,'Device is not a database device. Only database devices can be expanded.',NULL)
insert into sysmessages values
(8131,16,1,'Error occurred allocating resource during expansion of device TEMP_DB. Please consult the event log for details.',NULL)
insert into sysmessages values
(8132,16,1,'The number of expansions of the device TEMP_DB has exceeded the system limit. In order to expand the device shutdown and restart the server.',NULL)
go
insert into sysmessages values
(8133,16,2,'All the result expressions in a CASE specification must not be NULL.',NULL)
go
insert into sysmessages values
(8134,16,0,'Divide by zero error encountered', NULL)
go
/*
** These are new messages for ADD CONSTRAINT
** Messages 8135 - 8153
*/
insert into sysmessages values
(8135,16,0,'Table level constraint does not specify column list, table ''%.*s''.',NULL)
insert into sysmessages values
(8136,16,0,'Duplicate columns specified in %s constraint key list, table ''%.*s''.',NULL)
insert into sysmessages values
(8137,16,0,'Foreign key reference is missing target table name, table ''%.*s''.',NULL)
insert into sysmessages values
(8138,16,0,'More than 16 columns specified in foreign key column list, table ''%.*s''.',NULL)
insert into sysmessages values
(8139,16,0,'Number of referencing columns in foreign key differs from number of referenced columns, table ''%.*s''.',NULL)
insert into sysmessages values
(8140,16,0,'More than one key specified in column level %s constraint, table ''%.*s''.',NULL)
insert into sysmessages values
(8141,16,0,'Column %s constraint for column ''%.*s'' references another column, table ''%.*s''.',NULL)
insert into sysmessages values
(8142,16,0,'Subqueries are not supported in %s constraints, table ''%.*s''.',NULL)
insert into sysmessages values
(8147,16,0,'Attempt to create IDENTITY attribute on nullable column ''%.*s'', table ''%.*s''.',NULL)
insert into sysmessages values
(8148,16,0,'More than one column %s constraint specified for column ''%.*s'', table ''%.*s''.',NULL)
insert into sysmessages values
(8149,16,0,'Invalid column ''%.*s'' specified in %s definition, table ''%.*s''.',NULL)
insert into sysmessages values
(8150,16,0,'Multiple NULL constraints specified for column ''%.*s'', table ''%.*s''.',NULL)
insert into sysmessages values
(8151,16,0,'Both a primary key and unique constraint have been defined for column ''%.*s'', table ''%.*s''. Only one is allowed.',NULL)
(14060,16,0,'Unable to update distribution subscriber table.',NULL)
insert into sysmessages values
(14061,16,0,'The pre_creation_cmd must be ''none'', ''drop'', ''delete'', ''truncate''.',NULL)
insert into sysmessages values
(14062,10,0,'The subscriber was dropped.',NULL)
insert into sysmessages values
(14063,11,0,'The remote server does not exist or has not been designated as a valid subscriber.',NULL)
insert into sysmessages values
(14064,11,0,'There are no subscribers registered.',NULL)
insert into sysmessages values
(14065,16,0,'The status must be ''active'', ''inactive'', or ''subscribed''.',NULL)
insert into sysmessages values
(14066,16,0,'The previous status must be ''active'', ''inactive'', or ''subscribed''.',NULL)
insert into sysmessages values
(14067,16,0,'The status value is the same as the previous status value.',NULL)
insert into sysmessages values
(14068,16,0,'Unable to update sysobjects. The subscription status could not be changed.',NULL)
insert into sysmessages values
(14069,16,0,'Unable to update sysarticles. The subscription status could not be changed.',NULL)
insert into sysmessages values
(14070,16,0,'Unable to update the distribution database subscription table. The subscription status could not be changed.',NULL)
insert into sysmessages values
(14071,16,0,'This distribution database is unavailable.',NULL)
insert into sysmessages values
(14072,16,0,'The publication you have selected is restricted. Contact your system administrator or database owner to obtain permission to subscribe to this publication. The subscription was not created.',NULL)
insert into sysmessages values
(14073,16,0,'This procedure must be executed from the subscriber.',NULL)
insert into sysmessages values
(14074,16,0,'The server ''%s'' is already listed as a publisher.',NULL)
insert into sysmessages values
(14075,16,0,'The publisher could not be created at this time.',NULL)
insert into sysmessages values
(14076,16,0,'Unable to grant replication login privilege to ''%s''.',NULL)
insert into sysmessages values
(14077,10,0,'The publication was successfully updated.',NULL)
insert into sysmessages values
(14078,16,0,'The property must be ''name'', ''description'', ''taskid'', ''sync_method'', ''status'', ''repl_freq'', or ''restricted''.',NULL)
insert into sysmessages values
(14079,16,0,'Do not qualify the destination table name with a database. Use the ''dest_db'' property of sp_changesubscription to specify a destination database.',NULL)
insert into sysmessages values
(14080,11,0,'The remote server does not exist or has not been designated as a valid publisher.',NULL)
insert into sysmessages values
(14081,16,0,'@replicated must be either ''true'' or ''false''.',NULL)
insert into sysmessages values
(14082,10,0,'The object was successfully marked as a replicated object.',NULL)
insert into sysmessages values
(14083,16,0,'The object was not successfully (un)marked as a replicated object.',NULL)
insert into sysmessages values
(14085,16,0,'The subscriber information could not be obtained from the distributor.',NULL)
insert into sysmessages values
(14086,16,0,'''%s'' is not a valid @subscriber_db.',NULL)
(14088,16,0,'The table ''%s'' must have a primary key in order to be published.',NULL)
insert into sysmessages values
(14089,10,0,'''%ld'' replicated commands for subscriber ''%s'' were removed from the distribution database.',NULL)
insert into sysmessages values
(14090,16,0,'A distribution server already exists.',NULL)
insert into sysmessages values
(14091,16,0,'The @type parameter passed to sp_helpreplicationdb must be either ''pub'' or ''sub''.',NULL)
insert into sysmessages values
(14092,16,0,'Unable to change article. A subscription exists on it.',NULL)
insert into sysmessages values
(14093,16,0,'You must be System Administrator (SA) or the Database Owner (dbo) or a Replication Subscriber (repl_subscriber) to execute this stored procedure.',NULL)
insert into sysmessages values
(14094,16,0,'Unable to subscribe to article ''%s'' because the ODBC subscriber ''%s'' does not support the ''truncate'' pre_creation_cmd.',NULL)
insert into sysmessages values
(14095,16,0,'Unable to subscribe to publication ''%s'' because ODBC subscriber ''%s'' only supports the ''bcp character'' sync_method.',NULL)
go
print ''
print 'Adding messages for SQL Executive replication subsystems.'
go
/*
** Adding messages for SQL Executive replication subsystems.
(14227,16,0,'You must specify an email address and/or a pager number for an administrator.',NULL)
insert into sysmessages values
(14228,16,0,'Invalid pager start time.',NULL)
insert into sysmessages values
(14229,16,0,'Invalid pager end time.',NULL)
insert into sysmessages values
(14230,16,0,'Pager end time must be later than pager end time.',NULL)
insert into sysmessages values
(14231,16,0,'Pager days must be one or more of Sunday (day 1) thru Saturday (day 7).',NULL)
insert into sysmessages values
(14232,16,0,'You must be the sa to add, drop, or update administrators.',NULL)
insert into sysmessages values
(14233,16,0,'Invalid admin id.',NULL)
insert into sysmessages values
(14234,16,0,'Administrator ''%s'' is the Email Admin for one or more Tasks. You must reassign those Tasks before dropping the Administrator.',NULL)
insert into sysmessages values
(14235,16,0,'Administrator ''%s'' is the Email or Page Admin for one or more Alerts. You must reassign those Alerts before dropping the Administrator.',NULL)
insert into sysmessages values
(14236,16,0,'Invalid active end date.',NULL)
insert into sysmessages values
(14237,16,0,'Invalid active end time of day.',NULL)
insert into sysmessages values
(14238,16,0,'Invalid active start date.',NULL)
insert into sysmessages values
(14239,16,0,'Invalid active start time of day.',NULL)
insert into sysmessages values
(14240,16,0,'Invalid next run date.',NULL)
insert into sysmessages values
(14241,16,0,'Invalid next run time.',NULL)
insert into sysmessages values
(14244,16,0,'You must be sa to reassign tasks.',NULL)
insert into sysmessages values
(14245,16,0,'You must specify either @name, @id or @loginname when dropping a task.',NULL)
insert into sysmessages values
(14246,16,0,'You must specify the name or id of the task to be updated.',NULL)
insert into sysmessages values
(14247,16,0,'The username (%s) you have specified is not your username (%s) in the %s database. Only the SA or the DBO of %s may do this.',NULL)
insert into sysmessages values
(14248,16,0,'This login is the owner of %ld Task(s). You must drop or re-assign these Tasks before the login can be dropped.',NULL)
insert into sysmessages values
(14249,16,0,'The @OpType parameter supplied is invalid - Must be one of R,O,I,T,A,G,D or E.',NULL)
insert into sysmessages values
(14250,16,0,'The @ID parameter supplied does not exist in systasks.',NULL)
insert into sysmessages values
(14251,16,0,'The @TriggerType parameter supplied is invalid - Must be one of U,I, or D.',NULL)
insert into sysmessages values
(14252,16,0,'You cannot perform this action on a task you do not own.',NULL)
insert into sysmessages values
(14253,16,0,'You cannot specify a remote server for a TSQL Task.',NULL)
insert into sysmessages values
(14254,16,0,'Only the sa, repl_publisher and repl_subscriber can specify @loginname for another login.', NULL)
insert into sysmessages values
(14255,16,0,'You must specify either @taskname or @oldloginname when re-assigning a task.', NULL)
(14301,16,0,'Logins other than the current user can only be seen by the SA.',NULL)
print ''
print 'Adding messages for alerts and operators.'
go
/*
** Error messages for alerts and operators proccedures (14500-14599)
*/
insert into sysmessages values
(14500, 16, 0, 'You must supply either a zero (or NULL) for @message_id and a non-zero non-null value for @severity, or a zero (or NULL) for @severity and a non-zero non-null value for @message_id.', NULL)
insert into sysmessages values
(14501, 16, 0, 'The @task_name parameter you have supplied does not exist in systasks.', NULL)
insert into sysmessages values
(14502, 16, 0, 'The @severity parameter you have supplied is not valid.', NULL)
insert into sysmessages values
(14503, 16, 0, 'The @include_event_description_in parameter must be EMAIL, PAGER, BOTH or NONE.', NULL)
insert into sysmessages values
(14504, 16, 0, 'The @delay_between_responses parameter must be greater than or equal to 0.', NULL)
insert into sysmessages values
(14505, 16, 0, 'The @occurrence_count parameter must be greater than 0 or equal to 0.', NULL)
insert into sysmessages values
(14506, 16, 0, 'An Alert for this @message_id - or @severity - with the same @event_description_keyword and @database_name values already exists (id = %s).', NULL)
insert into sysmessages values
(14507, 16, 0, 'The @alert_name parameter you have supplied does not exist in sysalerts.', NULL)
insert into sysmessages values
(14508, 16, 0, 'The @operator_name parameter you have supplied does not exist in sysoperators.', NULL)
insert into sysmessages values
(14509, 16, 0, 'This Notification does not exist in sysnotifications.', NULL)
insert into sysmessages values
(14510, 16, 0, 'The @object_type parameter must be either ALERTS or OPERATORS.', NULL)
insert into sysmessages values
(14511, 16, 0, 'The @enum_type parameter must be either ALL, ACTUAL or TARGET.', NULL)
insert into sysmessages values
(14512, 16, 0, 'The @notification_method parameter must be either EMAIL, PAGER or BOTH.', NULL)
(14516, 16, 0, 'The @enabled parameter must be either 0 or 1.', NULL)
insert into sysmessages values
(14517, 16, 0, 'The @notification_method parameter must be EMAIL, PAGER or BOTH.', NULL)
insert into sysmessages values
(14518, 16, 0, 'The @message_id parameter you have supplied is not valid.', NULL)
insert into sysmessages values
(14519, 16, 0, 'The @target_name parameter must be supplied when specifying an @enum_type of TARGET.', NULL)
insert into sysmessages values
(14520, 16, 0, 'The @target_name parameter should not be supplied when specifying an @enum_type of ALL or ACTUAL.', NULL)
insert into sysmessages values
(14521, 16, 0, 'The @target_name parameter does not exist in sys%s.', NULL)
insert into sysmessages values
(14522, 16, 0, 'The @weekday_pager_start_time parameter is invalid (must be in HHMMSS format).', NULL)
insert into sysmessages values
(14523, 16, 0, 'The @weekday_pager_end_time parameter is invalid (must be in HHMMSS format).', NULL)
insert into sysmessages values
(14524, 16, 0, 'The @saturday_pager_start_time parameter is invalid (must be in HHMMSS format).', NULL)
insert into sysmessages values
(14525, 16, 0, 'The @saturday_pager_end_time parameter is invalid (must be in HHMMSS format).', NULL)
insert into sysmessages values
(14526, 16, 0, 'The @sunday_pager_start_time parameter is invalid (must be in HHMMSS format).', NULL)
insert into sysmessages values
(14527, 16, 0, 'The @sunday_pager_end_time parameter is invalid (must be in HHMMSS format).', NULL)
insert into sysmessages values
(14528, 16, 0, 'The @name or @new_name parameter you have supplied is not unique.', NULL)
insert into sysmessages values
(14529, 16, 0, 'The @new_name parameter you have supplied is not unique.', NULL)
insert into sysmessages values
(14530, 16, 0, '%s is the Fail-Safe Operator. You must make another operator the Fail-Safe operator before %s can be dropped.', NULL)
insert into sysmessages values
(14531, 16, 0, 'The @task_name parameter you have supplied is not an On-Demand task. Only On-Demand tasks may be fired in response to an Alert.', NULL)
insert into sysmessages values
(14532, 16, 0, 'The @raise_snmp_trap parameter must be either 0 or 1.', NULL)
insert into sysmessages values
(14533, 16, 0, 'Alerts may not be set on Message ID %ld.', NULL)
(15033,16,0,'''%s'' is not a valid official language name.',NULL)
insert into sysmessages values
(15034,16,0,'The alias ''%s'' already exists in Syslanguages.',NULL)
insert into sysmessages values
(15035,16,0,'''%s'' is not a database device.',NULL)
insert into sysmessages values
(15036,16,0,'The datatype ''%s'' does not exist.',NULL)
insert into sysmessages values
(15037,16,0,'The physical datatype ''%s'' does not allow NULLs.',NULL)
insert into sysmessages values
(15038,16,0,'User-defined datatypes based on the ''timestamp'' datatype are not allowed.',NULL)
insert into sysmessages values
(15039,16,0,'The language ''%s'' already exists in Syslanguages.',NULL)
insert into sysmessages values
(15040,16,0,'User defined error messages must have a number > 50000.',NULL)
insert into sysmessages values
(15041,16,0,'User defined error messages must have a severity between 1 and 25.',NULL)
insert into sysmessages (error ,severity ,dlevel ,description ,langid) values
(15042,16,0,'Only the System Administrator (SA) may add messages with severity > 18 or which use the TRUE (for WITH_LOG) option.',NULL)
insert into sysmessages values
(15043,16,0,'You must specify ''REPLACE'' to overwrite an existing message.',NULL)
insert into sysmessages values
(15044,16,0,'''%s'' is an unknown device type. Use ''disk'', ''tape'', ''diskette'' or ''pipe''.',NULL)
insert into sysmessages values
(15045,16,0,'Logical name may not be NULL.',NULL)
insert into sysmessages values
(15046,16,0,'Physical name may not be NULL.',NULL)
insert into sysmessages values
(15047,16,0,'The only legal options for a tape device are ''skip'' and ''noskip''.',NULL)
insert into sysmessages values
(15048,16,0,'''%s'' is not a valid database device type. Please enter either ''system'' or ''data''.',NULL)
insert into sysmessages values
(15049,16,0,'Database already exists, specify ''data'' instead of ''system'' as the database device type to install additional data devices for an existing database.',NULL)
go
insert into sysmessages values
(15050,16,0,'No such database. You must first create the database by defining its system device.',NULL)
insert into sysmessages values
(15051,16,0,'The database size must be at least 1 Meg per device.',NULL)
insert into sysmessages values
(15052,16,0,'A new location for the system device must be provided when installing the system database device.',NULL)
insert into sysmessages values
(15053,16,0,'Objects exist which are not owned by the dbo.',NULL)
insert into sysmessages values
(15054,16,0,'No more available device numbers.',NULL)
insert into sysmessages values
(15055,16,0,'File ''%s'' cannot be opened.',NULL)
insert into sysmessages values
(15056,16,0,'Error inserting into table ''%s''. Database fragment not installed.',NULL)
insert into sysmessages values
(15057,16,0,'List of %s name contains spaces, which are not allowed.',NULL)
insert into sysmessages values
(15058,16,0,'List of %s has too few names.',NULL)
insert into sysmessages values
(15059,16,0,'List of %s has too many names.',NULL)
insert into sysmessages values
(15060,16,0,'List of %s names contains name(s) which have ''%s'' non-alphabetic characters.',NULL)
insert into sysmessages (error ,severity ,dlevel ,description ,langid) values
(15061,16,0,'Add Device request denied. There is already a physical device named ''%s''.',NULL)
insert into sysmessages values
(15062,16,0,'The ''guest'' user may not be mapped to a login name.',NULL)
insert into sysmessages values
(15063,16,0,'Login already has an account under a different user name.',NULL)
insert into sysmessages values
(15064,16,0,'Primary Key constraints do not have space allocated.',NULL)
insert into sysmessages values
(15065,16,0,'All user ids have been assigned.',NULL)
insert into sysmessages values
(15066,16,0,'There is already a default-name mapping of a remote login from remote server ''%s''.',NULL)
insert into sysmessages values
(15067,16,0,'''%s'' isn''t a local user -- remote login denied.',NULL)
insert into sysmessages values
(15068,16,0,'There is already a remote user named ''%s'' for remote server ''%s''.',NULL)
insert into sysmessages values
(15069,16,0,'One or more users is using the database. Cannot complete requested operation.',NULL)
insert into sysmessages values
(15070,16,0,'The ''repl_subscriber'' user may only be mapped to the ''repl_subscriber'' login.',NULL)
insert into sysmessages (error ,severity ,dlevel ,description ,langid) values
(15242,16,0,'Database option ''%s'' is not unique.',NULL)
insert into sysmessages values
(15243,16,0,'The option ''%s'' cannot be changed for the ''master'' database.',NULL)
insert into sysmessages values
(15244,16,0,'Only the System Administrator (SA) or the owner of the database may set db options.',NULL)
insert into sysmessages values
(15245,16,0,'''DBCC DBCONTROL'' error. Database not placed offline.',NULL)
insert into sysmessages values
(15246,16,0,'Cannot bring database online due to problem opening device ''%s''.',NULL)
insert into sysmessages values
(15247,16,0,'The object name ''%s'' is ambiguous. Table ''%s'' has both a column and an index named ''%s''. Please specify either ''COLUMN'' or ''INDEX'' after the new name.',NULL)
insert into sysmessages values
(15248,16,0,'You cannot specify ''%s'' unless renaming a column or index.',NULL)
insert into sysmessages values
(15249,16,0,'''%s'' is an invalid option for object type. Please enter either ''COLUMN'' or ''INDEX''.',NULL)
go
insert into sysmessages values
(15250,16,0,'Database name component of object qualifier must be name of current database.',NULL)
insert into sysmessages values
(15251,16,0,'Illegal ''%s'' specified -- must be %s.',NULL)
insert into sysmessages values
(15252,16,0,'PK table name or FK table name must be given.',NULL)
insert into sysmessages values
(15253,16,0,'''%s'' is not a column in table ''%s''.',NULL)
insert into sysmessages values
(15254,16,0,'Non dbo/guest users exist in database. Please drop them before removing database.',NULL)
insert into sysmessages values
(15255,16,0,'''%s'' is not a valid value for @autofix. The only valid option is ''auto''.',NULL)
(15257,16,0,'You cannot be USEing the database that you are attempting to certify.',NULL)
insert into sysmessages values
(15258,16,0,'The database must be owned by the System Administrator before it can be removed.',NULL)
insert into sysmessages values
(15259,16,0,'The database must occupy at least three database devices (one each for the ''system'' and ''log'' segments and one or more for the ''data'' segment(s)) before it can be removed.',NULL)
insert into sysmessages values
(15260,16,0,'The database has cannot be removed since it has noncontiguous fragments on one or more devices.',NULL)
(15262,16,0,'Invalid device size entered. Database devices must be at least 1 Meg. in size.',NULL)
insert into sysmessages values
(15263,16,0,'Could not create the ''%s'' device. See the errorlog for details.',NULL)
insert into sysmessages values
(15264,16,0,'Could not create the ''%s'' portion of the database.',NULL)
insert into sysmessages values
(15265,16,0,'Could not update sysusages.segmap.',NULL)
insert into sysmessages values
(15266,16,0,'Cannot make ''%s'' database removable.',NULL)
insert into sysmessages values
(15267,16,0,'You must supply a physical device for logical data device ''%s''.',NULL)
insert into sysmessages values
(15268,16,0,'You must supply a size for logical data device ''%s''.',NULL)
insert into sysmessages values
(15269,16,0,'Logical data device ''%s'' not created.',NULL)
insert into sysmessages values
(15270,16,0,'You may not specify a length for user types based on the ''sysname'' type.',NULL)
insert into sysmessages values
(15271,16,0,'Invalid @with_log value. Valid options are ''true'' or ''false''.',NULL)
insert into sysmessages values
(15272,16,0,'Procedure ''%s'' is not a valid startup procedure since startup procedures must be in the ''master'' database.',NULL)
insert into sysmessages values
(15273,16,0,'Cannot make ''%s'' a startup procedure since startup procedures must be in the ''master'' database and the current database is ''%s''.',NULL)
insert into sysmessages values
(15274,16,0,'Procedure ''%s'' is not a valid startup procedure since startup procedures must be in the ''master'' database and the current database is ''%s''.',NULL)
insert into sysmessages values
(15275,16,0,'Foreign Key constraints do not have space allocated.',NULL)
insert into sysmessages values
(15276,16,0,'User datatypes based on the physical type ''bit'' may not be nullable.',NULL)
insert into sysmessages values
(15277,16,0,'The only valid @parameter_value values are TRUE or FALSE.',NULL)
insert into sysmessages values
(15278,16,0,'Login: ''%s'' is already mapped to user: ''%s'' in database: ''%s''.',NULL)
insert into sysmessages values
(15279,16,0,'You must add the us_english version of this message before you can add the ''%s'' version.',NULL)
insert into sysmessages values
(15280,16,0,'All localized versions of this message must be dropped before the us_english version can be dropped.',NULL)
insert into sysmessages values
(15281,16,0,'''%s'' is not a valid value for @override. Please omit or use ''override''.',NULL)
insert into sysmessages values
(15282,16,0,'You may only specify ''override'' when setting the ''read only'' option.',NULL)
insert into sysmessages values
(15283,16,0,'The name ''%s'' contains too many characters.',NULL)
insert into sysmessages values
(15284,16,0,'The user has granted/revoked privileges to the following in the database and cannot be dropped.',NULL)
insert into sysmessages
(error ,severity ,dlevel ,description ,langid)
values
(15285,16,0,'The special word ''%s'' cannot be used for a logical device name.',NULL)
insert into sysmessages --sp_change_users_login
(error ,severity ,dlevel ,description ,langid)
values
(15286,16,0,'Aborting this procedure. The Action ''%s'' is unrecognized. Try REPORT, UPDATE_ONE, or AUTO_FIX.',NULL)
insert into sysmessages
(error ,severity ,dlevel ,description ,langid)
values
(15287,16,0,'Aborting this procedure. ''%s'' is a forbidden value for the login name parm in this procedure.',NULL)
insert into sysmessages
(error ,severity ,dlevel ,description ,langid)
values
(15288,16,0,'Aborting this procedure. Only %s has authority to run the action ''%s''.',NULL)
insert into sysmessages
(error ,severity ,dlevel ,description ,langid)
values
(15289,16,0,'Aborting this procedure. You must not have an open transaction when this is run.',NULL)
insert into sysmessages
(error ,severity ,dlevel ,description ,langid)
values
(15290,16,0,'Aborting this procedure. The Action ''%s'' is incompatible with the other parm values (''%s'' , ''%s'').',NULL)
insert into sysmessages
(error ,severity ,dlevel ,description ,langid)
values
(15291,16,0,'Aborting this procedure. The %s name ''%s'' is absent or invalid.',NULL)
insert into sysmessages
(error ,severity ,dlevel ,description ,langid)
values
(15292,1,0,'The row for User ''%s'' was fixed by updating its login link.',NULL)
insert into sysmessages
(error ,severity ,dlevel ,description ,langid)
values
(15293,1,0,'The row for User ''%s'' was fixed by updating its link to a new login.',NULL)
insert into sysmessages
(error ,severity ,dlevel ,description ,langid)
values
(15294,1,0,'Number of orphaned Users fixed by adding new logins then updating users was %d.',NULL)
insert into sysmessages
(error ,severity ,dlevel ,description ,langid)
values
(15295,1,0,'Number of orphaned Users fixed by updating users was %d.',NULL)
insert into sysmessages
(error ,severity ,dlevel ,description ,langid)
values
(15296,11,1,'The requested SUID value %d is already taken by ''%s''.',NULL)
insert into sysmessages
(error ,severity ,dlevel ,description ,langid)
values
(15297,16,1,'Attempt to add login ''%s'' was NOT successful. Maximum number of logins already reached.',NULL)
insert into sysmessages
(error ,severity ,dlevel ,description ,langid)
values
(15298,1,1,'New login ''%s'' successfully created (suid=%d).',NULL)
insert into sysmessages
(error ,severity ,dlevel ,description ,langid)
values
(15299,11,1,'An identifying name is too long (%s).',NULL) --default,rule
insert into sysmessages
(error ,severity ,dlevel ,description ,langid)
values
(15300,11,1,'No recognized letter is contained in the parm value for General Permission Type (%s). Valid letters are in this set: %s .',NULL)
go
insert into sysmessages
(error ,severity ,dlevel ,description ,langid)
values
(15301,11,1,'Login not added. The requested SUID value (%d) is not greater than 1.',NULL)
insert into sysmessages
(error ,severity ,dlevel ,description ,langid)
values
(15302,11,1,'Database_Name cannot be used to qualify owner.object for the parm into this proc.',NULL)
insert into sysmessages
(error ,severity ,dlevel ,description ,langid)
values
(15303,11,1,'"user options" config value (%d) was rejected because it would try to set incompatible options.',NULL)
insert into sysmessages
(error ,severity ,dlevel ,description ,langid)
values
(15304,11,1,'The input ACTION parm value (%s) is unrecognized; aborting this procedure.',NULL)
insert into sysmessages
(error ,severity ,dlevel ,description ,langid)
values
(15305,11,1,'Only the SA can modify configuration statuses; aborting this procedure.',NULL)
(15320,11,1,'Action denied. Fragments to be dedicated to log usage for a database cannot be on the device containing logical page 0 for that database. (%s, %s)',NULL)
insert into sysmessages
(error ,severity ,dlevel ,description ,langid)
values
(15321,11,1,'There is no extended procedure named ''%s''.',NULL)
insert into sysmessages
(error ,severity ,dlevel ,description ,langid)
values
(15322,11,1,'The XP option name ''%s'' is unrecognized.',NULL)
insert into sysmessages
(error ,severity ,dlevel ,description ,langid)
values
(15323,11,1,'The XP option value ''%s'' is unrecognized.',NULL)
insert into sysmessages
(error ,severity ,dlevel ,description ,langid)
values
(15324,1,1,'For extended proc ''%s'' the option ''%s'' is currently ''%s''.',NULL)
insert into sysmessages
(error ,severity ,dlevel ,description ,langid)
values
(15325,1,2,'The extended proc ''%s'' already has the option ''%s'' set to ''%s'', thus no action needed or taken.',NULL)
insert into sysmessages
(error ,severity ,dlevel ,description ,langid)
values
(15326,1,1,'For extended proc ''%s'' the option ''%s'' has been changed to ''%s''.',NULL)
insert into sysmessages
(error ,severity ,dlevel ,description ,langid)
values
(15327,11,1,'This procedure does not accept the Null value passed in for its required parameters.',NULL)
insert into sysmessages
(error ,severity ,dlevel ,description ,langid)
values
(15328,1,2,'Security on XP''s (Impersonate_Client) prevents this procedure from writing out CertifyR*.TXT',NULL)
go
-------------------------------------------
print ' '
print 'Adding cursor messages.'
print ' '
go
insert into sysmessages values
(16901,10,0,'%s:This feature has not been implemented yet.',NULL)
insert into sysmessages values
(16902,10,0,'%s: The parameter %s is invalid.',NULL)
insert into sysmessages values
(16903,10,0,'%s procedure called with incorrect number of parameters.',NULL)
insert into sysmessages values
(16904,10,0,'The cursor handle is invalid.',NULL)
insert into sysmessages values
(16905,10,0,'The cursor is already open.',NULL)
insert into sysmessages values
(16906,10,0,'The cursor is not declared.',NULL)
insert into sysmessages values
(16907,10,0,'%s is not allowed in cursor statements.',NULL)
insert into sysmessages values
(16909,10,0,'%s: The cursor identifier value provided (%d) is not valid.',NULL)
insert into sysmessages values
(16910,10,0,'%s: The fetch type %s can only be used with keyset driven cursors.',NULL)
insert into sysmessages values
(16911,10,0,'%s: The fetch type %s cannot be used with forward only cursors.',NULL)
insert into sysmessages values
(16912,10,0,'%s: This fetch type requires a rownumber.',NULL)
insert into sysmessages values
(16914,10,0,'%s procedure called with too many parameters.',NULL)
insert into sysmessages values
(16915,10,0,'A cursor with the name ''%s'' already exists.',NULL)
insert into sysmessages values
(16916,10,0,'A cursor with the name ''%s'' does not exist.',NULL)
insert into sysmessages values
(16917,10,0,'Cursor is not open.',NULL)
insert into sysmessages values
(16919,10,0,'Cannot open cursor--referenced object (NAME NOT RECOVERABLE) dropped already.',NULL)
insert into sysmessages values
(16920,10,0,'Stored procedure defining the cursor does not have a select statement.',NULL)
insert into sysmessages values
(16921,10,0,'Cursorfetch: Must declare variable ''%s''.',NULL)
insert into sysmessages values
(16922,10,0,'Cursorfetch: Variable type of ''%s'' does not match that of selected column in the cursor.',NULL)
insert into sysmessages values
(16923,10,0,'Cursorfetch: Maximum length of ''%s'' is incompatible with that of selected column in the cursor.',NULL)
insert into sysmessages values
(16924,10,0,'Cursorfetch: Number of variables declared in the INTO list must match that of selected columns.',NULL)
insert into sysmessages values
(16925,10,0,'The fetch type %s cannot be used with dynamic cursors.',NULL)
insert into sysmessages values
(16926,10,0,'sp_cursoroption: The column id (%d) does not correspond to a TEXT or IMAGE column.',NULL)
insert into sysmessages values
(16927,10,0,'sp_cursoroption: The cursor already has a name.',NULL)
insert into sysmessages values
(16928,10,0,'The column name ''%s'' specified in the FOR UPDATE list is invalid or ambiguous.',NULL)
insert into sysmessages values
(16929,10,0,'Cursor is read only.',NULL)
insert into sysmessages values
(16930,10,0,'Requested row is not in the fetch buffer.',NULL)
insert into sysmessages values
(16931,10,0,'There are no rows in the current fetch buffer.',NULL)
insert into sysmessages values
(16932,10,0,'Cursor has a ''FOR UPDATE'' list and the requested column to be updated is not in this list.',NULL)
insert into sysmessages values
(16933,10,0,'The cursor does not include the table being modified.',NULL)
insert into sysmessages values
(16934,10,0,'Optimistic concurrency check failed, the row was modified outside of this cursor.',NULL)
insert into sysmessages values
(16935,10,0,'No values parameters were specified for the sp_cursor-%s command.',NULL)
insert into sysmessages values
(16936,10,0,'Cannot open cursor-referenced object ''%s'' (ID %d) during %s.',NULL)
insert into sysmessages values
(16937,10,0,'Cannot open a cursor on a stored procedure that has anything other than a single select statement in it.',NULL)
insert into sysmessages values
(16938,10,0,'sp_cursoropen: The statement parameter can only be a single select or a single stored procedure.',NULL)
insert into sysmessages values
(16939,10,0,'Process has isolation level set to 0 (uncommitted reads), which can only support READ ONLY cursors.',NULL)
insert into sysmessages values
(16940,10,0,'Table optimizer hint ''%s'' is not allowed with READ ONLY cursors.',NULL)
insert into sysmessages values
(16941,10,0,'Cursor updates are not allowed on tables opened with NOLOCK option.',NULL)
insert into sysmessages values
(16942,10,0,'Asynchronous keyset generation failed, the cursor has been deallocated.',NULL)
insert into sysmessages values
(16943,10,0,'Cursor open failed because the size of the keyset row exceeded maximum allowed row size.',NULL)
insert into sysmessages values
(16944,10,0,'The unique index used for the table needs to have smaller number of keys or keys with smaller sizes.',NULL)
insert into sysmessages values
(16945,10,0,'Cursor open failed because the size of the table row is too large for optimistic checking based on values.',NULL)
insert into sysmessages values
(16946,10,0,'Try using locking, readonly or timestamp based optimistic checking for concurrency control on the table.',NULL)
insert into sysmessages values
(16964,10,0,'Cursor has been closed after releasing its locks in order to resolve a deadlock situation.',NULL)