Home Forums Programming Testing SQL Test not showing all results in TestResult table RE: SQL Test not showing all results in TestResult table

  • Thanks Craig,

    That's an easy enough solution, so I'll try that and if I do want to clear the table I'll create a Setup stored proc to call first.

    Interesting that it uses DELETE and not TRUNCATE TABLE.

    Thanks for your time.