Forum Replies Created

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

  • RE: Quick and Dirty DR Solution Using Robocopy

    Great tip!

    One change is needed in my opinion though:

    SET /A ERRLEV = "(%ERRLEV1% & %ERRLEV2%) & 24"

    Should be "(%ERRLEV1% | %ERRLEV2%) & 24"

    (untested)

    Otherwise you'll miss error code(s) in cases when...

  • RE: A Neural Network in SQL Server

    Very good article, thank you!

    About the classification matrix: am I reading it wrong or is there an error in the explanation?

    Also, there were 243 cases when the network predicted that...

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