sp_droptype

Description

Drops a user-defined datatype.

Syntax

sp_droptype typename

Parameters

typename

is the name of a user-defined datatype that you own.

Examples

Example 1

Drops the user-defined datatype named birthday:

sp_droptype birthday

Usage

Permissions

The permission checks for sp_droptype differ based on your granular permissions settings.

Granular permissions enabled

With granular permissions enabled, you must be the datatype owner or a user with manage database privilege.

Granular permissions disabled

With granular permissions disabled, you must be datatype owner or database owner.

Auditing

Values in event and extrainfo columns from the sysaudits table are:

Event

Audit option

Command or access audited

Information in extrainfo

38

exec_procedure

Execution of a procedure

  • Roles – Current active roles

  • Keywords or options – NULL

  • Previous value – NULL

  • Current value – NULL

  • Other information – All input parameters

  • Proxy information – Original login name, if set proxy in effect

See also

Datatypes User-defined datatypes

System procedures sp_addtype, sp_rename