Hi,
I am use the bcp utility to export and import table data in SQL Server native format. I just wonder whether the data file compatible with different versions of SQL Server? For example, I use the bcp of SQL Server 2008 to export a data file, then copy the data file to another computer, then use bcp of SQL Server 2005(or other versions) to import the data file, then will the import operation succeed?
Thanks