Viewing 15 posts - 1 through 15 (of 38 total)
Thank you for the query.. 🙂
July 2, 2015 at 7:44 am
Ok..a friend of mine found the solution 🙂
Just replace this in the query
./column[@name=
SELECT *
FROM OPENXML(@hDoc, '/resultset/row',2)
WITH
(
AccPrimaryId varchar(30) './column[@name="AccPrimaryId"]',
AccountId ...
January 23, 2014 at 6:41 am
CREATE TABLE [dbo].[DBA_Codes_Result](
[RESPrimaryId] [nvarchar](255) NULL,
[ResultCode] [smallint] NULL,
[Description] [nvarchar](25) NULL,
[Abbreviation] [nvarchar](7) NULL,
[Notes] [nvarchar](250) NULL,
[LastUpdateTime] [datetime] NULL,
[LastUpdateUser] [nvarchar](60) NULL,
[CreatedTime] [datetime] NULL,
[CreatedUser] [nvarchar](60) NULL
) ON [PRIMARY]
September 18, 2013 at 10:46 am
I am not sure what you mean by ddl forthe target table. 🙁
September 18, 2013 at 10:20 am
I'm sorry about the confusion.
I was trying to extract the data(individual values) from the HTML to a Sql table.
September 18, 2013 at 9:46 am
Thank you once again on the feedback.
🙂
June 20, 2013 at 8:13 am
Is it possible to attach a screen shot of the folder(set the view to details so that we can see the name,date modified, type, size
and also the path/location where your...
June 20, 2013 at 6:42 am
Thank you Dhasian you have showed me a new approach to fix this issue (I thought that Pivot is the only way)
I appreciate your help 🙂
Also I have an additional...
June 20, 2013 at 6:37 am
Hi Sean thank you for the reply. I really appreciate the help.
I have one issue with the result.. Mytype C3 has to have its results group into one.. like
MyProcMySeqMyType
11a1
11this...
April 1, 2013 at 1:31 pm
Hi ChrisM@Work thank you for the reply.. I have one question in case they are more than 100 quanties what do I need to do.
March 21, 2013 at 10:25 am
Thanks Jeff Moden for the article
February 28, 2013 at 12:29 pm
I have learned something new.. thanks to you mickyT.. 🙂
February 28, 2013 at 12:25 pm
I have no clue how this works.. :blink:
Pls could u break it down as to how can i use it
February 27, 2013 at 12:13 pm
Viewing 15 posts - 1 through 15 (of 38 total)