Viewing 7 posts - 1 through 7 (of 7 total)
Worked like a charm... THANKS!!!!
October 28, 2004 at 11:45 am
You are right. I think that I might do that. It is just a DTS copy that is imported nightly anyway. I just don't like to make changes because it...
October 27, 2004 at 12:01 pm
I agree it is a huge problem. But here is the deal. I cannot change it. It is a third party database and cannot really be changed. I know it sux. I...
October 27, 2004 at 10:26 am
Problem is that [CustomerInfo] has no unique ID column. Any ideas?
October 27, 2004 at 10:03 am
SIC is not always null just in my example.
October 27, 2004 at 9:57 am
I apologize for my original post. It was vague, incomplete and yes; the capitalization sucks (trying to keep with the capitalization that the database vendor...
October 18, 2004 at 9:37 am
Okay. I have pared down the query to:
SELECT Dept, OPID, [Count]
FROM (
SELECT p.dept as Dept, p.csr as OPID, count(*) as [Count]
FROM policy as p
WHERE p.Dept is not null and p.csr...
October 14, 2004 at 11:41 am
Viewing 7 posts - 1 through 7 (of 7 total)