Code, Strings, and Keys

    • About Thomas Powell
    • Account
    • It’s been [0] days since [program] last updated
    • Login
    • Password Reset
    • Pianist / Accompanist / Music Director Resume
    • Reading List 2025
    • Register
    • Running Gear – Shoes, Treadmill, and Bandages
    • Site Map
Illustration of a bird flying.
  • Further refined version of code searching

    I have now included views in the search code version. Both functions now return the object type the result was found in. –Searches stored procedures, functions and views for code– containing the stringtosearchCREATE FUNCTION findTextInCode (@StringToSearch varchar(100))RETURNS @fNames TABLE (search varchar(100), name sysname, type char(2))ASBEGIN SET @StringToSearch = ‘%’ + @StringToSearch +’%’ INSERT @fNames SELECT…

    September 6, 2007
  • If you’re a fan of Office Space…

    Office Space Kit, including: Red Stapler Initech Mug “Is this Good for the Company?” Sign Starter “Flair” “PC Load Letter” Copy Machine Sticker Your Very Own “Jump To Conclusions” Mat An Initech mug by itself:

    August 20, 2007
  • Norton Ghost 12.0: My latest favorite tool

    Just used Norton Ghost to upgrade/replace a hard drive that was in the early stages of failing–it had had a few intermittent blue screen/reboots: This was a HP Pavilion zv5000 laptop with a 60GB drive and XP Home. Event Viewer showed several things of note around the reboot times:Got a bug check: 0x0000007a (0xc03dd9a4, 0xc000000e,…

    August 20, 2007
←Previous Page
1 … 275 276 277 278 279 … 310
Next Page→

Code, Strings, and Keys

Proudly powered by WordPress