Forum Replies Created

Viewing 15 posts - 46 through 60 (of 82 total)

  • RE: Selective query for profit

    Thanks steve

    Do you have any idea of why Cube Editor -> Insert -> Calculated Cells menu doesn't exist in my machine?

    I've been reading some docs to try this, but that...

  • RE: What @@ are for in variables?

    Thanks, I suspected that.

    And in the example, what are the benefits of using global variables instead of using local ones?

  • RE: Removing the Builtin Administrators - Some Pitfalls to Avoid

    Do you know where none of my 5 servers (SQL 2000 Std) have the "Via group membership" option in the login propierties screens?

  • RE: EXEC & sp_executesql

    Yes, you're right. I had forgotten the EXEC prior to sp_executesql ¬¬  

    Final code is like this:

    DECLARE @mes NVARCHAR(2)

    DECLARE @sql NVARCHAR(1000)

    SET @mes = CASE...

  • RE: Exploring SQL Server 2000 Configuration Properties

    Hi.

    Just to point something:

    "Key points (Figure 6):

    SQL Server Standard Edition supports up to 4 processors.  Advanced Server supports 8 processors. Data Center Server supports 32 processors."

    I think you're really meaning MS...

  • RE: Tricky dimension

    Used a calculated field:

    refurbished + (rejected*2), So I have 3 possible values in one single field.

    Thanks

  • RE: OWC intreface

    Maybe last post of Alamir in this tread could be useful:

    http://www.sqlservercentral.com/forums/shwmessage.aspx?forumid=17&messageid=129940&p=2

  • RE: Question of the Day for 06 Sep 2004

    Hahaha, good question.. congrats

  • RE: Web Cube

    Wow man, thank you very much!

    It costed me 4-5 days of frustrations. 🙁

    But it's finally running.

  • RE: Web Cube

    Thanks a lot Jim, I'm very thankful

    One more thing:

    By company politics we only have office 2000 (and Office 2003 seems not to be here prior to 2005).

    Do you know if...

  • RE: Web Cube

    Centainly I don't have a clear image of what "Web Analysis" means, just thought that maybe this could causing me the problem.

    I have SQL Server 2000 Standard, and made HTM file...

  • RE: Web Cube

    Thanks Jim.

    Yes, I've changed that, I can run exactly same HTM file from my desktop or from server's desktop and all works fine, that means I have no problem with...

  • RE: DTS refuses to be scheduled

    I don't know what to say, after a few hours more of tests I thought in jshorts's comment and I realized that I've never restarted server after Oracle client installation.

    I've...

  • RE: DTS refuses to be scheduled

    Yes, is the same version (same installation CD) and is the only change to server.

    And if is something like that ocurring... Why run manually and not programatically? :-\

  • RE: DTS refuses to be scheduled

    Sure, DTS just import some data from Oracle. Data go to temp tables & after copy them to prod tables.

    I've recently removed/reinstalled Oracle Client due some problems.

    DTS ran fine before these...

Viewing 15 posts - 46 through 60 (of 82 total)