Forum Replies Created

Viewing 2 posts - 1 through 3 (of 3 total)

  • RE: New Topic Script file help

    Im not trying to solve anything Im trying to figure out how to do this for future reference

  • RE: New Topic Script file help

    nevermind i figured it out

    Declare @Julycount int

    Set @Julycount= (Select Count(*) From orders Where MONTH(OrderDate) = 7)

    print 'The total orders for july is ' + Cast(@JulyCount...

Viewing 2 posts - 1 through 3 (of 3 total)