Hi,
I am using below select query.
when there is some problem in EmployeeInforma tion, then XML parsing is throwing error and select statement is not retriving data after that record.
My question is, can i retrive all the record by neglecting bad record?
Please reply ASAP.
Thanks,
Snehasis
I am using below select query.
Code:
SELECT EmpID,CAST(EmployeeInformation AS xml) as emp, FROM EmployeeTable
My question is, can i retrive all the record by neglecting bad record?
Please reply ASAP.
Thanks,
Snehasis
Comment