I have .bak format file with database from another company. After a long time of configuration SQL Server I have access to this data but Is there any way to export all database to XML format? Is there easiest way than export every table by typing:
SELECT * from MLS.dbo.Offers
FOR XML AUTO