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.
  • 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
  • Further refined Find Text in Column Name

    Now returns table (or function which returns a table) and column name. CREATE FUNCTION Find_Text_In_Column_Name (@StringToSearch varchar(100))RETURNS @fColumnNames TABLE (tablename sysname, colname sysname)ASBEGIN SET @StringToSEarch = ‘%’ + @StringToSearch + ‘%’ INSERT @fColumnNames SELECT DISTINCT SO.NAME, SC.NAME FROM syscolumns SC (NOLOCK)INNER JOIN sysobjects SO (NOLOCK) ON SC.id = SO.id WHERE SC.NAME LIKE @StringToSearch ORDER BY…

    August 16, 2007
  • Split times necessary for a 4 hour marathon

    August 16, 2007
←Previous Page
1 … 277 278 279 280 281 … 311
Next Page→

Code, Strings, and Keys

Proudly powered by WordPress