|
|
Browse by Tags
All Tags » UDF
-
Hi there,
There appears to be an issue in ES2007.1.1210. I'm using ES to retrieve some data from SQL Server 2005, and one of the columns is computed using the cumulation of two UDFs. The SQL is as follows.
Code:1 SELECT
2 DISTINCT u.[UserId] AS 'UserId',
3 ud.[Name] AS 'Name',
4 ...
|
|
|