Archive for June, 2009

SQL Server Agent issue – delay_between_response attribute (10 sec) of alert (9) is less

Agent was stopped so performance plan wasn’t running. Errors in Agent Log: delay_between_response attribute (10 sec) of alert (9) is less than poll interval for this alert (20 sec) Research led to http://www.sqlservercentral.com/articles/Administration/3177/  and CTRL+A copy/pasted the solution into notepad. Changed this registry key: EventLogPeekInterval from hex 14 to hex a which in decimal equals [...]

, , , ,

No Comments

Blue Screen flashes too quick for me to read it!

I had a computer that was blue-screening with a flash of a message that was way too quick to read. First thing I did was to whip out a digital camera with Video capability.  I recorded the screen flash and then played it back and paused on the message. In my case it said “Unmountable [...]

, , , , , ,

No Comments

Extract a Hyperlink from a Cell in an Excel Spreadsheet

Sometimes you might copy a group of links from the internet and want to get the underlying URL to save in a database or something. In order to get Excel to give up the URL you’ll have to use a Macro. Below is a function that you can include in your spreadsheet to extract the [...]

, , , , , , , ,

1 Comment