Forum Replies Created

Viewing 15 posts - 61 through 75 (of 103 total)

  • RE: SSAS2005 - How to create measures Folders with a script ?

    Instead of modifying the xmla: You should also be able to pull this off using AMO (Analysis Management Objects) from C#, VB.Net, or a SSIS scripting task, check out http://msdn.microsoft.com/en-us/library/ms124924.aspx...

    Peter Rijs
    BI Consultant, The Netherlands

  • RE: SSAS2005 - How to create measures Folders with a script ?

    Stephane,

    Can you elaborate on deploying every 4 hours?

    I don't quite understand why and from where you (automatically) deploy every 4 hours, especially when you don't want to use BIDS to...

    Peter Rijs
    BI Consultant, The Netherlands

  • RE: SSAS2005 - How to create measures Folders with a script ?

    Stephane,

    The code you give shows that you are trying to use a calculation. If I understand you question correctly, you should instead alter the DisplayFolder for the measures you want...

    Peter Rijs
    BI Consultant, The Netherlands

  • RE: Sparse Columns

    Hugo Kornelis (7/17/2008)


    ...

    The use of sparse column does reduce the number of bytes available for in-row storage. However, since SQL Server 2005 all varying length data can and will automatically...

    Peter Rijs
    BI Consultant, The Netherlands

  • RE: Import multiple excel worksheets with LinkedServer

    I stumbled over your post, and wonder if you have found a solution yet?

    My hunch would be to use a SSIS package, containing of a script that gets the names...

    Peter Rijs
    BI Consultant, The Netherlands

  • RE: SSIS Transformation

    There is no transformation required: you can get straight from source to destination.

    Peter Rijs
    BI Consultant, The Netherlands

  • RE: Calling a batch file in windows scheduler/SQL Server jobs

    Can you give more details on how the data is being loaded to the database?

    If it comes in through SSIS, you might add a last step to start the batch...

    Peter Rijs
    BI Consultant, The Netherlands

  • RE: DateAdd problem

    I've seen several examples to return a daterange, and since SQL2005 a recursive CTE is the most promising.

    On i.e. this link you'll find an example you can use.

    If the "calendar"...

    Peter Rijs
    BI Consultant, The Netherlands

  • RE: Importing fixed width files with varying row types

    I would go with Ben's suggestion, though splitting the "rowstring" to fields by using derived columns can be quite timeconsuming (and boring :doze: ). However, you're pretty sure you get...

    Peter Rijs
    BI Consultant, The Netherlands

  • RE: merge records row by row

    Maybe this gets you the desired result?

    In a DataFlow:

    1) add a rownumber to both datasets (you might need to add an extra column on the datasources if the order should...

    Peter Rijs
    BI Consultant, The Netherlands

  • RE: Variables in SSIS

    I'm sorry, but I don't quite get your requirement.

    If you need to do some select for each in date in an onther select, shouldn't it be easier to use a...

    Peter Rijs
    BI Consultant, The Netherlands

  • RE: Comparison between SSAS 2005 and 2008

    Beside reading several articles and forum posts on this site; may I suggest using a search engine like Google or live search?

    It will get you tons of info to get...

    Peter Rijs
    BI Consultant, The Netherlands

  • RE: ERROR TRANSFERING DATA FROM SQL DATABASE TO EXCEL FILE

    With a similar problem, rather than change the datatype to unicode in my database (not really an option), I added a convert function to the OLE data source: CONVERT(nchar, Problem_column)...

    Peter Rijs
    BI Consultant, The Netherlands

  • RE: Cursors

    Had to refer to BOL to check out those sp's, since I don't use cursors (a Best practice as Hugo pointed out).

    However, as the other commenters above already pointed out,...

    Peter Rijs
    BI Consultant, The Netherlands

  • RE: Please can anyone tell me how to use Bucket Concept in SSRS

    Though I deem Peter Brinkhaus' solution as not very maintainable (If I would stumble across this code :pinch: it would take me some time to figure out what's going on),...

    Peter Rijs
    BI Consultant, The Netherlands

Viewing 15 posts - 61 through 75 (of 103 total)