Click to See Complete Forum and Search --> : Cross Tab Query


nickiii
10-19-2006, 05:41 PM
Does anyone have suggestions on how to create a cross tab using T-SQL? I've searched around and all I can find are stored procs that use global temp tables in creating the query. Meaning, it can only be accessed by one user at a time. My data will be displayed on a web page so there will be concurrent connections.


This is driving me nutts! :confused:

Thanks!