Viewing 13 posts - 1 through 13 (of 13 total)
Thanks for responding.
all other jobs perform the same if not slightly better.
this particular calls a stored procedure that basically does a massive select into from a...
July 4, 2017 at 8:11 am
I wasn't sure and i restarted the machine. the install still failed after a couple of restarts.
November 11, 2016 at 4:31 am
HI All,
thanks for the help. I got a solution which seems to work so I'll put it here in case someone else has the issue:
SELECT top 10 full_record,
CASE...
October 14, 2016 at 7:55 am
HI Jeff,
the original table does have a modified column so the idea is I would querying for data which has a modified date > getdate()-1
October 13, 2016 at 9:04 am
HI Drew,
that's the output I want. thanks for that code. the thing is getting to that point.
i need to populate the table (@t TABLE(doc XML) with all new rows...
October 13, 2016 at 5:05 am
Hi There,
please see example of data below:
<AUDITS>
<Admin>
</Admin>
<provider_spells>
<Refno>123456</Refno>
<Action>UPDATE</Action>
...
October 7, 2016 at 8:50 am
apoligies, yes , XML . That was a type
October 7, 2016 at 8:46 am
thanks, unfortunately I can change the datatype.
October 7, 2016 at 8:22 am
HI There,
it looks like sql but is actually text
October 7, 2016 at 8:04 am
thanks for the reply.
the column contain a string of data. within that string I will see the following entries:
<new_pmetd_refno>4110</new_pmetd_refno> ...
October 7, 2016 at 7:48 am
Good stuff, thanks for the clarification
March 3, 2016 at 6:45 am
Viewing 13 posts - 1 through 13 (of 13 total)