Viewing 15 posts - 46 through 60 (of 76 total)
Yup Got the Result ...
"Distinct" was not the Issue But I replaced Left Join To Join Keyword in my Query,....
Query Working Fine
June 1, 2012 at 5:42 am
thankz
But the Concatenated row Repeating two Times with same value
With Tag (WorkId,TagsetId,ProjectName,WorkType,Status,ObjectId,TagSetName ,TagValues)
AS
(
select top 5000 vw.work_id as WorkId ,g.tagset_id as TagsetId ,vw.name as ProjectName,
vw.work_type_code as WorkType,vw.status_current as Status,g.object_id...
June 1, 2012 at 5:11 am
This is one more Issue
User_Name UserId
XYZ ...
May 30, 2012 at 3:05 am
thanks
But there are many Join in my query, I want them to replace with Subqueries Bcoz it is taking much time to execute..
May 30, 2012 at 2:58 am
Hi anthony,
I have two date Define_Start_date and Define_End_Date
Say:
Define_Start_date = 28-04-2012
Define_End_date = 28- 05-2012
I need to get days between these two dates Excluding holidays(i.e Sturday & Sunday)
Using DateDiff(day,Define_Start_date ,Define_End_date )
The...
May 28, 2012 at 11:37 pm
Select work_id,name,(select process_name From view_process Where Process_Id In ( Select Process_id from View_work))as Process,
Status_current,active_gate FRom View_Work
----------------
Subquery returned more than 1 value. This is not permitted when the subquery follows =,...
May 28, 2012 at 6:35 am
I need output Lyk this
Work Id Work Name Define_Start_Date DefineEndDate Measure StartDAte Measure End Date
1258282...
May 28, 2012 at 6:25 am
Hi Anthony This is my table
Work_Id Name Current_Status ...
May 28, 2012 at 6:20 am
This is View_Work /****** Script for SelectTopNRows command from SSMS ******/
SELECT TOP 1000 [work_id]
,[work_type_code]
,[name]
...
May 28, 2012 at 6:13 am
I am not permit to Give the Ip Address N SA password
May 28, 2012 at 5:57 am
Hi Green,
This is simple,,I dont want to complex... If u run tis query u vl get actual start date N end date
SELECT DISTINCT TOP 2000 vw.work_id as WorkId, vw.name as...
May 28, 2012 at 5:16 am
Ok
the Query Used for this Is ;...All datas are from Single Views only..ViewWork
SELECT DISTINCT TOP 2000 vw.work_id as WorkId, vw.name as Name,vw.status_current as StatusCurrent,
vw.actual_start_date,vw.actual_end_date,vp.process_name as ActiveProcess,vw.active_gate as ActiveGate
FROM view_work...
May 28, 2012 at 4:55 am
This is my Query
------------------------------------------------------
With Project_view(WorkId,Name,StatusCurrent,ActualStartDate,ActualEndDate,ActiveProcess,ActiveGate)
As
(
SELECT DISTINCT TOP 2000 vw.work_id as WorkId, vw.name as Name,vw.status_current as StatusCurrent,
vw.actual_start_date,vw.actual_end_date,vp.process_name as ActiveProcess,wv.active_gate as ActiveGate
FROM view_work vw LEFT OUTER JOIN View_Process vp...
May 28, 2012 at 4:49 am
1800m1g0000h69g9eujg000000Reduce non-value added calls stemming from complex marketing initiativesCanceled DMAICNULLNULLNULLNULLNULLNULLNULLNULLNULLNULLNULLNULLNULLNULLNULLNULL
1800m1g0000h69ip1m600000001. DefineCompleted ...
May 28, 2012 at 4:47 am
Viewing 15 posts - 46 through 60 (of 76 total)