Chandra Bhushan Prasad: Example of Creating XML File Using T-SQL

Chandra Bhushan Prasad: Example of Creating XML File Using T-SQL: SELECT (  SELECT 'ProjectID' AS ProjectID, 'ProjectName' AS ProjectName FOR XML PATH('Project'), TYPE ) FOR XML PAT...

Comments

Popular posts from this blog

HOW TO Use the NumericUpDown Control

How To Get IP & Locations details of client machine in asp.net

Get control name in Page_Load event after post back by any control