Category: SQL Server
view more software Tips and Tricks
Updated: 07/14/2010 13:07 PM
Author: Shiju Mathews Status: Resolved. |
||||||||||||
A table name can be changed by using sp_RENAME function Transact-SQL Syntax : Where 'object_type' is the type of object being renamed. object_type is varchar(13), with a default of NULL, and can be one of these values. The Values for 'object_type' are
The script for renaming any object (database, table, sp etc) : The script for renaming any column |