XML MSSQL Tutorial

4> Create table dbo.Eq2(
5>                 EqId int,
6>                 EqCompList xml)
7> GO
1>
2>
3> drop table dbo.Eq2 ;
4> GO