Viewing 15 posts - 61 through 75 (of 79 total)
Thanks for the help opc.three. I've been able to create the XML file with the headers I need.
I do have to ask why doesn't oledb connection work and ado.net...
March 18, 2011 at 12:45 pm
Understood the point in your first paragraph on a high level 🙂
Understood your second point the hard way. Initially, I had the OLEDbConnection for ExecuteSQLTask and after trying...
March 17, 2011 at 3:16 pm
Pretty cool stuff...
So I think what you're saying is that even though SSMS has the limitation of truncating the XML when showing the results in grid or text (what you're...
March 17, 2011 at 7:55 am
I'm not using SSIS right now. I was asking if I could use it to add the xml headers.
For more information about the truncation you can search on google...
March 16, 2011 at 6:21 pm
I went down the road of trying to convert the xml to nvarchar(max) by following some google links, but when I set the xml to nvarchar(max) some of the xml...
March 16, 2011 at 3:46 pm
GSquared - Tried that link. For some reason XMLNAMESPACES isn't being picked up as a keyword in the SSMS version that I'm using.
opc.three - The downstream system needs that...
March 16, 2011 at 3:28 pm
Unfortunately, I can't post any data. With the help of a co-worker I got the proper XML tree structure.
SELECT Portfolios.CountOfPortfolioGroupObjects
,Portfolios.CountOfPortfolioObjects
--Portfolio
,(SELECT EffectiveDate
,RTRIM(PortfolioCode) PortfolioCode
,PortfolioGroup
,IntlDomInd
FROM @Portfolio...
March 15, 2011 at 12:55 pm
Good catch 🙂
I've advanced further from my last post, but it's a pain to produce an xml nested tree out of sql. What's considered the best practice to produce...
March 11, 2011 at 2:36 pm
Thanks for the reply.
The data isn't that large so not sure the reason for the error. The first query doesn't give me that error.
March 10, 2011 at 7:24 pm
Is there an article that shows how to do this for Office 2007?
December 4, 2010 at 2:47 pm
Already asked Business if I could do it that way and the answer was no. They want to see it the way below for comparison purposes:
Company 1
Table 1
Table 2
Table...
June 4, 2009 at 7:54 am
1) Right Click on the header field (i.e., Product ID)
2) Choose Properties
3) Click on the Interactive Sort tab
4) Check the "Add an interactive sort action to this textbox"
5) In the...
May 18, 2009 at 8:38 pm
Seajoker: Highlight each column and set the FixedHeader property to True.
May 12, 2008 at 3:41 pm
Viewing 15 posts - 61 through 75 (of 79 total)