Strasszer Creative Commons License 2005.06.23 0 0 116
pl ez:

sp_rename
Changes the name of a user-created object (for example, table, column, or user-defined data type) in the current database.

Syntax
sp_rename [ @objname = ] 'object_name' ,
[ @newname = ] 'new_name'
[ , [ @objtype = ] 'object_type' ]

(books online)
Előzmény: Strasszer (115)