To rename the "customers" table to "custs":EXEC sp_rename \'customers\', \'custs\'Example from this MSDN document: http://msdn.microsoft.com/library/default.asp?url=/library/en-us/tsqlref/ts_sp_ra-rz_3ns5.asp