We use Exporter to create a drives report to txt file.
All servers have Dutch regional options with decimal symbol ",". Sql2000 DB is English with "." decimal symbol. This gives problems importing the txt file by BCP commands (10.00GB gets 1000GB).
Is it possible to export to another regional code? Or is there on other solution to get "." decimal symbol in the report without changing the server settings.
All servers have Dutch regional options with decimal symbol ",". Sql2000 DB is English with "." decimal symbol. This gives problems importing the txt file by BCP commands (10.00GB gets 1000GB).
Is it possible to export to another regional code? Or is there on other solution to get "." decimal symbol in the report without changing the server settings.
Comment