October 4, 2012 at 10:16 am
Thanks,
Pedro
October 4, 2012 at 12:36 pm
Sean Lange (10/2/2012)
It will work but referring to columns by ordinal position is fraught with maintenance issues.
Not to mention that (IIRC) it's been deprecated.
--Jeff Moden
Change is inevitable... Change for the better is not.
October 4, 2012 at 1:03 pm
Jeff Moden (10/4/2012)
Sean Lange (10/2/2012)
It will work but referring to columns by ordinal position is fraught with maintenance issues.Not to mention that (IIRC) it's been deprecated.
And something I have avoided like the plague long before it was deprecated.
_______________________________________________________________
Need help? Help us help you.
Read the article at http://www.sqlservercentral.com/articles/Best+Practices/61537/ for best practices on asking questions.
Need to split a string? Try Jeff Modens splitter http://www.sqlservercentral.com/articles/Tally+Table/72993/.
Cross Tabs and Pivots, Part 1 – Converting Rows to Columns - http://www.sqlservercentral.com/articles/T-SQL/63681/
Cross Tabs and Pivots, Part 2 - Dynamic Cross Tabs - http://www.sqlservercentral.com/articles/Crosstab/65048/
Understanding and Using APPLY (Part 1) - http://www.sqlservercentral.com/articles/APPLY/69953/
Understanding and Using APPLY (Part 2) - http://www.sqlservercentral.com/articles/APPLY/69954/
October 5, 2012 at 12:12 pm
Sean Lange (10/4/2012)
Jeff Moden (10/4/2012)
Sean Lange (10/2/2012)
It will work but referring to columns by ordinal position is fraught with maintenance issues.Not to mention that (IIRC) it's been deprecated.
And something I have avoided like the plague long before it was deprecated.
+1
Tom
Viewing 4 posts - 16 through 18 (of 18 total)
You must be logged in to reply to this topic. Login to reply