Viewing 15 posts - 1 through 15 (of 28 total)
Resolved the issue. Logically what I was doing was correct from an IIF and SWITCH perspective but it did not like having the other function (custom code) mixed with...
March 23, 2016 at 4:15 pm
I know this post is old but I was wondering if anyone experienced the same thing I have. First off I think this CLR is very cool. I use it...
March 10, 2015 at 11:30 am
WOW! I have still had issues with this even though this post is over a year old and from what I tested your settings WORKED. How did you think you...
June 12, 2013 at 1:08 pm
Thanks. I will give that a shot and let you know!
April 16, 2012 at 12:48 pm
Thanks for the reply,
My body and report size are both 8.5X11 and my margins are set to all 0s.
To answer you second question, I get different results depending on what...
April 13, 2012 at 1:15 pm
Thanks for the reference!
November 23, 2011 at 6:14 am
thanks....I see the light now 🙂
May 11, 2011 at 12:45 pm
and can someone tell me how to paste the code so it looks EXACTLY like I have it in T-SQL? IT always looks terrible right after I post it.
May 9, 2011 at 11:53 am
OK....Here is how I got it working if anyone is interested. Thanks for all the help and input!
select replace('<?xml version="1.0" encoding="UTF-8" ?>' + (
select 'Jason' as '@publisher_label',
replace(replace(replace(convert(varchar,getdate(),120),' ',''),'-',''),':','') as...
May 9, 2011 at 11:52 am
Closer:
This works except for the --'http://JCSQL.com/api' as '@xmlns',
it gives me an error:
'xmlns' is invalid in XML tag name in FOR XML PATH, or when WITH XMLNAMESPACES is used with...
May 6, 2011 at 2:07 pm
Sorry, this is ACTUAL data that I am working with and I should have definitely not used it here.
May 6, 2011 at 12:55 pm
I think I have just been chasing my tail. I was expecting something different but like you said that is the way (correct) the XML is stored.
THanks for you help.
May 5, 2011 at 12:45 pm
even with the TYPE option specified, I am still getting the special character returned for &
May 5, 2011 at 12:02 pm
sorry did not see your reply on page 2...let me take a look.
May 5, 2011 at 8:51 am
Viewing 15 posts - 1 through 15 (of 28 total)