Viewing 15 posts - 61 through 75 (of 181 total)
solution:
select Pie.CatId.value('@CatalogueItemID','CHAR(8)') as CatalogItemID,
Pie.CatId.value('ProductSalesRank[1]/@__Value', 'INT') as [Sales Rank]
FROM
@x.nodes('/ProductInformationEnhancementsDS/ProductInformationEnhancements') as PIE(CatId)
September 11, 2006 at 8:45 am
Seems quite interesting.
It would be nice if this could reverse/generate the visual interface to the package.
Also, I notice that some of the panes are not re-sizable, which is irritating when...
September 11, 2006 at 4:38 am
What is your expected return? 1 row or multiple?
What is the error message?
September 8, 2006 at 4:30 am
In my (relatively limited) experience:
If you are integrating applications, use Biztalk
If you are integrating data, use SSIS.
So, if you have to take an excel spreadsheet, and transform it, insert it...
August 31, 2006 at 12:19 pm
Hi Gregg,
Thanks for the response.
The spreadsheet data will only be used for new/changed riows - we don't want to delete existing rows that are not in the spreadsheet. Additionally, because...
August 30, 2006 at 7:24 am
Good to know. See how much fun you get, running 64bit 🙂 MNaybe I'll have some of that 'fun' some day.
August 25, 2006 at 4:15 am
btw, typically, C:\Program Files (x86)\Microsoft SQL Server\90\DTS\Binn will be in you path, and thus a simple dtexec.exe (or even dtexec) will work. Certainly, this is true in my environments
August 24, 2006 at 10:24 am
Sorry to say that I've had no chance to play around with 64bit, so I'm going to be 0 help to you I'm afraid.
August 23, 2006 at 9:37 am
Welcome to the fairly NON-exclusive club of people who have used SSIS, and had struggles with ProtectionLevel.
In years to come, we'll look back and laugh ... or maybe cry...
August 23, 2006 at 8:19 am
Imho, it sounds like that may be a bit of an overkill. I assume that the proxy and credential script I posted didn't help?
Florence, I would recommend (unless you've tried,...
August 23, 2006 at 5:59 am
While I don't know anything about Progress, it does sound like you need to check that it had access rights.
Is the Progress DB on a different server?
What user is specified...
August 23, 2006 at 3:56 am
Hi Florence,
What are the specific problems you are having? What is your environment setup?
I'll see if I can help, although it is a bit of the blind leading the...
August 23, 2006 at 3:52 am
great, thanks Noggin - I'm going to play around with that. Since I'm a virtual virgin with .Net, Weould it be alright if I ran a question ro 2 past...
August 22, 2006 at 7:44 am
Hi Noggin,
thanks for the response.
I'm currently look at a stored procedure that I had hoped would be able to include the XML header as part of the XML result returned....
August 22, 2006 at 6:11 am
XML required:
?xml version="1.0" encoding="utf-16" ?
PromotionRuleSet
RuleSetText ![CDATA[Rule 1]] /RuleSetText
/PromotionRuleSet
--I'm afraid adding the GREATER THAN and LESS THAN tags, amkes the text invisible!
What I get atm:
PromotionRuleSet
RuleSetText ![CDATA[Rule 1]]...
August 21, 2006 at 8:45 am
Viewing 15 posts - 61 through 75 (of 181 total)