Viewing 15 posts - 16 through 30 (of 121 total)
Gazareth, I will try the update sample you sent.
Jeff, I definitely want to update all values (I don't think there are null values) as I need to sanitized all the...
December 12, 2014 at 2:44 pm
All comments are good pointers and the sample code provided really helps a lot. I appreciate your help.
July 18, 2014 at 6:39 pm
You guys are all right, this is madness I've created here. I'm trying to avoid blocking since there are rows that will be inserting in table frequently. Can...
July 18, 2014 at 4:02 pm
I ended up using ths logic below and it did the trick.
convert(xml,pm.XmlProfile_TXT).value('/XMLProfile[1]/DID[1]', 'varchar(30)')
Thanks everybody for your input and good suggestions! This post is now completed.
-Dave
February 19, 2013 at 10:00 am
Ott,
Thanks for the update it's appreciated.
-Dave
February 13, 2013 at 1:17 pm
Hi,
Did you ever get an answer/solution on this topic? I have the same issue and don't know the answer.
Please let me know.
Thanks!
-Dave
February 12, 2013 at 2:31 pm
Cadavre,
I'm getting the following error when executing the following SQL:
SELECT ParamValues.XMLProfile_TXT.value('.','VARCHAR(MAX)') AS DID
FROM Payment_Method_T (nolock)
OUTER APPLY XMLProfile_TXT.nodes('/div/ul/li/did') ParamValues(XMLProfile_TXT);
Msg 9506, Level 16, State 1, Line 1
The XMLDT method 'nodes' can...
February 12, 2013 at 11:01 am
Lowell,
It's only one occurence (e.g.<DID>) in the XML and your right I only want the data between the tags. Would the samples you posted do the trick? I...
February 12, 2013 at 5:58 am
Eugene, you are the best! I will try this code and see if this works for us. I also verified that the data stored for "FlightDate" is indeed...
August 19, 2011 at 10:32 am
You're probably right that the data isn't converted from UTC to CST when the data is saved to the db. So how would I just report the "FlightDate" on...
August 19, 2011 at 10:21 am
The Crystal Report server and the Database server are both in (Central Standard Time), but I keep hearing the developers and manager talk about the data we receive in the...
August 19, 2011 at 9:58 am
They were using TOP 1 clause in sub-select and it caused the issue. Hope this helps.
July 19, 2011 at 11:09 am
Ignacio,
Yes, I have run that query previously but I wasn't sure what to look for. We actually fixed the issue. It had to with how the Select statement...
July 19, 2011 at 10:40 am
Viewing 15 posts - 16 through 30 (of 121 total)