Forum Replies Created

Viewing 15 posts - 1 through 15 (of 185 total)

  • RE: map file name with table data

    Not sure what the purpose is but why not just use a sql task in a for each file loop container to identify for differencies, or a sql task after...

  • RE: Agile BI

    Just been looking at http://www.agiledata.org, good find, thanks for pointing it out.

  • RE: Agile BI

    Been looking at DSDM Atern a bit more and it's more of a project management technique than project management technique, but many of the principals are common, so I guess...

  • RE: Derive a dimension from source with no business key

    If there is a 'drop down on the front end' where is the data for that coming from? why not use the same source, you'll save on maintenance and build...

  • RE: how to split data in ssis

    Use the pivot task.

  • RE: how to load 100 flat files source in ssis

    There are quite a few ways of getting data into SQL, choosing the best option will depend on the files and their format (e.g. If there are some standard between...

  • RE: SSAS decreasing processing time

    Your taking a path I've never had to walk. I've never tried unioning two cubes like this before, I've always had virtual cubes and partitions. You could try googling it.

  • RE: SSAS decreasing processing time

    If you have a complex view I would strongly suggest you look at turning it into a physical table. This will mean that a lot of work is done by...

  • RE: BI controlled by IT?

    I personally dont think it can work one tiny little bit. I'm just looking to see if anyone has made it work, and if so, how they did it.

  • RE: SDC Wizard Hangs on Getting Dimension Table to Load and Map Columns..

    Two questions. Have you tried running this out of design time? I've experienced hanging in design mode have a package run successful out of it. The second question is -...

  • RE: Cube Level key missing

    This message is refering to a 'value' not the fact that a key is missing. You DSV is showing the 'key' is there but can it handle the value of...

  • RE: SSIS package design time

    Your correct. Running in design time will result in using the connections from the connection manager rather than you file.

    Running any package not in design will ensure the package uses...

  • RE: SSAS decreasing processing time

    Well, thats one way to do it. Maintenance will be a bit of a bugger though, and I'm not to sure what would happen if your hierarchies got out of...

  • RE: Extracting XML FROM a table

    I take LutzM's point, but you've helped me tremendously so thanks. Never having to touch XML previously this would have taken an age to figure it out myself.

  • RE: Extracting XML FROM a table

    Thanks, for the link.

    Sample Data from a field called XMLRequest in table ClientRequest -

    <apicr xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" phase="6a" entrypoint="Search06a" xmlns="urn:OurCompName.plc.uk/api5"><payload><userhostaddress xmlns="urn:OurCompName.plc.uk/private">127.0.0.1</userhostaddress></payload><thrierequest><applicant><address><abodeno/><buildingno>1</buildingno><buildingname/><street1>made up street</street1><street2>made up place</street2><sublocality/><locality/><posttown/><premiseno>1</premiseno><premisename/><postcode>zz56 4zz</postcode><duration/></address><name><title>MR</title><forename>BEN</forename><othernames/><surname>FRANKLIN</surname><suffix/></name><dob>1822-01-03</dob><tpoptout>1</tpoptout></applicant><score>1</score><purpose>AA</purpose><transient>0</transient></theirrequest></apicr>

    Basic query that might be run...

Viewing 15 posts - 1 through 15 (of 185 total)