-
Using SQL Where Clauses for Searching
One piece of SQL lore I take for granted is COALESCE(). The dictionary definition describes SQL's use pretty close as “To bring or come together into a united whole”. Books Online states in laymans terms that SQL allows you to pass any number of arguments to the function, and it will return the first non-null…
-
Retrieving Values from SQL Exec()
Never had a good reason to do this up until now, but if you need to get a value from a generated sql string, there are a few hoops you must jump through. Example: declare @table varchar(20) ,@username varchar(30)–can't use double quotes w/out this :)SET QUOTED_IDENTIFIER OFF–set your variablesselect @table = 'tblcustomers' ,@username = 'webmaster'–create…
-
Sql Dependencies
-
Let My People Go
Ahh, Passover…how fondly I remember thee. A lot of food: A lot of wine: And plenty of prayers: In all seriousness, one of the best Passovers. The food was phenomenal thanks to my mother-in-law and aunt-in-law for the majority, and the company was good fun. The trick is having 3 or 4 times more people…
-
Deauthorize iTunes Before Reformatting
-
Visual Studio 2005 Beta 2 For Free
-
Reinstalling Windows
Something great happens when you finally succumb to the inevitable fact that you need to wipe your machine. That happened for me at 4 PM yesterday. Over the last few weeks, I tried everything to speed it up, but no amount of defrag’ing, deleting, uninstalling was doing it. But when you finally relent to what…
-
Mixed Martial Arts vs. Boxing
-
Windows 2003 SP1 Errors
Since I installed SP1 here are the problems I am having: MSN Messenger gives me 4 script errors each time I sign in: Line 373, Char 2, Unspecified error, URL: http://t.msn.com/en-us/default.aspx?ver=7.0.0777&did=1 MSN Messenger will prevent me from using the ENTER key when sending a message. Once I restart it, it will work for awhile before…
-
Sleeping on the Couch Arm