I am trying out TDD and to create Fake objects I want to use XML from the test DB. Thus I want to create XML of the results of a query, which I am running in Sql Server Management Studio.
But I am unable to find how to get the results as XML in Sql Server Management Studio. Is this possible? And How?