Forum Replies Created

Viewing 3 posts - 31 through 33 (of 33 total)

  • RE: Problem in DateTime Query

    Select * From [Vacation] Where Year(exitDate) like  @year_month

    and Month(exitDate) like  @year_month

     

  • RE: auto run store procedure

    Management folder>jobs>right click>create new job>go to:                      1.steps>new>choose database>command:>execute [db name].dbo.[your sp]2.schedule.

     

     

  • RE: Why isnt ISNULL working?

    Very simple.

    SELECT distinct (case when count(Pswrd)=0 then 'NoUser' end) as Result

    FROM WHERE last = 'TEST02'

Viewing 3 posts - 31 through 33 (of 33 total)