safish.com

home of a small fish

Retrieve data in XML format

SELECT * FROM tablename ORDER BY fieldname FOR XML AUTO, ELEMENTS

Retrieve a list of tables

SELECT name FROM sysobjects WHERE xType = 'U' ORDER BY name