Search the Blog

Wednesday, June 30, 2021

SQL Error Types

Error Type =3009,/n Error Description Could not insert a backup or restore history/detail record in the msdb database. This may indicate a problem with the msdb database. The backup/restore operation was still successful.. Error Severity  Level=16

Microsoft SQL Server Error 5243 – Top 3 Ways To Fix This Issue ...

Error Type =3011, Error Description All backup devices must be of the same general class (for example, DISK and TAPE).. Error Severity  Level=16

Error Type =3013, Error Description %hs is terminating abnormally.. Error Severity  Level=16

Error Type =3014, Error Description %hs successfully processed %d pages in %d.%03d seconds (%d.%03d MB/sec).. Error Severity  Level=10

Error Type =3015, Error Description %hs is not yet implemented.. Error Severity  Level=16

Error Type =3016, Error Description File '%ls' of database '%ls' has been removed or shrunk since this backup or restore operation was interrupted. The operation cannot be restarted.. Error Severity  Level=16

Error Type =3017, Error Description Could not resume interrupted backup or restore operation. See the SQL Server error log for more information.. Error Severity  Level=16

Error Type =3018, Error Description There is no interrupted backup or restore operation to restart. Reissue the statement without the RESTART clause.. Error Severity  Level=16

Error Type =3019, Error Description The checkpoint file was for a different backup or restore operation. Reissue the statement without the RESTART clause.. Error Severity  Level=16

Error Type =3020, Error Description The backup operation cannot be restarted as the log has been truncated. Reissue the statement without the RESTART clause.. Error Severity  Level=16

Error Type =3021, Error Description Cannot perform a backup or restore operation within a transaction.. Error Severity  Level=16

Error Type =3023, Error Description Backup and file manipulation operations (such as ALTER DATABASE ADD FILE) on a database must be serialized. Reissue the statement after the current backup or file manipulation operation is completed.. Error Severity  Level=16

Error Type =3024, Error Description You can only perform a full backup of the master database. Use BACKUP DATABASE to back up the entire master database.. Error Severity  Level=16

Error Type =3025, Error Description Missing database name. Reissue the statement specifying a valid database name.. Error Severity  Level=16

Error Type =3026, Error Description Could not find filegroup ID %d in sysfilegroups for database '%ls'.. Error Severity  Level=16

Error Type =3027, Error Description Could not find filegroup '%.*ls' in sysfilegroups for database '%.*ls'.. Error Severity  Level=16

Error Type =3028, Error Description Operation checkpoint file is invalid. Could not restart operation. Reissue the statement without the RESTART option.. Error Severity  Level=16

Error Type =3031, Error Description Option '%ls' conflicts with option(s) '%ls'. Remove the conflicting option and reissue the statement.. Error Severity  Level=16

Error Type =3032, Error Description One or more of the options (%ls) are not supported for this statement. Review the documentation for supported options.. Error Severity  Level=16

Error Type =3033, Error Description BACKUP DATABASE cannot be used on a database opened in emergency mode.. Error Severity  Level=16

Error Type =3034, Error Description No files were selected to be processed. You may have selected one or more filegroups that have no members.. Error Severity  Level=16

Error Type =3035, Error Description Cannot perform a differential backup for database '%ls', because a current database backup does not exist. Perform a full database backup by reissuing BACKUP DATABASE, omitting the WITH DIFFERENTIAL option.. Error Severity  Level=16

Error Type =3036, Error Description Database '%ls' is in warm-standby state (set by executing RESTORE WITH STANDBY) and cannot be backed up until the entire load sequence is completed.. Error Severity  Level=16

Error Type =3037, Error Description Minimally logged operations have occurred prior to this WITH RESTART command. Reissue the BACKUP statement without WITH RESTART.. Error Severity  Level=16

Error Type =3038, Error Description The filename '%ls' is invalid as a backup device name. Reissue the BACKUP statement with a valid filename.. Error Severity  Level=16

Error Type =3039, Error Description Cannot perform a differential backup for file '%ls' because a current file backup does not exist. Reissue BACKUP DATABASE omitting the WITH DIFFERENTIAL option.. Error Severity  Level=16

Error Type =3040, Error Description An error occurred while informing replication of the backup. The backup will continue, but the replication environment should be inspected.. Error Severity  Level=10

Error Type =3041, Error Description BACKUP failed to complete the command %.*ls. Error Severity  Level=16

Error Type =3101, Error Description Exclusive access could not be obtained because the database is in use.. Error Severity  Level=16

Error Type =3108, Error Description RESTORE DATABASE must be used in single user mode when trying to restore the master database.. Error Severity  Level=16

Error Type =3110, Error Description User does not have permission to RESTORE database '%.*ls'.. Error Severity  Level=14

Error Type =3112, Error Description Cannot restore any database other than master when the server is in single user mode.. Error Severity  Level=16

Error Type =3113, Error Description The database owner (DBO) does not have an entry in sysusers in database '%.*ls'.. Error Severity  Level=21

Error Type =3114, Error Description Database '%.*ls' does not have an entry in sysdatabases.. Error Severity  Level=21

Error Type =3123, Error Description Invalid database name '%.*ls' specified for backup or restore operation.. Error Severity  Level=16

Error Type =3127, Error Description Temporary Message: The backup set does not contain pages for file '%ls'.. Error Severity  Level=16

Error Type =3128, Error Description File '%ls' has an unsupported page size (%d).. Error Severity  Level=16

Error Type =3129, Error Description Temporary Message: File '%ls' has changed size from %d to %d bytes.. Error Severity  Level=16

Error Type =3132, Error Description The media set for database '%ls' has %d family members but only %d are provided. All members must be provided.. Error Severity  Level=16

Error Type =3133, Error Description The volume on device '%ls' is not a member of the media family.. Error Severity  Level=16

Error Type =3135, Error Description The backup set in file '%ls' was created by %hs and cannot be used for this restore operation.. Error Severity  Level=16

Error Type =3136, Error Description Cannot apply the backup on device '%ls' to database '%ls'.. Error Severity  Level=16

Error Type =3138, Error Description One or more files in the backup set are no longer part of database '%ls'.. Error Severity  Level=16

Error Type =3140, Error Description Could not adjust the space allocation for file '%ls'.. Error Severity  Level=16

Error Type =3141, Error Description The database to be restored was named '%ls'. Reissue the statement using the WITH REPLACE option to overwrite the '%ls' database.. Error Severity  Level=16

Error Type =3142, Error Description File '%ls' cannot be restored over the existing '%ls'. Reissue the RESTORE statement using WITH REPLACE to overwrite pre-existing files.. Error Severity  Level=16

Error Type =3143, Error Description The data set on device '%ls' is not a SQL Server backup set.. Error Severity  Level=16

