Month: July 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

  • 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.

  • Mac OS X Leopard Pre-order on Amazon

    MAC OS X Version 10.5 Leopard is a available for pre-order on Amazon.com. Product will ship "sometime in October."