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.
  • Saving for Retirement with Living Like a Pauper or Winning the Lottery

    The title may sound like the book is going to uncover lost secrets of getting rich, but in reality, this is book is a retirement savings manual written especially for novices. In addition to explaining the magic of everyday retirement savings, this book gives links to several additional resources and explanations of how to use…

    July 15, 2007
  • Stored procedure to search functions and stored procedures.

    — Altered slightly from http://www.knowdotnet.com/articles/storedprocfinds.htmlCREATE PROCEDURE Find_Text_In_SP_or_FN (@StringToSearch varchar(100))AS SET @StringToSearch = ‘%’ + @StringToSearch +’%’ SELECT DISTINCT SO.Name FROM sysobjects SO (NOLOCK) INNER JOIN syscomments SC (NOLOCK) on SO.ID = SC.ID AND (SO.Type = ‘P’ OR SO.Type LIKE ‘%F%’) AND SC.Text LIKE @stringtosearch ORDER BY SO.NameGO

    July 12, 2007
  • They still make TI-89s?

    I thought for sure that TI-89 graphing calculators would have been obsolete by now. But not only are they for sale on Amazon, but they seem to not have changed in price much.

    July 12, 2007
←Previous Page
1 … 280 281 282 283 284 … 310
Next Page→

Code, Strings, and Keys

Proudly powered by WordPress