Forum Replies Created

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

  • RE: IS NOT NULL vs != NULL

    I had similar problem with my Developer and Production environment when I used count function with (IS Not Null) condition in the where clause then I released that Developer server...

  • RE: Run File From Query Analyzer?

    Here the simple way to run or open any OS files from QA:

    exec xp_cmdshell 'C:\Reboot.bat' or

    exec xp_cmdshell 'type C:\Boot.ini'

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