I\'m trying to query an xml column in sql server. I\'ve created a primary index on the column and query it using:
Is it possible to use Sql Server XML columns as a substitute for a real Document DB (such as Couch or Mongo) ?
I have a row of excel data (i.e. several cells from an excel sheet) saved into a SQL Server table, in a column that is of datatype XML.
I have a vector for example a = [0 1 0 3] 开发者_高级运维 I want to turn a into b which equals b = [1 3].