1,582 reputation
514
bio website
location Boulder, CO
age 39
visits member for 3 years, 4 months
seen yesterday
stats profile views 66

May
9
awarded  Civic Duty
Apr
29
answered CakePHP find joined records with conditions on each table
Apr
6
awarded  Nice Answer
Feb
26
comment Automated upload of a Salesforce file to Box.com record-linked folder
Thanks for the answer. Unfortunately we will have to create our own solution. I was hoping to be able to use Box.com.
Feb
26
accepted Automated upload of a Salesforce file to Box.com record-linked folder
Feb
25
awarded  Caucus
Feb
18
awarded  Tumbleweed
Feb
11
revised Automated upload of a Salesforce file to Box.com record-linked folder
edited tags
Feb
11
revised Automated upload of a Salesforce file to Box.com record-linked folder
deleted 2 characters in body
Feb
11
asked Automated upload of a Salesforce file to Box.com record-linked folder
Dec
31
awarded  Yearling
Oct
26
comment Parameterizing an SQL query which uses the NOT LIKE, “ ^ ” wildcard?
Yes, but you can use the contains first and then the combination with an AND. I just posted an answer that might work.
Oct
26
comment Parameterizing an SQL query which uses the NOT LIKE, “ ^ ” wildcard?
Are you only going to have two terms? Because there are going to be only 4 different combinations 'dog', 'cat', 'dog cat', 'cat dog' so you can create 4 combinations and just do an exact match search.
Oct
16
revised How to get the number of distinct records in a SQL Server 2008 database?
added 102 characters in body
Oct
16
answered How to get the number of distinct records in a SQL Server 2008 database?
Aug
31
awarded  Nice Answer
Jul
19
revised Comma delimiting results of one column to show next to another?
added 807 characters in body
Jul
19
revised Comma delimiting results of one column to show next to another?
added 12 characters in body
Jul
19
answered Comma delimiting results of one column to show next to another?
Jul
18
comment Is there a way to make SELECT that fails not throw inside a TRY/CATCH?
I think Ben's solution is pretty elegant and will perform similar to the if @@rowcount.