Viewing 15 posts - 2,446 through 2,460 (of 8,761 total)
<?xml version="1.0"...January 24, 2017 at 3:56 am
January 23, 2017 at 9:47 am
January 23, 2017 at 9:36 am
You are very welcome Rob and thanks for the feedback.
😎
January 23, 2017 at 2:45 am
Just a quick thought, you should add the TYPE directive and the value method if there are any characters within the concatenated text that would be encoded in the FOR...
January 23, 2017 at 2:43 am
Quick question, is there enough free space on the drive for the database?
😎
January 23, 2017 at 2:36 am
January 23, 2017 at 2:25 am
January 22, 2017 at 1:54 am
Here is one possible solution
😎
USE TEEST;
GO
SET NOCOUNT ON;
-- SAMPLE DATA SET
IF OBJECT_ID(N'dbo.TBL_XML_DOC') IS NOT NULL DROP TABLE dbo.TBL_XML_DOC;
CREATE TABLE dbo.TBL_XML_DOC
January 22, 2017 at 1:23 am
Are there more than one elements with that name in the XML document?
😎
January 22, 2017 at 12:44 am
January 21, 2017 at 2:55 am
Viewing 15 posts - 2,446 through 2,460 (of 8,761 total)