Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
SELECT x AS 'y'
Message
 
 
To
03/02/2009 15:45:40
General information
Forum:
Microsoft SQL Server
Category:
SQL syntax
Title:
Miscellaneous
Thread ID:
01379000
Message ID:
01379070
Views:
20
Bonnie,

You have to weigh carefully the costs of tripling the I/O (read + write + read vs read) and forcing tempdb hits compared to the overhead of a dynamic query. And if you are the least bit curious open master.sp_rename and look at all the hoops involved in there. *g*

>>I was thinking about splitting your query into 2 steps. A regular query into a temp table and dynamic query from the temp table with calculated columns added.
>
>Ah ... good idea Sergey. And while I was reading your reply and thinking about it, my co-worker pointed me to something he had found which is similar, but even better (downside is that it still involves 2 selects):
>
>http://www.sommarskog.se/dynamic_sql.html#columnalias
>
>Basically it involves selecting into a temp table and then renaming the column(s) in the temp table and then selecting from it.
df (was a 10 time MVP)

df FoxPro website
FoxPro Wiki site online, editable knowledgebase
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform