Hi,
I would like to know how do we Export Data to Text/CSV file in SQL Server 6.5
Do we have something similar to DTS in SQL Server 2000?
Thanks,
Kruti
If you live outside the United States, by submitting your email address you consent to having your personal data transferred to and processed in the United States.
If possible, I suggest you import from ODBC datasource (SQL 6.5) using Excel. Then save as CSV in Excel. This should be far easier than trying to find support for SQL Server 6.5 tools.
If possible, I suggest you import from ODBC datasource (SQL 6.5) using Excel. Then save as CSV in Excel. This should be far easier than trying to find support for SQL Server 6.5 tools.
Good luck