Quantcast
Channel: SQL Server Database Engine forum
Viewing all articles
Browse latest Browse all 5123

Will bcp data compatiliby between different versions of SQL Server?

$
0
0

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


Viewing all articles
Browse latest Browse all 5123