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 ...
REPORTS.<BR><BR>Doing reports on data that may contain nulls. We can't lose data, so we can't reject any rows with nulls, but the reports shouldn't include rows with nulls, as those are invalid. Short ...
With JSON now the default format for moving data between clients and servers, SQL Server adds JSON support to make it easier to get your data out of the database and down to the client. SQL Server ...