Error Type =3144, Error Description File '%.*ls' was not backed up in file %d on device '%ls'. The file cannot be restored from this backup set.. Error Severity  Level=16

Error Type =3145, Error Description The STOPAT option is not supported for RESTORE DATABASE. You can use the STOPAT option with RESTORE LOG.. Error Severity  Level=16

Error Type =3146, Error Description None of the newly-restored files had been modified after the backup was taken, so no further recovery actions are required. The database is now available for use.. Error Severity  Level=16

Error Type =3147, Error Description Backup and restore operations are not allowed on database tempdb.. Error Severity  Level=16

Error Type =3148, Error Description Media recovery for ALTER DATABASE is not yet implemented. The database cannot be rolled forward.. Error Severity  Level=16

Error Type =3150, Error Description The master database has been successfully restored. Shutting down SQL Server.. Error Severity  Level=10

Error Type =3151, Error Description The master database failed to restore. Use the rebuildm utility to rebuild the master database. Shutting down SQL Server.. Error Severity  Level=21

Error Type =3234, Error Description Logical file '%.*ls' is not part of database '%ls'. Use RESTORE FILELISTONLY to list the logical file names.. Error Severity  Level=15

Error Type =3241, Error Description The media family on device '%ls' is incorrectly formed. SQL Server cannot process this media family.. Error Severity  Level=16

Error Type =3242, Error Description The file on device '%ls' is not a valid Microsoft Tape Format backup set.. Error Severity  Level=16

Error Type =3243, Error Description The media family on device '%ls' was created using Microsoft Tape Format version %d.%d. SQL Server supports version %d.%d.. Error Severity  Level=16

Error Type =3244, Error Description Descriptor block size exceeds %d bytes. Use a shorter name and/or description string and retry the operation.. Error Severity  Level=16

Error Type =3245, Error Description Could not convert a string to or from Unicode, %ls.. Error Severity  Level=16

Error Type =3246, Error Description The media family on device '%ls' is marked as nonappendable. Reissue the statement using the INIT option to overwrite the media.. Error Severity  Level=16

Error Type =3247, Error Description The volume on device '%ls' has the wrong media sequence number (%d). Remove it and insert volume %d.. Error Severity  Level=16

Error Type =3248, Error Description >>> VOLUME SWITCH <<< (not for output!). Error Severity  Level=25

Error Type =3249, Error Description The volume on device '%ls' is a continuation volume for the backup set. Remove it and insert the volume holding the start of the backup set.. Error Severity  Level=16

Error Type =3250, Error Description The value '%d' is not within range for the %ls parameter.. Error Severity  Level=16

Error Type =, Error Description DBCC INDEXDEFRAG cannot be used on system table indexes. Error Severity  Level=14

Error Type =3251, Error Description The media family on device '%ls' is complete. The device is now being reused for one of the remaining families.. Error Severity  Level=10

Error Type =3253, Error Description The block size parameter must supply a value that is a power of 2.. Error Severity  Level=16

Error Type =3254, Error Description The volume on device '%ls' is empty.. Error Severity  Level=16

Error Type =3255, Error Description The data set on device '%ls' is a SQL Server backup set not compatible with this version of SQL Server.. Error Severity  Level=16

Error Type =3256, Error Description The backup set on device '%ls' was terminated while it was being created and is incomplete. RESTORE sequence is terminated abnormally.. Error Severity  Level=16

Error Type =3257, Error Description There is insufficient free space on disk volume '%ls' to create the database. The database requires %I64u additional free bytes, while only %I64u bytes are available.. Error Severity  Level=16

Error Type =3258, Error Description The volume on device '%ls' belongs to a different media set.. Error Severity  Level=16

Error Type =3259, Error Description The volume on device '%ls' is not part of a multiple family media set. BACKUP WITH FORMAT can be used to form a new media set.. Error Severity  Level=16

Error Type =3260, Error Description An internal buffer has become full.. Error Severity  Level=16

Error Type =3261, Error Description SQL Server cannot use the virtual device configuration.. Error Severity  Level=16

Error Type =3262, Error Description The backup set is valid.. Error Severity  Level=16

Error Type =3263, Error Description Cannot use the volume on device '%ls' as a continuation volume. It is sequence number %d of family %d for the current media set. Insert a new volume, or sequence number %d of family %d for the current set.. Error Severity  Level=16

Error Type =3264, Error Description The operation did not proceed far enough to allow RESTART. Reissue the statement without the RESTART qualifier.. Error Severity  Level=16

Error Type =3265, Error Description The login has insufficient authority. Membership of the sysadmin role is required to use VIRTUAL_DEVICE with BACKUP or RESTORE.. Error Severity  Level=16

Error Type =3266, Error Description The backup data in '%ls' is incorrectly formatted. Backups cannot be appended, but existing backup sets may still be usable.. Error Severity  Level=16

Error Type =3267, Error Description Insufficient resources to create UMS scheduler.. Error Severity  Level=16

Error Type =3268, Error Description Cannot use the backup file '%ls' because it was originally formatted with sector size %d and is now on a device with sector size %d.. Error Severity  Level=16

Error Type =3269, Error Description Cannot restore the file '%ls' because it was originally written with sector size %d; '%ls' is now on a device with sector size %d.. Error Severity  Level=16

Error Type =3270, Error Description An internal consistency error occurred. Contact Technical Support for assistance.. Error Severity  Level=16

Error Type =3271, Error Description Nonrecoverable I/O error occurred on file '%ls'.. Error Severity  Level=16

Error Type =3272, Error Description The '%ls' device has a hardware sector size of %d, but the block size parameter specifies an incompatible override value of %d. Reissue the statement using a compatible block size.. Error Severity  Level=16

Error Type =3273, Error Description The BUFFERCOUNT parameter must supply a value that allows at least one buffer per backup device.. Error Severity  Level=16

Error Type =3274, Error Description Incorrect checksum computed for the backup set on device %ls. The backup set cannot be restored.. Error Severity  Level=16

Error Type =3275, Error Description I/O request 0x%08x failed I/O verification. See the error log for a description.. Error Severity  Level=16

Error Type =3276, Error Description WITH SNAPSHOT can be used only if the backup set was created WITH SNAPSHOT.. Error Severity  Level=16

Error Type =3277, Error Description WITH SNAPSHOT must be used with only one virtual device.. Error Severity  Level=16

Error Type =3278, Error Description Failed to encrypt string %ls. Error Severity  Level=16

Error Type =3279, Error Description Access is denied due to a password failure. Error Severity  Level=16

Error Type =3280, Error Description Backups on raw devices are not supported. '%ls' is a raw device.. Error Severity  Level=16

Error Type =3281, Error Description Released and initiated rewind on '%ls'.. Error Severity  Level=16

Error Type =3301, Error Description Invalid log record found in the transaction log (logop %d).. Error Severity  Level=21

