XPath/XQuery SQL counting repeatable nodes in SQL Server 2008
XML is represented in a field, vchr_Xml on table A, trying to count entities - can use xpath in the sql/xquery to get the count of repeatable nodes.
select convert(int, … more
XML is represented in a field, vchr_Xml on table A, trying to count entities - can use xpath in the sql/xquery to get the count of repeatable nodes.
select convert(int, … more
A nice one of those microsoft errors this one!!
Trying to delete an old user on a database which i have restored, but there is a problem, it throws an error, 'Drop failed for User ABC' … more