xml-column Questions
2
I just did this:
Delete FROM MyTable WHERE ScopeValue = ""
Delete FROM G_Scope WHERE ScopeValue is ''
Delete FROM G_Scope WHERE ScopeValue = empty
Delete FROM G_Scope WHERE ScopeValue is empty
...
Bauble asked 25/6, 2010 at 11:48
2
Solved
I try to understand how SQL Server 2008 store xml columns in an attempt to estimate table size in our product.
I'm using DATALENGTH(xml_column) to run some test and results are disturbing :
Xml d...
Hill asked 30/11, 2012 at 17:34
3
Solved
I would like to use SQL Server xml type as a column type for an entity class.
According to this thread it's possible to map such a column to string type:
public class XmlEntity
{
public int Id {...
Tevis asked 25/8, 2011 at 12:52
4
Solved
Is it possible to use Sql Server XML columns as a substitute for a real Document DB (such as Couch or Mongo) ?
If I were to create a table with a guid PK Id and an XML column for the document.
Wha...
Adenoidectomy asked 25/2, 2011 at 16:18
1
© 2022 - 2025 — McMap. All rights reserved.