Forum Replies Created

Viewing 14 posts - 91 through 104 (of 104 total)

  • RE: Detected two sibling members with the same name?

    I got over it temporarily by concatenating item_nbr and item_id (unique) as the name but is this really the only way? What does the setting 'Member names unique' False mean then?

    Ville

  • RE: Urgent Help needed - Filter MDX result by date range

    Hi, (I'm AS newbie)

    I viewed this thread and based on the solution I fear that my case could be hopeless?

    I've been asked to implement cubes with several dimensions and several...

  • RE: INSERT fails -error with views

    Hi,

    I found out that (in this case) the sql run OK when the 'order by' clause was removed. Well, the (Informatica ETL) lookup sql requires the condition colums to be ordered...

  • RE: Rounding a value to million

    ROUND function

     

    select round(1342671.000/1000000,1) ==> 1.3

    select round(13426.000/1000000,1) ==> 0.0

    etc.

     

    Ville

  • RE: INSERT fails -error with views

    This was my original idea too but

    I did check the nulls - none. Only NOT nullable fields were the ones in the PK's in the tables and none of them...

  • RE: Trying to connect

    Yes, sp3 was the solution indeed.

    For others, atleast running win XP/SP2, please read the short discussion at Sql Server / Service packs about installing the Sql Server / Analysis services sp3.

    My thanks...

  • RE: Sql Server 2000 SP3a - Dahotfix error

    Yep, you pulled the right straws, thank you.

    Strangest thing (if possible with upgrades nowadays) though...the article

    http://support.microsoft.com/Default.aspx?kbid=837188 suggests the logfile (dahotfix.log) is either locked, read-only or hidden attribute set. None of these...

  • RE: Trying to Browse Dimension Data

    I'm dealing with same kind of problem here. After allowing (exceptions) Analysis Services through the firewall (even though I'm running a standalone laptop), I was able to view the cube...

  • RE: Sql Server 2000 SP3a - Dahotfix error

    Thanks,

    I read these articles and some other linked to these but unless I missed some crucial part, I still can't update SqlServer/Analysis S with sp3...

    I allowed 'Sqlservr.exe' and Analysis services 'Msmdsrv.exe'+port 2725...

  • RE: ODBC connect failure to named SqlServer Instance

    Hi Wes and Goce,

    thank you both for your efforts

    The instance is now allowed via tcp/ip,port and it works okay. It can be rather difficult in these kind of situations: The...

  • RE: ODBC connect failure to named SqlServer Instance

    Hi Goce,

    the thing is that the connection to the desired server works when the other SqlServer instance (on the same server) is started and dies shortly after its shutdown....?

  • RE: Table population way too slow!

    Hi there,

    it seems you are doing a lot of work to achieve your goal - possibly two deletes and one update/insert per row. Isn't there any meory based lookups in...

  • RE: SQL Server inserts very slow

    Hi John,

    I trust the local admins have the disks configured OK. Reading from the db is very fast and DTS writes OK - 'Bulk' option can be used. My problem...

  • RE: Help Me

    To do a restore, you need to start with a full backup that is before the event you are recovering from. So you'd need the full backup prior to 10am...

Viewing 14 posts - 91 through 104 (of 104 total)