Error Type =3313, Error Description Error while redoing logged operation in database '%.*ls'. Error at log record ID %S_LSN.. Error Severity  Level=21

Error Type =3314, Error Description Error while undoing logged operation in database '%.*ls'. Error at log record ID %S_LSN.. Error Severity  Level=21

Error Type =3315, Error Description During rollback, process %d was expected to hold mode %d lock at level %d for row %S_RID in database '%.*ls' under transaction %S_XID.. Error Severity  Level=10

Error Type =3405, Error Description Recovering database '%.*ls'.. Error Severity  Level=10

Error Type =3406, Error Description %d transactions rolled forward in database '%.*ls' (%d).. Error Severity  Level=10

Error Type =3407, Error Description %d transactions rolled back in database '%.*ls' (%d).. Error Severity  Level=10

Error Type =3408, Error Description Recovery complete.. Error Severity  Level=10

Error Type =3413, Error Description Database ID %d. Could not mark database as suspect. Getnext NC scan on sysdatabases.dbid failed.. Error Severity  Level=21

Error Type =3414, Error Description Database '%.*ls' (database ID %d) could not recover. Contact Technical Support.. Error Severity  Level=10

Error Type =3415, Error Description Database '%.*ls' is read-only or has read-only files and must be made writable before it can be upgraded.. Error Severity  Level=16

Error Type =3417, Error Description Cannot recover the master database. Exiting.. Error Severity  Level=21

Error Type =3429, Error Description Warning: The outcome of transaction %S_XID, named '%.*ls' in database '%.*ls' (database ID %d), could not be determined because the coordinating database (database ID %d) could not be opened. The transaction was assumed to be committed.. Error Severity  Level=10

Error Type =3430, Error Description Warning: Could not determine the outcome of transaction %S_XID, named '%.*ls' in database '%.*ls' (with ID %d) because the coordinating database (ID %d) did not contain the outcome. The transaction was assumed to be committed.. Error Severity  Level=10

Error Type =3431, Error Description Could not recover database '%.*ls' (database ID %d) due to unresolved transaction outcomes.. Error Severity  Level=21

Error Type =3432, Error Description Warning: syslanguages is missing.. Error Severity  Level=16

Error Type =3433, Error Description Name is truncated to '%.*ls'. The maximum name length is %d.. Error Severity  Level=16

Error Type =3434, Error Description Cannot change sort order or locale. Server shutting down. Restart SQL Server to continue with sort order unchanged.. Error Severity  Level=20

Error Type =3435, Error Description Sort order or locale cannot be changed because user objects or user databases exist.. Error Severity  Level=20

Error Type =3436, Error Description Cannot rebuild index for the '%.*ls' table in the '%.*ls' database.. Error Severity  Level=16

Error Type =3437, Error Description Error recovering database '%.*ls'. Could not connect to MSDTC to check the completion status of transaction %S_XID.. Error Severity  Level=21

Error Type =3438, Error Description Database '%.*ls' (database ID %d) failed to recover because transaction first LSN is not equal to LSN in checkpoint. Contact Technical Support.. Error Severity  Level=10

Error Type =3439, Error Description Database '%.*ls' (database ID %d). The DBCC RECOVERDB statement failed due to previous errors.. Error Severity  Level=10

Error Type =3440, Error Description Database '%.*ls' (database ID %d). The DBCC RECOVERDB statement can only be run after a RESTORE statement that used the WITH NORECOVERY option.. Error Severity  Level=21

Error Type =3441, Error Description Database '%.*ls' (database ID %d). The RESTORE statement could not access file '%ls'. Error was '%ls'.. Error Severity  Level=21

Error Type =3442, Error Description Database '%.*ls' (database ID %d). The size of the undo file is insufficient.. Error Severity  Level=21

Error Type =3443, Error Description Database '%.*ls' (database ID %d) was marked for standby or read-only use, but has been modified. The RESTORE LOG statement cannot be performed.. Error Severity  Level=21

Error Type =3445, Error Description File '%ls' is not a valid undo file for database '%.*ls', database ID %d.. Error Severity  Level=21

Error Type =3450, Error Description Recovery of database '%.*ls' (%d) is %d%% complete (approximately %d more seconds) (Phase %d of 3).. Error Severity  Level=10

Error Type =3604, Error Description Duplicate key was ignored.. Error Severity  Level=10

Error Type =3605, Error Description Duplicate row was ignored.. Error Severity  Level=10

Error Type =3606, Error Description Arithmetic overflow occurred.. Error Severity  Level=10

Error Type =3607, Error Description Division by zero occurred.. Error Severity  Level=10

Error Type =3608, Error Description Cannot allocate a GUID for the token.. Error Severity  Level=16

Error Type =3612, Error Description %hsSQL Server Execution Times:%hs CPU time = %lu ms, elapsed time = %lu ms.. Error Severity  Level=10

Error Type =3613, Error Description SQL Server parse and compile time: %hs CPU time = %lu ms, elapsed time = %lu ms.. Error Severity  Level=10

Error Type =3615, Error Description Table '%.*ls'. Scan count %d, logical reads %d, physical reads %d, read-ahead reads %d.. Error Severity  Level=10

Error Type =3618, Error Description The transaction has been terminated.. Error Severity  Level=10

Error Type =3619, Error Description Could not write a CHECKPOINT record in database ID %d because the log is out of space.. Error Severity  Level=10

Error Type =3620, Error Description Automatic checkpointing is disabled in database '%.*ls' because the log is out of space. It will continue when the database owner successfully checkpoints the database. Free up some space or extend the database and then run the CHECKPOINT statement.. Error Severity  Level=10

Error Type =3621, Error Description The statement has been terminated.. Error Severity  Level=10

Error Type =3622, Error Description A domain error occurred.. Error Severity  Level=10

Error Type =3625, Error Description %hs' is not yet implemented.. Error Severity  Level=20

Error Type =3627, Error Description Could not create worker thread.. Error Severity  Level=16

Error Type =3628, Error Description A floating point exception occurred in the user process. Current transaction is canceled.. Error Severity  Level=24

Error Type =3629, Error Description This SQL Server has been optimized for %d concurrent queries. This limit has been exceeded by %d queries and performance may be adversely affected.. Error Severity  Level=10

Error Type =3630, Error Description Concurrency violations since %ls%s 1 2 3 4 5 6 7 8 9 10-100 >100%s%6u%6u%6u%6u%6u%6u%6u%6u%6u%8u%6u. Error Severity  Level=10

Error Type =3631, Error Description Concurrency violations will be written to the SQL Server error log.. Error Severity  Level=10

Error Type =3632, Error Description Concurrency violations will not be written to the SQL Server error log.. Error Severity  Level=10

