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. **ISNULL(): **The ISNULL function have different uses in SQL Server and MySQL. In SQL Server, ISNULL() function is used to replace NULL values. 2. **IFNULL(): **This function is available in MySQL, ...