Forum Replies Created

Viewing 15 posts - 556 through 570 (of 7,466 total)

  • Reply To: Performance of same query slower for a different user

    Replace the Scalar Value function with a (in-line) Table Value Function and you will have a stable running potentially fast query !

    ...
    outer apply dbo.tvf_GenerateCostCode(CC.Code, SU.Code,...
  • Reply To: explicite alternative to FORMAT() concerning DATE

    Jeff Moden wrote:

    @Johan ... Do you have the code where you created and populated the #TallyDate table so that newbies can run your test?

    Also, your good code doesn't need the DATEADD/DATEDIFF...

  • Viewing 15 posts - 556 through 570 (of 7,466 total)