sql-server-openxml Questions
3
Solved
I'm using this method for generating docx file:
public static void CreateDocument(string documentFileName, string text)
{
using (WordprocessingDocument wordDoc =
WordprocessingDocument.Create(do...
Escutcheon asked 11/5, 2016 at 6:20
4
I am just new to reading in an XML file into a table through SQL Server Management Studio. There are probably better ways but I would like to use this approach.
Currently I am reading in a standar...
Occidentalize asked 20/3, 2014 at 10:51
1
Solved
I have a data structure as such:
<rootnode>
<group>
<id>1</id>
<anothernode>first string</anothernode>
<anothernode>second string</anothernode>
...
Cosgrove asked 4/11, 2011 at 16:58
1
© 2022 - 2024 — McMap. All rights reserved.