Viewing 2 posts - 1 through 3 (of 3 total)
hi,
try with this
select * from tablename for xml raw
July 27, 2010 at 6:18 am
#1198641
try the following query
SELECT DATENAME(month, GETDATE()) AS 'Month Name'
July 27, 2010 at 6:07 am
#1198636