Is there any particular way that you should order the columns in your tables to enhance performance? I'm guessing that indexed columns should be first, but other than that does it really matter? I was under the impression that SQL Server stored the data it's own way (fixed length data first, variable length data next) so does column order matter? Should numeric columns be first?
What about if you need to add a column to an existing table? Where should you put it?
Thanks for the help!
Jeremy
What about if you need to add a column to an existing table? Where should you put it?
Thanks for the help!
Jeremy