EXEC sp_rename 'dbo.stocks.type', 'typ', 'COLUMN';
example :
dbo.stock as table name
type old column name
typ new column name
EXEC sp_rename 'dbo.stocks.type', 'typ', 'COLUMN';
example :
dbo.stock as table name
type old column name
typ new column name
No comments :
Post a Comment