Hi,
I need to export all data from a database into a text or csv file from MSSQL Server2000. I have read from msdn and found that a tool 'bcp' could be useful for exporting data into text file. But MSSQL Server 2000 is not supporting 'queryout' keyword for it on EnterpriseManager Editor.
Is there any other possible way with which i can copy all data from a table in MSSQL Server2000 to a textfile or a csv file ??