Specifically I need to know if the query
select * from [some_table]
will always return the columns in the same order.
I've seen no indication that it is non deterministic but I cannot assume this is true due to the specifications of my application. Can anyone point me at documentation one way or the other? I've had no luck with my searches.
Thanks in advance.