| Before rename column name |
Step 1: sp_rename 'alertclub.uname', 'username'
Step 2: select * from alertclub
After excute this query one msg will come like this:
Caution: Changing any part of an object name could break scripts and stored procedures.
and open table
you will see that column name changed from uname to username
| After Rename column name |
No comments:
Post a Comment