lang="en-US"> March 2009 –  Design1online.com, LLC

Monthly Archive: March 2009

0

MSSQL Tutorial: Search code inside of stored proceedures

DECLARE @SEARCHSTRING VARCHAR(255), @notcontain Varchar(255) SELECT @SEARCHSTRING = ‘expiration_date =’, @notcontain = ” SELECT DISTINCT sysobjects.name AS [Object Name] , case when sysobjects.xtype = ‘P’ then ‘Stored Proc’ when sysobjects.xtype = ‘TF’ then ‘Function’...

1

Ten Reasons Not To Use ASP!

10. I have to write my own isNull function? 9. No double equals = retarded language 8. You can’t response.write across multiple lines unless you _ & fix them. Can’t concatenate across multiple lines...

0

Horsetastic!

Introducing a brand new comic on White Oak Stables. Horsetastic is the tale of four friends and the quirks of their day to day lives. The comic is currently on trial basis, and if...

0

Error FIX: Crystal Report Won’t Stop Loading

Problem: I noticed if you have really large strings in the crystal report, instead of having them as type text (aka memo in Crystal) the report won’t ever stop loading. For instance,  a field...