Forum Replies Created

Viewing 8 posts - 1 through 8 (of 8 total)

  • Reply To: Linked AS400 stopped working

    This thread is timeless.  Every time I set up a new instance, I forget about this until my AS400 linked server inevitably stops working a few days later.  And each...

    • This reply was modified 3 years, 11 months ago by  camaro305hp.
  • RE: List All Jobs and Their Schedules

    Jeff Moden - Monday, November 20, 2017 6:52 PM

    camaro305hp - Monday, November 20, 2017 5:02 PM

    November 20, 2017 at 7:10 pm

    #1968929

  • RE: List All Jobs and Their Schedules

    Jeff Moden - Monday, November 20, 2017 4:23 PM

    camaro305hp - Monday, November 20, 2017 3:57 PM

    November 20, 2017 at 5:02 pm

    #1968919

  • RE: List All Jobs and Their Schedules

    rwest 44523 - Wednesday, July 19, 2017 8:04 AM

    The best of all worlds:

    use [msdb]

    Declare @weekDay Table
    (
      mask int
    , ...

  • RE: SSAS page file usage

    Also, from the trace, this appears to be the query that causes all the problems:

    SELECT

    {[Measures].[YTD Qty Itm Sold]} DIMENSION PROPERTIES [MEMBER_UNIQUE_NAME],[MEMBER_CAPTION] ON COLUMNS,

    NON EMPTY CROSSJOIN(

    [Dim Branch].[Br Nm].[Br Nm].AllMembers,

    ...

  • RE: SSAS page file usage

    Yes, I'm on x64 and SQL Enterprise. The SQL service user account is already granted the lock pages in memory right.

    I've done a little more testing and it looks...

  • RE: SSAS page file usage

    Steve - thanks for the input. I'm running SQL 2008 R2 on Windows Server 2003 SP2. I did build the cube, and yes, it is entirely possible that...

  • RE: SQL2008R2 memory usage - strange issue

    Thanks Gail and SQLBuddy.

Viewing 8 posts - 1 through 8 (of 8 total)