Viewing 15 posts - 1 through 15 (of 69 total)
Recruiter = isnull((select top 1 x.fullname from users x
inner join OrderCandidateRecruiter y on y.userid = x.userid
where y.orderid = a.orderid and y.candidateid = a.candidateid
and y.entitytype in ('Primary','Secondary')
order...
June 7, 2010 at 7:40 pm
I look forward to advancements in cloning so I don't have to take my laptop everywhere: 😉
March 20, 2009 at 12:15 pm
If you are already very familiar with SQL Server then the fastest way to hone in on what knowledge you need to pass the exam is to use exam prep...
February 21, 2009 at 2:43 pm
LINQ is good for querying objects cached in memory. I don't know that I would use it for something other than that.
nHibernate isn't really good for much in my...
February 21, 2009 at 2:40 pm
It doesn't work in every scenario. The proc. that I wrote handles every condition possible that I had encountered.
February 19, 2009 at 7:04 am
Excellent post Jeff. I had written a function to calculate business days about 3 1/2 years ago for a client of mine (http://www.sqlservercentral.com/scripts/Miscellaneous/31543/). Yours is a...
February 19, 2009 at 4:25 am
Sorry, I misread your original post to mean zero-length string not space.
I am surprised I hadn't encountered that problem before so thanks for pointing it out. I...
January 30, 2009 at 1:39 pm
Just out of curiosity, why would you want to split on a blank string?
January 30, 2009 at 9:08 am
Andy Leonard (1/26/2009)
January 26, 2009 at 9:09 am
I had a former employer try to dock my pay for the time it took to install the software applications that I needed to do my job. When I...
January 25, 2009 at 10:21 pm
Eavesdropping is the biggest issue. Using a phone to intercept conversations could seriously impact national security. Insuring that no one has physical access to the phone and removing...
January 21, 2009 at 8:59 am
I suppose that is a possibility but I have not encountered it yet.
October 22, 2008 at 1:34 pm
Viewing 15 posts - 1 through 15 (of 69 total)