Rename table in SQL Server

EXEC sp_rename 'old_tablename', 'new_tablename'

Comments

Popular posts from this blog

Tibco Rendezvous (tibrv) C# .Net example

Parse XML to dynamic object in C#