Ardi Ardianto
ardiardianto.blogspot.com
Pages
Home
RSS
Friday, March 8, 2013
SQL Server Rename Table Name
To rename table name in SQL Server , you can use this store procedure:
SP_RENAME 'TABLE_NAME' , 'NEW_TABLE_NAME' .
For example: sp_rename 'TFileFolder' , 'TFolder'
Newer Posts
Older Posts
Home
Subscribe to:
Posts (Atom)
ShareThis