Home Forums SQL Server 2005 Development Is it possible to simulate the cross apply function? RE: Is it possible to simulate the cross apply function?

  • It is taking parameters from an application and getting information to display to an aspx report. The problem is one of the fields (phra_request_querystring) is a string that has to be broken up into several fields to populate the columns within the report, delimited by '&'. The field can vary in content. The column names are included in the string. So it has to also parse the results to get the column name and the value.