Viewing 15 posts - 181 through 195 (of 221 total)
Lynn Pettis (6/26/2008)
June 26, 2008 at 10:16 am
I'm predominantly a nature photographer, so I like it as it gives me a chance to be geeky in a non office / house environment haha!
June 26, 2008 at 10:11 am
Nope, far from it, I still need to make a decision, and a proposal I guess :p
June 26, 2008 at 7:20 am
Yeah, it's clear that certain job titles convey certain 'signals' that's why I was initially not keen on DBA as when ever non tech people see the word 'admin' they...
June 25, 2008 at 10:28 am
Steve Jones - Editor (6/20/2008)
At this job the title doesn't much matter. However when you look for the next job, the title will matter.
Exactly, that's why I want to...
June 20, 2008 at 9:26 am
Jeff Moden (6/20/2008)
I think you should pick whatever title you like....
June 20, 2008 at 7:49 am
I suppose that's the small company side of things coming out - I was hired for a non technical analyst position many moons ago, then it just kinda snowballed!
June 20, 2008 at 3:00 am
Yup, I am in to photography, as is my colleague - a developer 🙂
June 20, 2008 at 2:49 am
I've looked at rank and dense rank, I am not really sure about the no gaps thing - if a contact had a score of zero then would rank simply...
June 18, 2008 at 9:01 am
Thanks Mark, I looked it up and it works a treat 🙂
RANK() OVER
(PARTITION BY firm_ID ORDER BY ContactScore DESC) AS 'RANK'
Did the trick just right!
June 18, 2008 at 8:14 am
My query is something like this:
SELECT T.*, [Total Coms]+[GP Contact]+[Has Email] as Contact_Score FROM
(SELECT
c.contact_id,
c.contact_title,
c.contact_surname,
f.firm_name,
--Contact Scoring--
(SELECT count(distinct communication_ID) from tblcommunication cn where cn.contact_id = c.contact_id) [Total Coms],
(SELECT count(contact_id) from...
June 18, 2008 at 6:31 am
Thanks for the code, there isn't too many entries which are a problem so I think a manual review of them will sort it out.
As for preventing it... ill...
May 27, 2008 at 7:34 am
Vladan, I have realised that now - its simply the ASP file that 'renders' the '& # 256' type stuff in to characters, they are actually stored in sql in...
May 27, 2008 at 5:53 am
Vladan,
The information about the SQL collation is very interesting, Ill mention this to someone else and see what they make of it.
The input data is in asp, soon...
May 27, 2008 at 5:05 am
Viewing 15 posts - 181 through 195 (of 221 total)