Viewing 5 posts - 1 through 5 (of 5 total)
So, now I can read the XML file ๐
I removed the namespace and changed the sql script.
DECLARE @x xml
SELECT @x = T
FROM OPENROWSET (BULK 'C:\temp\01-06-2016.xml', SINGLE_BLOB) AS Terrorliste(T)
DECLARE @hdoc int
EXEC...
June 21, 2016 at 7:39 am
I have to throw in the towel.
Perhaps you can help me all the way. Have used google but find nothing useful.
In advance, thank you for your help ๐
June 20, 2016 at 6:18 am
Thanks for answer.
Well, Spelling should be in place now, but no change i result.
DECLARE @x xml
SELECT @x = T
FROM OPENROWSET (BULK 'C:\temp\01-06-2016Copy.xml', SINGLE_BLOB) AS Terrorliste(T)
DECLARE @hdoc int
EXEC sp_xml_preparedocument @hdoc OUTPUT,...
June 20, 2016 at 12:40 am
So, I hope this is done in the right way.
This should be the ddl and sample data. I have not made ddl before.
'Business Volume
USE [LF_Drift]
GO
/****** Object: Table [dbo].[LF$Business...
November 13, 2014 at 1:27 am
Well, Iยดm not sure if I can rephrase my question, but I try.
I have 3 tables
Table: User Setup (as US)
Fields: User ID, Department
Table contains all our users and where they...
November 12, 2014 at 8:04 am
Viewing 5 posts - 1 through 5 (of 5 total)