Error Type =3701, Error Description Cannot %S_MSG the %S_MSG '%.*ls', because it does not exist in the system catalog.. Error Severity  Level=11

Error Type =3702, Error Description Cannot drop the %S_MSG '%.*ls' because it is currently in use.. Error Severity  Level=16

Error Type =3703, Error Description Cannot detach the %S_MSG '%.*ls' because it is currently in use.. Error Severity  Level=16

Error Type =3704, Error Description User does not have permission to perform this operation on %S_MSG '%.*ls'.. Error Severity  Level=16

Error Type =3705, Error Description Cannot use DROP %ls with '%.*ls' because '%.*ls' is a %S_MSG. Use DROP %ls.. Error Severity  Level=16

Error Type =3708, Error Description Cannot %S_MSG the %S_MSG '%.*ls' because it is a system %S_MSG.. Error Severity  Level=16

Error Type =3716, Error Description The %S_MSG '%.*ls' cannot be dropped because it is bound to one or more %S_MSG.. Error Severity  Level=16

Error Type =3718, Error Description Could not drop index '%.*ls' because the table or clustered index entry cannot be found in the sysindexes system table.. Error Severity  Level=11

Error Type =3723, Error Description An explicit DROP INDEX is not allowed on index '%.*ls'. It is being used for %ls constraint enforcement.. Error Severity  Level=16

Error Type =3724, Error Description Cannot %S_MSG the %S_MSG '%.*ls' because it is being used for replication.. Error Severity  Level=16

Error Type =3725, Error Description The constraint '%.*ls' is being referenced by table '%.*ls', foreign key constraint '%.*ls'.. Error Severity  Level=16

Error Type =3726, Error Description Could not drop object '%.*ls' because it is referenced by a FOREIGN KEY constraint.. Error Severity  Level=10

Error Type =3727, Error Description Could not drop constraint. See previous errors.. Error Severity  Level=10

Error Type =3728, Error Description %.*ls' is not a constraint.. Error Severity  Level=16

Error Type =3729, Error Description Cannot DROP TABLE 'Table Name' because it is being referenced by object 'Object Name'.. Error Severity  Level=16

Error Type =3733, Error Description Constraint '%.*ls' does not belong to table '%.*ls'.. Error Severity  Level=16

Error Type =3736, Error Description Cannot drop the %S_MSG '%.*ls' because it is being used for distribution.. Error Severity  Level=16

Error Type =3737, Error Description Could not delete file '%ls'. See the SQL Server error log for more information.. Error Severity  Level=16

Error Type =3738, Error Description Deleting database file '%ls'.. Error Severity  Level=16

Error Type =3739, Error Description Cannot %ls the index '%.*ls' because it is not a statistics collection.. Error Severity  Level=15

Error Type =3902, Error Description The COMMIT TRANSACTION request has no corresponding BEGIN TRANSACTION.. Error Severity  Level=13

Error Type =3903, Error Description The ROLLBACK TRANSACTION request has no corresponding BEGIN TRANSACTION.. Error Severity  Level=13

Error Type =3904, Error Description Cannot unsplit logical page %S_PGID in object '%.*ls', in database '%.*ls'. Both pages together contain more data than will fit on one page.. Error Severity  Level=21

Error Type =3906, Error Description Could not run BEGIN TRANSACTION in database '%.*ls' because the database is read-only.. Error Severity  Level=16

Error Type =3908, Error Description Could not run BEGIN TRANSACTION in database '%.*ls' because the database is in bypass recovery mode.. Error Severity  Level=16

Error Type =3909, Error Description Session binding token is invalid.. Error Severity  Level=16

Error Type =3910, Error Description Transaction context in use by another session.. Error Severity  Level=16

Error Type =3912, Error Description Cannot bind using an XP token while the server is not in an XP call.. Error Severity  Level=16

Error Type =3914, Error Description The data type '%s' is invalid for transaction names or savepoint names. Allowed data types are char, varchar, nchar, or nvarchar.. Error Severity  Level=16

Error Type =3915, Error Description Cannot use the ROLLBACK statement within an INSERT-EXEC statement.. Error Severity  Level=16

Error Type =3916, Error Description Cannot use the COMMIT statement within an INSERT-EXEC statement unless BEGIN TRANSACTION is used first.. Error Severity  Level=16

Error Type =3917, Error Description Session is bound to a transaction context that is in use. Other statements in the batch were ignored.. Error Severity  Level=16

Error Type =3918, Error Description Statement must be executed in the context of a user transaction.. Error Severity  Level=16

Error Type =3919, Error Description Cannot enlist in the transaction because the transaction has already been committed or rolled back.. Error Severity  Level=16

Error Type =3920, Error Description The WITH MARK option only applies to the first BEGIN TRAN WITH MARK statement. The option is ignored.. Error Severity  Level=10

Error Type =3921, Error Description Cannot get a transaction token if there is no transaction active. Reissue the statement after a transaction has been started. Error Severity  Level=16

Error Type =3922, Error Description Cannot enlist in the transaction because the transaction does not exist.. Error Severity  Level=16

Error Type =3923, Error Description Cannot use transaction marks on database '%.*ls' with bulk-logged operations that have not been backed up. The mark is ignored.. Error Severity  Level=10

Error Type =3924, Error Description The session was enlisted in an active user transaction while trying to bind to a new transaction. The session has defected from the previous user transaction.. Error Severity  Level=10

Error Type =3925, Error Description Invalid transaction mark name. The 'LSN:' prefix is reserved.. Error Severity  Level=16

Error Type =3926, Error Description The transaction active in this session has been committed or aborted by another session.. Error Severity  Level=10

Error Type =3927, Error Description The session had an active transaction when it tried to enlist in a Distributed Transaction Coordinator transaction.. Error Severity  Level=10

Error Type =3928, Error Description The marked transaction '%.*ls' failed. A Deadlock was encountered while attempting to place the mark in the log.. Error Severity  Level=16

Monday, May 31, 2021

Error Type and Severity

Error Type =4003,/n Error Description ODS error. Server is terminating this connection.. Error Severity  Level=21

A High Level Comparison Between Oracle and SQL Server – Part IV ...

Error Type =4004, Error Description Unicode data in a Unicode-only collation or ntext data cannot be sent to clients using DB-Library (such as ISQL) or ODBC version 3.7 or earlier.. Error Severity  Level=16

Error Type =4015, Error Description Language requested in login '%.*ls' is not an official name on this SQL Server. Using server-wide default %.*ls instead.. Error Severity  Level=16

Error Type =4016, Error Description Language requested in 'login %.*ls' is not an official name on this SQL Server. Using user default %.*ls instead.. Error Severity  Level=16

Error Type =4017, Error Description Neither the language requested in 'login %.*ls' nor user default language %.*ls is an official language name on this SQL Server. Using server-wide default %.*ls instead.. Error Severity  Level=16

