Home Forums SQL Server 2008 T-SQL (SS2K8) I need to change the column headings to start with a letter what would be the best way to do this. RE: I need to change the column headings to start with a letter what would be the best way to do this.

  • Yes, that's why we have column alias. Remove the star(*) and explicitly list the columns and add alias as needed.

    Luis C.
    General Disclaimer:
    Are you seriously taking the advice and code from someone from the internet without testing it? Do you at least understand it? Or can it easily kill your server?

    How to post data/code on a forum to get the best help: Option 1 / Option 2