Renaming column

Опубликовано: 02 Октябрь 2024
на канале: The SQL Hero
251
8

Here is a easy way to rename columns Using SSMS:

Open SSMS and expand the database folder.
Press 2 consecutive clicks on the column you want to rename (not double click) and rename it.

This is not a best practice as this cannot be deployed to other environments but maybe you need this for test tables.