MSSQL convert star or asterisk to column names

So you've opened someones stored procedure up and look! They've used the asterisk to select the column names, not only is it slow but it's annoying to look at too. Isn't it much better to have all the column names at the top of your select statement? Before you answer... Yes it is. ;) Delete the asterisk or star, whatever you want to call it.

Expand the table on the right panel that lists all the tables and drag the columns folder straight in front of your select statement within the stored procedure... It'll add all the column names for you without having to type them up manually. Life saver! Definately takes some of the dross out of writing select statements for tables that have a lot of columns.

If you want to speed things up further, take out the column names you don't need selected, it'll save bandwidth and load on the server.

A useful video on this can be found below:

I take no credit for the video.


Published at

Tags: MSSQL

Luke Alderton

Comments

Share with
Tags
Latest Comments
By Mark Gentry on Windows Server 2019 - Change product key does nothing
20 Aug 2021, 03:30 AM
By Cathy on In-Place Upgrade for a Windows Server domain controller
31 Jul 2021, 18:28 PM
By Mr. Greymatter on Raspberry Pi - Running Java app on Raspbian
16 Feb 2021, 07:35 AM
By Mikko Seittenranta on Xamarin Forms multiple instances of same app open
16 Feb 2021, 04:34 AM
By Andrew on Auto/Custom height on Xamarin Forms WebView for Android and iOS
22 Jan 2021, 22:15 PM
By Nick on Raspberry Pi - Running Java app on Raspbian
14 Oct 2020, 19:37 PM
By Ivan on Fixed: Value cannot be null Parameter Name: source
15 Sep 2020, 19:47 PM
By Anand on Raspberry Pi - Bluetooth using Bluecove on Raspbian
7 Sep 2020, 16:53 PM
Categories
App Development
Event
Game Development
Mapping
Modelling
Programming
Review
Robotics
Tutorial
Web Development