Error Type =4018, Error Description User default language %.*ls is not an official language name on this SQL Server. Using server-wide default %.*ls instead.. Error Severity  Level=16

Error Type =4019, Error Description Language requested in login '%.*ls' is not an official language name on this SQL Server. Login fails.. Error Severity  Level=16

Error Type =4020, Error Description Default date order '%.*ls' for language %.*ls is invalid. Using mdy instead.. Error Severity  Level=16

Error Type =4027, Error Description Mount tape for %hs of database '%ls'.. Error Severity  Level=16

Error Type =4028, Error Description End of tape has been reached. Remove tape '%ls' and mount next tape for %hs of database '%ls'.. Error Severity  Level=16

Error Type =4030, Error Description The medium on device '%ls' expires on %hs and cannot be overwritten.. Error Severity  Level=10

Error Type =4035, Error Description Processed %d pages for database '%ls', file '%ls' on file %d.. Error Severity  Level=10

Error Type =4037, Error Description User-specified volume ID '%ls' does not match the volume ID '%ls' of the device '%ls'.. Error Severity  Level=16

Error Type =4038, Error Description Cannot find file ID %d on device '%ls'.. Error Severity  Level=16

Error Type =4060, Error Description Cannot open database requested in login '%.*ls'. Login fails.. Error Severity  Level=11

Error Type =4061, Error Description Cannot open either database requested in login (%.*ls) or user default database. Using master database instead.. Error Severity  Level=11

Error Type =4062, Error Description Cannot open user default database. Using master database instead.. Error Severity  Level=11

Error Type =4063, Error Description Cannot open database requested in login (%.*ls). Using user default '%.*ls' instead.. Error Severity  Level=11

Error Type =4064, Error Description Cannot open user default database. Login failed.. Error Severity  Level=11

Error Type =4104, Error Description The multi-part identifier could not be bound.. Error Severity  Level=16

Error Type =4208, Error Description The statement %hs is not allowed while the recovery model is SIMPLE. Use BACKUP DATABASE or change the recovery model using ALTER DATABASE.. Error Severity  Level=16

Error Type =4212, Error Description Cannot back up the log of the master database. Use BACKUP DATABASE instead.. Error Severity  Level=16

Error Type =4214, Error Description There is no current database backup. This log backup cannot be used to roll forward a preceding database backup.. Error Severity  Level=10

Error Type =4215, Error Description The log was not truncated because records at the beginning of the log are pending replication. Ensure the Log Reader Agent is running or use sp_repldone to mark transactions as distributed.. Error Severity  Level=10

Error Type =4216, Error Description Minimally logged operations cannot be backed up when the database is unavailable.. Error Severity  Level=16

Error Type =4217, Error Description BACKUP LOG cannot modify the database because database is read-only. The backup will continue,although subsequent backups will duplicate the work of this backup.. Error Severity  Level=10

Error Type =4301, Error Description Database in use. The system administrator must have exclusive use of the database to restore the log.. Error Severity  Level=16

Error Type =4304, Error Description A USER ATTENTION signal raised during RESTORE LOG is being ignored until the current restore completes.. Error Severity  Level=16

Error Type =4305, Error Description The log in this backup set begins at LSN %.*ls, which is too late to apply to the database. An earlier log backup that includes LSN %.*ls can be restored.. Error Severity  Level=16

Error Type =4306, Error Description The preceding restore operation did not specify WITH NORECOVERY or WITH STANDBY. Restart the restore sequence, specifying WITH NORECOVERY or WITH STANDBY for all but the final step.. Error Severity  Level=16

Error Type =4316, Error Description Can only RESTORE LOG in the master database if SQL Server is in single user mode.. Error Severity  Level=16

Error Type =4318, Error Description File '%ls' has been rolled forward to LSN %.*ls. This log terminates at LSN %.*ls, which is too early to apply the WITH RECOVERY option. Reissue the RESTORE LOG statement WITH NORECOVERY.. Error Severity  Level=16

Error Type =4320, Error Description File '%ls' was only partially restored by a database or file restore. The entire file must be successfully restored before applying the log.. Error Severity  Level=16

Error Type =4322, Error Description This log file contains records logged before the designated point-in-time. The database is being left in load state so you can apply another log file.. Error Severity  Level=10

Error Type =4323, Error Description The database is marked suspect. Transaction logs cannot be restored. Use RESTORE DATABASE to recover the database.. Error Severity  Level=16

Error Type =4324, Error Description Backup history older than %ls has been deleted.. Error Severity  Level=10

Error Type =4325, Error Description Could not delete entries for backup set ID '%ls'.. Error Severity  Level=16

Error Type =4326, Error Description The log in this backup set terminates at LSN %.*ls, which is too early to apply to the database. A more recent log backup that includes LSN %.*ls can be restored.. Error Severity  Level=16

Error Type =4327, Error Description The log in this backup set contains minimally logged changes. Point-in-time recovery is inhibited. RESTORE will roll forward to end of logs without recovering the database.. Error Severity  Level=16

Error Type =4328, Error Description File '%ls' is missing. Rollforward stops at log sequence number %.*ls. File is created at LSN %.*ls, dropped at LSN %.*ls. Restore transaction log beyond point in time when file was dropped or restore data to be consistent with rest of database.. Error Severity  Level=16

Error Type =4329, Error Description This log file contains records logged before the designated mark. The database is being left in load state so you can apply another log file.. Error Severity  Level=10

Error Type =4330, Error Description The log in this backup set cannot be applied because it is on a recovery path inconsistent with the database.. Error Severity  Level=16

Error Type =4331, Error Description The database cannot be recovered because the files have been restored to inconsistent points in time.. Error Severity  Level=16

Error Type =4332, Error Description RESTORE LOG has been halted. To use the database in its current state, run RESTORE DATABASE %ls WITH RECOVERY.. Error Severity  Level=16

Error Type =4333, Error Description The database cannot be recovered because the log was not restored.. Error Severity  Level=16

Error Type =4334, Error Description The named mark does not identify a valid LSN.. Error Severity  Level=16

Error Type =4403, Error Description View or function '%.*ls' is not updatable because it contains aggregates.. Error Severity  Level=16

Error Type =4404, Error Description View or function '%.*ls' is not updatable because the definition contains the DISTINCT clause.. Error Severity  Level=16

Error Type =4405, Error Description View or function '%.*ls' is not updatable because the modification affects multiple base tables.. Error Severity  Level=16

Error Type =4406, Error Description Update or insert of view or function '%.*ls' failed because it contains a derived or constant field.. Error Severity  Level=16

Error Type =4408, Error Description The query and the views or functions in it exceed the limit of %d tables.. Error Severity  Level=19

