Rename Columnname or Tablename - SQL in Sixty Seconds

Опубликовано: 16 Октябрь 2024
на канале: Pinal Dave
42,846
52

There are always cases when we believe certain names are perfect for columnname or tablename but as time passes and needs are changed. We can use SP_RENAME stored procedure to change the name of the column or table. Though, one has to make sure that all the places where the name is used in the code also reflects the new name as well. You can get the script used in the video from here: http://bit.ly/UB3rx0