Viewing 15 posts - 376 through 390 (of 398 total)
Yes, today I will problem solve and compare contrast the 3 queries offered here.
Drew's is the shortest and looks very elegant. Dwains was a break through and...
April 20, 2012 at 12:04 pm
Drew, I appreciate your help. Your query does almost everythinig but the numbers appear to represent the number of days a given ticket is in any status and putting...
April 20, 2012 at 8:46 am
Within the CIVIL category the results are all correct.
Padawan. . .
WA_Parent_Relocation Propoosed should be 30-60 days. Yours is <30 days.
WA_Parent_Relocation Active is Correct.
WA_Burglary Proposed should be >60 days. Yours...
April 20, 2012 at 4:37 am
SQL Padawan (4/19/2012)
UNION ALL SELECT 220, 'Civil',...
April 19, 2012 at 8:57 pm
I am going to explain better what is needed. It's all very close but I finally realize what I haven't been saying. Note the asterisked words.
I need to capture...
April 19, 2012 at 7:44 pm
SQL Padawan, I like! it is very simple. But the numbers are wrong.
April 19, 2012 at 3:11 pm
drew, when I ran your code I got error:
Msg 208, Level 16, State 1, Line 1
Invalid object name 'CTE'.
BUT you are correct. Proposed time for WA_Traffic should be 30-60
April 19, 2012 at 2:58 pm
(1) dwain the code does almost exactly what it is supposed to. BUT (edit). WA_Traffic Proposed time should actually be 30-60 days and your code places it at <30...
April 19, 2012 at 12:17 pm
**correction***I was asking dwain if he'd elaborate the 'certain circumstances'?, but I see that I didn't read his whole post following.
I shall venture to disagree with that statement under certain...
April 19, 2012 at 10:20 am
My statement is based on the assumption that your department is fully staffed with reasonably adequate people. Of course, there will always be situations where you are either...
April 19, 2012 at 10:14 am
Looking at now. U N BELIEVABLE. Will be studying it.
April 19, 2012 at 1:47 am
drew allen, I appreciate your point very much. Also, thanks for that query and illustration of what Excel is capable of and how it simplifies matters.
We have not determined which...
April 18, 2012 at 4:04 pm
Sean Lange, thanks for showing me how to apply Lyn's advice. now I know.
Here is the desired result as a #temp table.
create table #Result
(
Col1 varchar(50),
Col2 varchar(50),
Col3 varchar(50),
Col4 varchar(50)
)
insert #Result
select...
April 18, 2012 at 3:13 pm
What are the numbers in the first row??
The numbers in the first row are for all Civil law matters. Civial is a parent to WA_Tenant type, WA_Traffic and WA_Consumer.
The number...
April 18, 2012 at 2:51 pm
Viewing 15 posts - 376 through 390 (of 398 total)