W.O.P.R   W.O.P.R STORM monitor - MS SQLServer - creating the monitor table   Help

Home/storm.monitor/mssql/mssql.create.table.asp

Creating the monitoring table. (Work in progress)

In Query Analyzer ( or similar tool ) execute the following statement:

CREATE TABLE StormMonitor (
  id int IDENTITY NOT NULL ,
  Tablename varbinary (255)  ,
  ColoumName varbinary (255) ,
  LastRun float NULL ,
  LastCrc int NULL ,
  CurrentCrc int NULL ,
  KeyField varbinary (255) ) ;
Next step Helper function