Error Type =4413, Error Description Could not use view or function '%.*ls' because of binding errors.. Error Severity  Level=16

Error Type =4414, Error Description Could not allocate ancillary table for view or function resolution. The maximum number of tables in a query (%d) was exceeded.. Error Severity  Level=16

Error Type =4415, Error Description View '%.*ls' 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 resulting query.. Error Severity  Level=16

Error Type =4416, Error Description UNION ALL view '%.*ls' is not updatable because the definition contains a disallowed construct.. Error Severity  Level=16

Error Type =4417, Error Description Derived table '%.*ls' is not updatable because the definition contains a UNION operator.. Error Severity  Level=16

Error Type =4418, Error Description Derived table '%.*ls' is not updatable because it contains aggregates.. Error Severity  Level=16

Error Type =4419, Error Description Derived table '%.*ls' is not updatable because the definition contains the DISTINCT clause.. Error Severity  Level=16

Error Type =4420, Error Description Derived table '%.*ls' is not updatable because the modification affects multiple base tables.. Error Severity  Level=16

Error Type =4421, Error Description Derived table '%.*ls' is not updatable because a column of the derived table is derived or constant.. Error Severity  Level=16

Error Type =4422, Error Description View '%.*ls' has an INSTEAD OF UPDATE trigger and cannot be a target of an UPDATE FROM statement.. Error Severity  Level=16

Error Type =4423, Error Description View '%.*ls' has an INSTEAD OF DELETE trigger and cannot be a target of a DELETE FROM statement.. Error Severity  Level=16

Error Type =4424, Error Description Joined tables cannot be specified in a query containing outer join operators. View or function '%.*ls' contains joined tables.. Error Severity  Level=16

Error Type =4425, Error Description Cannot specify outer join operators in a query containing joined tables. View or function '%.*ls' contains outer join operators.. Error Severity  Level=16

Error Type =4427, Error Description The view or function '%.*ls' is not updatable because the definition contains the TOP clause.. Error Severity  Level=16

Error Type =4428, Error Description The derived table '%.*ls' is not updatable because the definition contains the TOP clause.. Error Severity  Level=16

Error Type =4429, Error Description View or function '%.*ls' contains a self-reference. Views or functions cannot reference themselves directly or indirectly.. Error Severity  Level=16

Error Type =4430, Error Description Warning: Index hints supplied for view '%.*ls' will be ignored.. Error Severity  Level=10

Error Type =4431, Error Description Partitioned view '%.*ls' is not updatable because table '%.*ls' has a timestamp column.. Error Severity  Level=16

Error Type =4432, Error Description Partitioned view '%.*ls' is not updatable because table '%.*ls' has a DEFAULT constraint.. Error Severity  Level=16

Error Type =4433, Error Description Cannot INSERT into partitioned view ''%.*ls'' because table ''%.*ls'' has an IDENTITY constraint.. Error Severity  Level=16

Error Type =4434, Error Description Partitioned view '%.*ls' is not updatable because table '%.*ls' has an INSTEAD OF trigger.. Error Severity  Level=16

Error Type =4435, Error Description Partitioned view '%.*ls' is not updatable because a value was not specified for partitioning column '%.*ls'.. Error Severity  Level=16

Error Type =4436, Error Description UNION ALL view '%.*ls' is not updatable because a partitioning column was not found.. Error Severity  Level=16

Error Type =4437, Error Description Partitioned view '%.*ls' is not updatable as the target of a bulk operation.. Error Severity  Level=16

Error Type =4438, Error Description Partitioned view '%.*ls' is not updatable because it does not deliver all columns from its member tables.. Error Severity  Level=16

Error Type =4439, Error Description Partitioned view '%.*ls' is not updatable because the source query contains references to partition table '%.*ls'.. Error Severity  Level=16

Error Type =4440, Error Description UNION ALL view '%.*ls' is not updatable because a primary key was not found on table '%.*ls'.. Error Severity  Level=16

Error Type =4441, Error Description Partitioned view '%.*ls' is not updatable because the table '%.*ls' has an index on a computed column.. Error Severity  Level=16

Error Type =4442, Error Description UNION ALL view '%.*ls' is not updatable because base table '%.*ls' is used multiple times.. Error Severity  Level=16

Error Type =4443, Error Description UNION ALL view '%.*ls' is not updatable because column '%.*ls' of base table '%.*ls' is used multiple times.. Error Severity  Level=16

Error Type =4444, Error Description UNION ALL view '%.*ls' is not updatable because the primary key of table '%.*ls' is not included in the union result.. Error Severity  Level=16

Error Type =4445, Error Description UNION ALL view '%.*ls' is not updatable because the primary key of table '%.*ls' is not unioned with primary keys of preceding tables.. Error Severity  Level=16

Error Type =4446, Error Description UNION ALL view '%.*ls' is not updatable because the definiton of column '%.*ls' of view '%.*ls' is used by another view column.. Error Severity  Level=16

Error Type =4447, Error Description View '%.*ls' is not updatable because the definition contains a set operator.. Error Severity  Level=16

Error Type =4448, Error Description Cannot INSERT into partitioned view '%.*ls' because values were not supplied for all columns.. Error Severity  Level=16

Error Type =4449, Error Description Using defaults is not allowed in views that contain a set operator.. Error Severity  Level=16

Error Type =4450, Error Description Cannot update partitioned view '%.*ls' because the definition of the view column '%.*ls' in table '%.*ls' has a IDENTITY constraint.. Error Severity  Level=16

Error Type =4451, Error Description Views referencing tables on multiple servers are not updatable on this SKU of SQL Server.. Error Severity  Level=16

Error Type =4501, Error Description View or function ''%.*ls'' has more columns defined than column names given.. Error Severity  Level=16

Error Type =4502, Error Description View or function <View or Function Name> has more column names specified than columns defined.. Error Severity  Level=16

Error Type =4505, Error Description CREATE VIEW failed because column '%.*ls' in view '%.*ls' exceeds the maximum of %d columns.. Error Severity  Level=16

Error Type =4506, Error Description Column names in each view or function must be unique. Column name '<Column Name>' in view or function '<View or Function Name>' is specified more than once.. Error Severity  Level=10

Error Type =4508, Error Description Views or functions are not allowed on temporary tables. Table names that begin with '#' denote temporary tables.. Error Severity  Level=16

Error Type =4509, Error Description Could not perform CREATE VIEW because WITH %ls was specified and the view contains set operators.. Error Severity  Level=16

Error Type =4510, Error Description Could not perform CREATE VIEW because WITH %ls was specified and the view is not updatable.. Error Severity  Level=16

Error Type =4511, Error Description Create View or Function failed because no column name was specified for column <Column Number>.. Error Severity  Level=16

