I'm trying to put together a DTS package to export data from SQL Server (2k) into a CSV file that I can in turn import into MySQL.<BR><BR>The problem I'm running into is SQL Server exports NULL values ...
1. Select all rows from the "Production.Product" table where the weight is less than 10 pounds. Make sure to include NULL values in your output, and use ISNULL to accomplish this.
With upgrade to 1.6.0 , ISNULL / COALESCE syntax is having issue in Order by . .OrderBy(" ISNULL( Col1, Col2) ") "No property or field 'ISNULL' exists in type 'ClassName' (at index 0) at ...