Is it possible to make a MS-SQL Scalar function do this?
- by Hokken
I have a 3rd party application that can call a MS-SQL scalar function to return some summary information from a table. I was able to return the summary values with a table-valued function, but the application won't utilize table-valued functions, so I'm kind of stuck. Here's a sample from the table:
trackingNumber, projTaskAward,…