Forum Replies Created

Viewing 3 posts - 181 through 184 (of 184 total)

  • RE: Using LAST_VALUE

    ... Furthermore without the ROWS BETWEEN UNBOUNDED PRECEDING AND CURRENT ROW it would be slow because with the default RANGE-parameter it has to spill out to TempDB.

  • RE: Using LAST_VALUE

    @topic:

    - you should never use FIRST_VALUE without "ROWS BETWEEN UNBOUNDED PRECEDING AND CURRENT ROW", otherwise it will always spill out to TempDB -> slow

    - for this reason I prever to...

  • RE: Partition elimination and variables

    Yes - it seems so. But please don't ask me, if this is a bug or intended behavior (I tend to bug or at least misbehavior, because MSSQL usually do...

Viewing 3 posts - 181 through 184 (of 184 total)