Forum Replies Created

Viewing 15 posts - 16 through 30 (of 34 total)

  • RE: Error browsing dimension

    Yes, that was the problem!

    I'm not close to MDX yet, but I see this is essential for analysing.

    Thanks a lot.

  • RE: Error browsing dimension

    The sql server profiler shows:

    WITH MEMBER [Measures].[-DimBrowseLevelKey 0-] AS '[Dim Konto].[Konto].currentmember.properties("key0", TYPED)'

    SELECT { [Measures].[-DimBrowseLevelKey 0-] } ON 0,

    Head( [Dim Konto].[Konto].[Konto].Children, 1000) ON 1

    FROM [$Dim Konto]

    CELL PROPERTIES VALUE

    PropertyList xmlns="urn:schemas-microsoft-com:xml-analysis" (<> removed...

  • RE: Table that is required for a join cannot be reached based on the relationships in the data source view

    Made a separate dimension for the table view(may mixing was not good), but now I get a missing attribute error because the fact table has more keys than the filtered...

  • RE: Backup files not overwritten

    The same db, so the name is like cosy_backup_200711182200.bak what is over 2 days old but isn't deleted.

  • RE: Backup files not overwritten

    Ok, habent seen this task.

    So the files are only overwritten if not enough space is available on disc?

  • RE: No permission to create database over SMO

    No denied permission, also tried with sa, same result.

    Must security be configured by SQL Server surface configuration?

  • RE: Login without a password

    Could find it in the help, thanks.

    Also you can set the Default_Database. But what about the database role or the system role?

  • RE: Convert trial version into full version?

    Hi Andreas

    This link address could not be found. Do you have another one?

    Thanks

    Jan

  • RE: null comparison

    Your solution works.

    The table does not have keys because of the origin data, not a good thing but I can't change it.

    So first I group the data having count(*) >...

  • RE: null comparison

    Two tables dbo.flightinfo and #duplicaterow with the same columns to eliminate duplicate rows.

    The query looks like:

    select b.company, b.airline_nr, b.awb, b.part_shipment, b.nr_1, b.from_destcode, b.to_destcode, b.mode, b.flight_1, b.flight_2, b.start_date, b.end_date, b.end_destcode, b.statuscode, b.pieces,...

  • RE: How to observe table growth

    Can I get the values from the sp_spaceused without changing the sp?

    Because there are no values declared as output.

    Thanks, Jan 

  • RE: Confused about covered index

    So then a non-clustered index holds data, unlike in the book explained?

  • RE: Publication falls to inactive

    Hi Dick

    We are on SP2 with hotfix.

    The retention time of the distributor was limited to 72 hours, so we put it much higher. It seems to work but we are...

  • RE: Update in Cursor not possible

    Hope you can read the data in this form:

    From table imp_beschr (import description):

    beschr_id datum sprache_id subtyp...

  • RE: Update in Cursor not possible

    @pam Abdulla

    Let me explain why with DOS technic and without flow control it may not work.

    @john-2 Rowan

    Basicly its about collecting data to habe a course description...

Viewing 15 posts - 16 through 30 (of 34 total)