Page tree
Skip to end of metadata
Go to start of metadata

No new writeups yet.

17300    0             Usage: sp_addtype name, 'datatype' [,null | nonull | identity]
17301    0             '%1!' is not a valid type name.
17302    0             A type with the specified name already exists.
17303    0             Physical datatype does not exist.
17304    0             User-defined datatypes based on the 'timestamp' datatype are not allowed.
17305    0             Physical datatype does not allow nulls.
17306    0             Physical type is fixed length. You cannot specify the length.
17307    0             You must specify a length with this physical type.
17308    0             Illegal length specified -- must be between 1 and %1!.
17309    0             Type added.
17310    0             Unknown device type. Use 'disk', 'tape' or 'archive database'.
17311    0             device_name may not be NULL.
17312    0             physicalname may not be NULL.
17314    0             Device with same logical name already exists.
17317    0             Please specify media capacity in megabytes (1 MB minimum).
17318    0             WARNING: specified size parameter is not used for the disk device type.
17319    0             'Disk' device added.
17320    0             'Tape' device added.
17321    0             WARNING: physical device name '%1!' is not unique.
17325    0             The length of input parameter '%1!' is longer than the permissible %2! characters.
17329    0             Warning: the configuration property 'multithread rep agent' should be true to allow multiple paths or scanners.
17330    0             A user with the same name already exists in the database.
17331    0             User already has a login under a different name.
17332    0             User already has alias access to the database.
17333    0             No group with the specified name exists.
17334    0             All user ids have been assigned.
17335    0             New user added.
17336    0             Setting curwrite label to data_low for inserts into sysusers table failed.
17340    0             Default and table or usertype must be in current database.
17341    0             Usage: sp_bindefault defaultname, objectname [, 'futureonly']
17342    0             No such default exists.  You must create the default first.
17343    0             You can't bind a default to a timestamp datatype column.
17344    0             You do not own a column of that name.
17345    0             Default bound to column.
17346    0             You do not own a datatype of that name.
17347    0             Default bound to datatype.
17348    0             The new default has been bound to columns(s) of the specified user datatype.
17349    0             You cannot bind a declared default. The default must be created using create default.
17350    0             Rule and table or usertype must be in current database.
17351    0             Usage: sp_bindrule rulename, objectname [, 'futureonly']
17352    0             No such rule exists.  You must create the rule first.
17353    0             You can't bind a rule to a text, image, or timestamp datatype column.
17354    0             Rule bound to table column.
17355    0             You can't bind a rule to a text, image, or timestamp datatype.
17356    0             Rule bound to datatype.
17357    0             The new rule has been bound to column(s) of the specified user datatype.
17358    0             You cannot bind a declared constraint. The rule must be created using create rule.
17359    0             You cannot bind a rule to a virtual computed column.
17360    0             Only the System Administrator (SA) or the Database Owner (dbo) can change the owner of a database.
17361    0             Can't change the owner of the master, model, tempdb or sybsystemprocs database.
17362    0             The proposed new db owner already is a user in the database or owns the database.
17363    0             The proposed new db owner already is aliased in the database.
17364    0             The dependent aliases were mapped to the new dbo.
17365    0             The dependent aliases were dropped.
17366    0             Database owner changed.
17368    0             Your curwrite label needs to be set correctly before you attempt to change the database owner.
17370    0             Group changed.
17373    0             List of %1! names contains spaces, which are not allowed.
17374    0             List of %1! names has too few names.
17375    0             List of %1! names has too many names.
17376    0             List of %1! names has name(s) which are too long.
17377    0             List of %1! names contains name(s) which have '%2!' non-alphabetic characters.
17380    0             Commit service xact id doesn't exist.
17390    0             Table or view name must be in current database.
17391    0             First table in the common key doesn't exist.
17392    0             Second table in the common key doesn't exist.
17393    0             Only the table owner may define its common keys.
17394    0             The tables have no such first column or the columns are of different types.
17395    0             The tables have no such second column or the columns are of different types.
17396    0             The tables have no such third column or the columns are of different types.
17397    0             The tables have no such fourth column or the columns are of different types.
17398    0             The tables have no such fifth column or the columns are of different types.
17399    0             The tables have no such sixth column or the columns are of different types.

  • No labels