Forum Replies Created

Viewing 4 posts - 646 through 650 (of 650 total)

  • RE: @Local_Variable 8k Limit

    I started out writing something to the effect of it being mighty difficult but I thought I'd try the simple approach. The problem is, of course, what happens when they...

    Best wishes,
    Phil Factor

  • RE: How does one select EVERY Nth row from a table?

    You'd then need to insert the results from the view (in the order you need) into a temporary table or a table variable that has an identity column, and then...

    Best wishes,
    Phil Factor

  • RE: @Local_Variable 8k Limit

    You were almost there!

    CREATE PROCEDURE [Dbo].[RFG_Mng_Prod_Update] 
     @ProdId VARCHAR(5)='0',
     @Osid  VARCHAR(5)='0',
    ...

    Best wishes,
    Phil Factor

  • RE: Easiest query to find start of month

    The last time I had to do it, I actually blew the egg rather than sucked it. It was a swan's egg that was highly addled. One drills a hole...

    Best wishes,
    Phil Factor

Viewing 4 posts - 646 through 650 (of 650 total)