Hi shaulis,
I finally got around to try this out.
I executed to above statement(s) on the Ignite repository and it ran successfully. Then I tried to execute the stored procedure per example:
EXEC TopSQLforMSSQLMachine '2014-12-23 00:00','2014-12-30 00:00','MyMachineName'
and I tried:
EXEC TopSQLforMSSQLMachine '2014-01-01 00:00','2014-05-14 00:00','MyMachineName'
I run into the following issue:
Msg 208, Level 16, State 1, Procedure TopSQLforMSSQLMachine, Line 31
Invalid object name 'cond'.
What am I doing wrong?