Forum Replies Created

Viewing 15 posts - 31 through 45 (of 56 total)

  • RE: Migrating Data Warehouse Systems to SQL Server 2005

    Hi Vincent,

    I did a migration in the last months, too.

    Very good is the decision to keeo the dts packages running as they are in SQL 2005 and migrate...


    Kindest Regards,

    SK

  • RE: DSO equivalant in SQL2k5 ?

    Hi FP,

    AMO (Analysis Management Object) is the new object model in SSAS 2005.

    Check this for introduction and google for examples.

    http://asptoday.com/Content.aspx?id=2351 

     

    Best regards,

    Stefan


    Kindest Regards,

    SK

  • RE: Flat File Data Conversion in SSIS package

    Hi James,

    of course I meant that you have to use TAB when exporting the data from your source system. It makes no sense to use comma as column seperator...


    Kindest Regards,

    SK

  • RE: Flat File Data Conversion in SSIS package

    Hi,

    first of all - use TAB as seperator in flat files, most systems do not allow TABs in data fields, thus this causes not as much problems as comma....


    Kindest Regards,

    SK

  • RE: How to load data to Destination SQL table using Stored Procedure in SSIS

    Hi,

    the way I usually do this is to do a lookup for the PK of the target table saving the value of an ID (autoincrement value). Then I do...


    Kindest Regards,

    SK

  • RE: Counting Customer Transactions

    Hi Matt,

    you need a customer dimension and a facttable (your transaction table). The customer dimension you could build by using customer data from your legacy system or you can...


    Kindest Regards,

    SK

  • RE: 64 bit sql server responding slow

    Hi Prakash,

    I made the same experiences tho months ago.

    Try to reorg/recreate your indexes and your stored procedures.

    Did you change the compatibility level of your database to 90...


    Kindest Regards,

    SK

  • RE: Very long runtime of backup in SQL 2005

    Hi,

    good idea. What would you use?

    I heard from a tool called SQLIO. Any experiences, other ideas?

     

    Best regards,

    Stefan


    Kindest Regards,

    SK

  • RE: Very long runtime of backup in SQL 2005

    Hi,

    the server has 16 GByte RAM, 6,5 GByte is used for SQL Server DBMS. The rest is used for other components we use. (SSAS, SSRS, IIS) Do you think...


    Kindest Regards,

    SK

  • RE: Very long runtime of backup in SQL 2005

     

    The time needed for the Full Backup on the new system is 6 hours compared to 2 hours on the old system.

     

    I tried to do a differential backup the...


    Kindest Regards,

    SK

  • RE: No aggregations for Measure Group possible in Analysis Server 2005

    Hi Steve,

    the attribute relationships are set up correctly, the aggregations design worked the last time and they are build every day. I read the sources. I tried some other...


    Kindest Regards,

    SK

  • RE: pivot table

    Hi Antonela,

    it works but what about security? Do you want to allow anyone to see the data in the cubes? Don't you have different groups of users with different...


    Kindest Regards,

    SK

  • RE: error when migrating cubes

    Hi,

    my advice - forget the migration wizard and build up your cubes from scratch. I did a big migration of a datawarehouse (20 Cubes, 30 dimensions) this year and...


    Kindest Regards,

    SK

  • RE: pivot table

    Hi antonela,

    Analysis Services needs Windows Authentification to work. When accessing cubes with excel basic authentification is used. This means that simply the user and the password of the current...


    Kindest Regards,

    SK

  • RE: Assist me defining Fact Table

    Hi data,

    as I understand you use an OLTP DB as data source for your cube. You imported the mentioned tables to your Data Source View. Now you want to create a...


    Kindest Regards,

    SK

Viewing 15 posts - 31 through 45 (of 56 total)