Error Type =4512, Error Description Cannot schema bind %S_MSG '%.*ls' because name '%.*ls' is invalid for schema binding. Names must be in two-part format and an object cannot reference itself.. Error Severity  Level=16

Error Type =4513, Error Description Cannot schema bind %S_MSG '%.*ls'. '%.*ls' is not schema bound.. Error Severity  Level=16

Error Type =4514, Error Description CREATE FUNCTION failed because a column name is not specified for column <Column Number>.. Error Severity  Level=16

Error Type =4515, Error Description CREATE FUNCTION failed because column '%.*ls' in function '%.*ls' exceeds the maximum of %d columns.. Error Severity  Level=16

Error Type =4516, Error Description Cannot schema bind function '%.*ls' because it contains an EXECUTE statement.. Error Severity  Level=16

Error Type =, Error Description %d transactions rolled back in database '%.*ls' (%d).. Error Severity  Level=10

Error Type =4602, Error Description Only members of the sysadmin role can grant or revoke the CREATE DATABASE permission.. Error Severity  Level=14

Error Type =4604, Error Description There is no such user or group '%.*ls'.. Error Severity  Level=16

Error Type =4606, Error Description Granted or revoked privilege %ls is not compatible with object.. Error Severity  Level=16

Error Type =4610, Error Description You can only grant or revoke permissions on objects in the current database.. Error Severity  Level=16

Error Type =4611, Error Description To revoke grantable privileges, specify the CASCADE option with REVOKE.. Error Severity  Level=16

Error Type =4613, Error Description Grantor does not have GRANT permission.. Error Severity  Level=16

Error Type =4615, Error Description Invalid column name '%.*ls'.. Error Severity  Level=16

Error Type =4617, Error Description Cannot grant, deny or revoke permissions to or from special roles.. Error Severity  Level=16

Error Type =4618, Error Description You do not have permission to use %.*ls in the AS clause.. Error Severity  Level=16

Error Type =4619, Error Description CREATE DATABASE permission can only be granted in the master database.. Error Severity  Level=16

Error Type =4701, Error Description Could not truncate table '%.*ls' because this table does not exist in database '%.*ls'.. Error Severity  Level=11

Error Type =4706, Error Description Could not truncate table '%.*ls' because there is not enough room in the log to record the deallocation of all the index and data pages.. Error Severity  Level=17

Error Type =4707, Error Description Could not truncate object '%.*ls' because it or one of its indexes resides on a READONLY filegroup.. Error Severity  Level=16

Error Type =4708, Error Description Could not truncate object '%.*ls' because it is not a table.. Error Severity  Level=16

Error Type =4709, Error Description You are not allowed to truncate the system table '%.*ls'.. Error Severity  Level=16

Error Type =4711, Error Description Cannot truncate table '%.*ls' because it is published for replication.. Error Severity  Level=16

Error Type =4712, Error Description Cannot truncate table <Table Name> because it is being referenced by a FOREIGN KEY constraint.. Error Severity  Level=16

Error Type =4803, Error Description Received invalid row length %d from bcp client. Maximum row size is %d.. Error Severity  Level=21

Error Type =4804, Error Description Premature end-of-message while reading current row from host. Host program may have terminated.. Error Severity  Level=21

Error Type =4805, Error Description The front-end tool you are using does not support the feature of bulk insert from host. Use the proper tools for this command.. Error Severity  Level=17

Error Type =4807, Error Description Received invalid row length %d from bcp client. Minimum row size is %d.. Error Severity  Level=21

Error Type =4808, Error Description Bulk copy operations cannot trigger BULK INSERT statements.. Error Severity  Level=16

Error Type =4810, Error Description Expected the TEXT token in data stream for bulk copy of text or image data.. Error Severity  Level=16

Error Type =4811, Error Description Expected the column offset in data stream for bulk copy of text or image data.. Error Severity  Level=16

Error Type =4812, Error Description Expected the row offset in data stream for bulk copy of text or image data.. Error Severity  Level=16

Error Type =4813, Error Description Expected the text length in data stream for bulk copy of text, ntext, or image data.. Error Severity  Level=16

Error Type =4815, Error Description Received invalid column length from bcp client.. Error Severity  Level=21

Error Type =4817, Error Description Could not bulk insert. Invalid sorted column '%.*ls'. Assuming data stream is not sorted.. Error Severity  Level=16

Error Type =4818, Error Description Could not bulk insert. Sorted column '%.*ls' was specified more than once. Assuming data stream is not sorted.. Error Severity  Level=16

Error Type =4819, Error Description Could not bulk insert. Bulk data stream was incorrectly specified as sorted.. Error Severity  Level=16

Error Type =4820, Error Description Could not bulk insert. Unknown version of format file '%s'.. Error Severity  Level=16

Error Type =4821, Error Description Could not bulk insert. Error reading the number of columns from format file '%s'.. Error Severity  Level=16

Error Type =4822, Error Description Could not bulk insert. Invalid number of columns in format file '%s'.. Error Severity  Level=16

Error Type =4823, Error Description Could not bulk insert. Invalid column number in format file '%s'.. Error Severity  Level=16

Error Type =4824, Error Description Could not bulk insert. Invalid data type for column number %d in format file '%s'.. Error Severity  Level=16

Error Type =4825, Error Description Could not bulk insert. Invalid prefix for column number %d in format file '%s'.. Error Severity  Level=16

Error Type =4826, Error Description Could not bulk insert. Invalid column length for column number %d in format file '%s'.. Error Severity  Level=16

Error Type =4827, Error Description Could not bulk insert. Invalid column terminator for column number %d in format file '%s'.. Error Severity  Level=16

Error Type =4828, Error Description Could not bulk insert. Invalid destination table column number for source column %d in format file '%s'.. Error Severity  Level=16

Error Type =4829, Error Description Could not bulk insert. Error reading destination table column name for source column %d in format file '%s'.. Error Severity  Level=16

Error Type =4830, Error Description Bulk Insert: DataFileType was incorrectly specified as char. DataFileType will be assumed to be widechar because the data file has a Unicode signature.. Error Severity  Level=10

Error Type =4831, Error Description Bulk Insert: DataFileType was incorrectly specified as widechar. DataFileType will be assumed to be char because the data file does not have a Unicode signature.. Error Severity  Level=16

Error Type =4832, Error Description Bulk Insert: Unexpected end-of-file (EOF) encountered in data file.. Error Severity  Level=16

Error Type =4833, Error Description Bulk Insert: Version mismatch between the provider dynamic link library and the server executable.. Error Severity  Level=16

Error Type =4834, Error Description You do not have permission to use the BULK INSERT statement.. Error Severity  Level=16

Error Type =4835, Error Description Bulk copying into a table with computed columns is not supported for downlevel clients.. Error Severity  Level=16

Error Type =4837, Error Description Error: Cannot bulk copy into a table '%s' enabled for immediate-updating subscriptions. Error Severity  Level=16

