ASKER
ASKER
ASKER
ASKER
ASKER
ASKER
ASKER
ASKER
ASKER
ASKER
ASKER
Microsoft SQL Server is a suite of relational database management system (RDBMS) products providing multi-user database access functionality.SQL Server is available in multiple versions, typically identified by release year, and versions are subdivided into editions to distinguish between product functionality. Component services include integration (SSIS), reporting (SSRS), analysis (SSAS), data quality, master data, T-SQL and performance tuning.
TRUSTED BY
Sure. BCP Utility provides the fastest method to load files in and out of SQL Server.
<< This needs to work for SQL Server 2005 and 2008.>>
BCP is available in both versions with support for XML Format Files.
You have the option to override Collation Restrictions.
You have the option to handle Binary characters too..
Refer BOL on the topic Format Files in BCP Utility.
Revert if you need any more clarifications.