I am trying to use TDD and create fake objects, I want to use XML from a test database. Thus, I want to create XML of the query results that I run in SQL Server Management Studio.
But I can not find how to get the results as XML in SQL Server Management Studio. Is it possible? And How?
source share