Forum Replies Created

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

  • RE: minus dates

    because i need to be like this in date not just number.

  • RE: Delete Partitions

    It's business requirement, it was required from company to create like this.

  • RE: Delete Partitions

    Yes there is attached a file group on each partition. That's my problem.

  • RE: if else stored procedore

    Thank's for your response.

    I changed the logic with count() function.

    DECLARE @count int

    SELECT @count = COUNT(*)

    FROM events e

    WHERE e.eventtime>DATEADD(dd ,-1 ,GETDATE())

    ...

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