Smart alias rename
It would be really nice to have a smart rename for aliases.
Example:
select c.ID, c.Name, a.*
from Customers as c
join Adress as a on c.adressid = a.adressid
Usage: I select alias "c", click right mouse(or shortcut) and choose Smart Rename and the new aliase should be changed everywhere I use it.
9
votes
![](https://secure.gravatar.com/avatar/44de8c3cad907ebf90f69aea92a18dd5?size=40&default=https%3A%2F%2Fassets.uvcdn.com%2Fpkg%2Fadmin%2Ficons%2Fuser_70-6bcf9e08938533adb9bac95c3e487cb2a6d4a32f890ca6fdc82e3072e0ea0368.png)
This is included in SQL Prompt 6.4, which you can download from http://www.red-gate.com/products/sql-development/sql-prompt/
-
Chris Luttrell commented
This would only have to be in the current query window I take it. I like it and would use it also.