Rename table in SQL Server

EXEC sp_rename 'old_tablename', 'new_tablename'

Comments

Popular posts from this blog

Parse XML to dynamic object in C#

C# Updating GUI from different thread