I have an old SQL Server 2000 database that I want to get in XML, so I can import part of it into the SQLite database for the PHP website from there.
I accessed a SQL Server 2000 database using SQL Server Management Studio 2008 Express , I can open all tables, view data, etc.
I expected that I could, for example, right-click in "Tables" and select "Export all tables to XML", but cannot find an export function like this.
The easiest way to export this SQL Server database to XML files, I donβt even need a schema (int, varchar, etc.), just data.
xml sql-server export data-transfer
Edward tanguay
source share