Ben Forta

Blog

May 31, 2006

Pearson Looking For CF Developer/Manager In Phoenix

This from David Ducic of Pearson Digital Learning: I'm looking for a ColdFusion person that also has some project management skills. I have a need to create a visually appealing, dynamic, scalable, web-based "collateral wizard" that will enable our internal sales staff to utilize pre-existing...

May 31, 2006

Hit Me (And Others) On The Head

In anticipation of CFUNITED (25 days to go!), a Flash Wacky Bash The Guru game has been posted online. This is your chance to hit myself, Ray Camden, Michael Smith, Hal Helms, Simon Horwith, and others on the head (if you feel so inclined).

May 25, 2006

Using TABLESAMPLE To Retrieve Partial Resultsets

I just discovered a new SELECT clause that has been added to T-SQL in SQL Server 2005. TABLESAMPLE can be used to return a sampling of rows (either a fixed number or a specified percent of the table rows). Here is how it is used: /* Get a sample 5 rows */ SELECT * FROM table TABLESAMPLE (5 ROWS) /*...

Page 292 of 489 (4884 posts)