Error Type =4838, Error Description The bulk data source does not support the SQLNUMERIC or SQLDECIMAL data types.. Error Severity  Level=16

Error Type =4839, Error Description Cannot perform bulk insert. Invalid collation name for source column %d in format file '%s'.. Error Severity  Level=16

Error Type =4840, Error Description The bulk data source provider string has an invalid %ls property value %ls.. Error Severity  Level=16

Error Type =4841, Error Description The data source name is not a simple object name.. Error Severity  Level=16

Error Type =4842, Error Description The required FormatFile property is missing from the provider string of the server.. Error Severity  Level=16

Error Type =4843, Error Description The bulk data source provider string has a syntax error ('%lc') near character position %d.. Error Severity  Level=16

Error Type =4844, Error Description The bulk data source provider string has an unsupported property name (%ls).. Error Severity  Level=16

Error Type =4845, Error Description The bulk data source provider string has a syntax error near character position %d. Expected '%lc', but found '%lc'.. Error Severity  Level=16

Error Type =4846, Error Description The bulk data provider failed to allocate memory.. Error Severity  Level=16

Error Type =4847, Error Description Bulk copying into a table with bigint columns is not supported for versions earlier than SQL Server 2000.. Error Severity  Level=16

Error Type =4848, Error Description Bulk copying into a table with sql_variant columns is not supported for versions earlier than SQL Server 2000.. Error Severity  Level=16

Error Type =4849, Error Description Could not import table '%ls'. Error %d.. Error Severity  Level=16

Error Type =4850, Error Description Data import: Table '%ls' is already locked by another user.. Error Severity  Level=10

Error Type =4851, Error Description Data import: Table '%ls' already has data. Skipping to next table.. Error Severity  Level=10

Error Type =4852, Error Description Data import: Table '%ls' does not exist or it is not a user table.. Error Severity  Level=10

Error Type =4853, Error Description %hs. Error Severity  Level=10

Error Type =4854, Error Description %hs. Error Severity  Level=21

Error Type =4860, Error Description Could not bulk insert. File '%ls' does not exist.. Error Severity  Level=16

Error Type =4861, Error Description Could not bulk insert because file '%ls' could not be opened. Operating system error code %ls.. Error Severity  Level=16

Error Type =4862, Error Description Could not bulk insert because file '%ls' could not be read. Operating system error code %ls.. Error Severity  Level=16

Error Type =4863, Error Description Bulk insert data conversion error (truncation) for row %d, column %d (%ls).. Error Severity  Level=16

Error Type =4864, Error Description Bulk insert data conversion error (type mismatch) for row %d, column %d (%ls).. Error Severity  Level=16

Error Type =4865, Error Description Could not bulk insert because the maximum number of errors (%d) was exceeded.. Error Severity  Level=16

Error Type =4866, Error Description Bulk Insert fails. Column is too long in the data file for row %d, column %d. Make sure the field terminator and row terminator are specified correctly.. Error Severity  Level=16

Error Type =4867, Error Description Bulk insert data conversion error (overflow) for row %d, column %d (%ls).. Error Severity  Level=16

Error Type =4868, Error Description Bulk Insert fails. Codepage '%d' is not installed. Install the codepage and run the command again.. Error Severity  Level=16

Error Type =4869, Error Description Bulk Insert failed. Unexpected NULL value in data file row %d, column %d. Destination column (%ls) is defined NOT NULL.. Error Severity  Level=16

Error Type =4880, Error Description Could not bulk insert. When using the FIRSTROW and LASTROW parameters, the value for FIRSTROW cannot be greater than the value for LASTROW.. Error Severity  Level=16

Error Type =4881, Error Description Note: Bulk Insert through a view may result in base table default values being ignored for NULL columns in the data file.. Error Severity  Level=10

Error Type =4882, Error Description Could not bulk insert. Prefix length, field length, or terminator required for source column %d in format file '%s'.. Error Severity  Level=16

Error Type =4901, Error Description ALTER TABLE only allows columns to be added that can contain nulls or have a DEFAULT definition specified. Column '<Column Name>;' cannot be added to table '<Table Name>' because it does not allow nulls and does not specify a DEFAULT definition.. Error Severity  Level=16

Error Type =4902, Error Description Cannot alter table '%.*ls' because this table does not exist in database '%.*ls'.. Error Severity  Level=11

Error Type =4909, Error Description Cannot alter '%.*ls' because it is not a table.. Error Severity  Level=16

Error Type =4910, Error Description Only the owner or members of the sysadmin role can alter table '%.*ls'.. Error Severity  Level=16

Error Type =4916, Error Description Could not enable or disable the constraint. See previous errors.. Error Severity  Level=16

Error Type =4917, Error Description Constraint '%.*ls' does not exist.. Error Severity  Level=16

Error Type =4920, Error Description ALTER TABLE failed because trigger '%.*ls' on table '%.*ls' does not exist.. Error Severity  Level=16

Error Type =4921, Error Description ALTER TABLE failed because trigger '%.*ls' does not belong to table '%.*ls'.. Error Severity  Level=16

Error Type =4922, Error Description %ls %.*ls failed because one or more objects access this column.. Error Severity  Level=16

Error Type =4923, Error Description ALTER TABLE DROP COLUMN failed because '%.*ls' is the only data column in table '%.*ls'. A table must have at least one data column.. Error Severity  Level=16

Error Type =4924, Error Description %ls failed because column '%.*ls' does not exist in table '%.*ls'.. Error Severity  Level=16

Error Type =4925, Error Description ALTER TABLE ALTER COLUMN ADD ROWGUIDCOL failed because a column already exists in table '%.*ls' with ROWGUIDCOL property.. Error Severity  Level=16

Error Type =4926, Error Description ALTER TABLE ALTER COLUMN DROP ROWGUIDCOL failed because a column does not exist in table '%.*ls' with ROWGUIDCOL property.. Error Severity  Level=16

Error Type =4927, Error Description Cannot alter column '%.*ls' to be data type %.*ls.. Error Severity  Level=16

Error Type =4928, Error Description Cannot alter column <Column Name> because it is COMPUTED.. Error Severity  Level=16

Error Type =4929, Error Description Cannot alter the %S_MSG '%.*ls' because it is being published for replication.. Error Severity  Level=16

Error Type =4930, Error Description Warning: Columns added to the replicated table %S_MSG '%.*ls' will be ignored by existing articles.. Error Severity  Level=10

Error Type =4931, Error Description Cannot add columns to %S_MSG '%.*ls' because it is being published for merge replication.. Error Severity  Level=16

Error Type =4932, Error Description ALTER TABLE DROP COLUMN failed because '%.*ls' is currently replicated.. Error Severity  Level=16

Translate