How can we help you today? How can we help you today?
priyasinha
Hi, Apologies for the issue you are facing. Please email your license keys to support@red-gate.com and then we can verify if activation has come through to the our licensing server or not. Thanks, Priya / comments
Hi, Apologies for the issue you are facing. Please email your license keys to support@red-gate.com and then we can verify if activation has come through to the our licensing server or not. Thanks, ...
0 votes
Hi, You are not getting Long Running with duration of 10 seconds because by default we poll only every 45 sec (for Long Running Query). So for a query to qualify for 'Long Running Query' alert it should ideally pass at least twice when we poll. So SQL Response can at best catch a query of duration 46 sec but it will always catch anything which is running for more than 90 sec (which is double the polling frequency). E.g. if you always want to catch a query which is of duration 40 sec or more then you have to reduce the polling frequency to 20 sec. You can look at the config.xml (which is in install directory where you have installed your Alert Repository). This is by default should be at this location C:\Program Files\Red Gate\SQL Response 1\Alert Repository. Then look at this particular section: <!-- This will affect the polling frequency for these alerts; Long running query and Blocked SQL Process - setting to every 45 seconds--> <SysProcessesTime>45</SysProcessesTime> You can change this to modify the polling frequency. But I would not recommend to set this to a very low value as this will have impact on the performance of your server. If you want to test SQL Response for a Long Running Query then may be the easiest thing would be to use a waitfor delay statement. Something like Waitfor delay '00:02:00' Thanks, Priya / comments
Hi, You are not getting Long Running with duration of 10 seconds because by default we poll only every 45 sec (for Long Running Query). So for a query to qualify for 'Long Running Query' alert it s...
0 votes
Hi, Please read this KB article. You will not lose any data. http://www.red-gate.com/supportcenter/C ... 000321.htm Thanks, Priya / comments
Hi, Please read this KB article. You will not lose any data.http://www.red-gate.com/supportcenter/C ... 000321.htm Thanks, Priya
0 votes