I would like import data from .dbf file to SQL server. For that I tray to use bulk copy utility but it doesn't work. I exported my .dbf file to ascci file and I use this statment to export this .txt file to Server SQL, but it doesn't work.What is wrong in my statement? Can someone help me?
bcp MyDataBase..MyTableSql in MyFile.txt -c -r\n -t" " -SMyServerName -UMyDataBaseName -PMyPassword
I appreciate any help
bcp MyDataBase..MyTableSql in MyFile.txt -c -r\n -t" " -SMyServerName -UMyDataBaseName -PMyPassword
I appreciate any help