Viewing 15 posts - 61 through 75 (of 76 total)
1800m1g0000h69g9eujg000000Reduce non-value added calls stemming from complex marketing initiativesCanceled DMAICNULLNULLNULLNULLNULLNULLNULLNULLNULLNULLNULLNULLNULLNULLNULLNULL
1800m1g0000h69ip1m600000001. DefineCompleted ...
May 28, 2012 at 4:46 am
Thanks for the reply...
But i need all the four recored (All records from the table )With ActiveGateDate
Say: If Active Gate Is Null then ActiveGateDate vl also be null
If...
May 28, 2012 at 2:46 am
HI All
I got to retrieve record within one table(Say subquerues)
I hav table lyk this
WorkId WorkName Actual_start_Date ActiveGate Status Current
10052 ...
May 28, 2012 at 1:46 am
Hi Anthony,
I got one more Error..
I have table lyk
WorkId
May 28, 2012 at 1:36 am
Hi Guys....
I Need to retrieve Days from the Dates..Using DATEDIFF Funtion
With Project_view(WorkId,Name,StatusCurrent,ActiveProcess,ActiveGateDate,ActualStartDate,ActualEndDate)
As
(
Select distinct vw.work_id as WorkId, vw.name as Name,vw.status_current as StatusCurrent,
vp.process_name as ActiveProcess,vw.actual_start_date as ActiveGateDate,vw.actual_start_date,
vw.actual_end_date
from view_work...
May 28, 2012 at 12:06 am
With Project_view(WorkId,Name,StatusCurrent,ActiveProcess,ActiveGateDate,ActualStartDate,ActualEndDate,parent_work_id)
As
(
Select distinct vw.work_id as WorkId, vw.name as Name,vw.status_current as StatusCurrent,
vp.process_name as ActiveProcess,vw.actual_start_date as ActiveGateDate,vw.actual_start_date,
vw.actual_end_date,vw.parent_work_id
from view_work vw INNER JOIN View_Process vp ON vw.process_id = vp.process_id
join...
May 25, 2012 at 5:33 am
With Project_view(WorkId,Name,StatusCurrent,ActiveProcess,ActiveGateDate,ActualStartDate,ActualEndDate,parent_work_id)
As
(
Select distinct vw.work_id as WorkId, vw.name as Name,vw.status_current as StatusCurrent,
vp.process_name as ActiveProcess,vw.actual_start_date as ActiveGateDate,vw.actual_start_date,
vw.actual_end_date,vw.parent_work_id
from view_work vw INNER JOIN View_Process vp ON vw.process_id = vp.process_id
join...
May 25, 2012 at 5:04 am
I didnt find the tagging to ur Signature
May 25, 2012 at 4:34 am
Mr.Jeff
It should Multiply with 'n' number to the value
if 10 power 2 = 10 * 10 =100
if 10 power 5...
December 11, 2011 at 10:25 pm
Sorry Jeff....
For simple Understanding i vl give an example..Please hel;p me out
Ex:
how to calculate power vale in the Sql server...
December 11, 2011 at 10:22 pm
Hi codebyo,
Thanks for ur Posting..I got My result
October 31, 2011 at 4:28 am
Thnks for u r Reply
Now if the date is from two Diff Month 02-Feb-2011 to 03 - Mar-2011
how to get this following...
October 31, 2011 at 3:59 am
Hi Guy Thnkz for the support..
But i want in the Different scenario..this is for Payroll Calculation ..I have listed example table
person_id Assign_id ...
October 25, 2011 at 5:21 am
thanks Buddy!!
How to implement this in store procedure......???
Lyk using this validation
IF EXISTS ( SELECT 1 FROM MY TABLE WHERE ACCOUNT_CODE = 10000 AND ACCOUNT_TYPE = ASSETS)
LYK THIS VALIDATION BEFORE...
July 14, 2011 at 9:15 am
Viewing 15 posts - 61 through 75 (of 76 total)