Viewing 15 posts - 1 through 15 (of 18 total)
i have fixed it thanks
i did small mistake
select yearmonth,
CASE
WHEN (substring ( [YearMonth] ,5,5)='1' ) THEN (substring ( [YearMonth] ,1,4) +'January')
WHEN (substring ( ...
October 28, 2008 at 9:39 am
Hi,
It is from SQL. created a view from 3 tables.
Your sql gives an error. It didnot understand the coulmn name
It produces error .
DECLARE @EndDate DATETIME, @StartDate DATETIME
SELECT...
September 24, 2008 at 7:34 am
Hi,
Thank you very much . You did what i want. It works fine. I will email you if i have an issue again
Thanks
Ram
September 23, 2008 at 11:06 am
Hi,
I have an issue, i just want to find school days between S and E for the students. I added school days column but it didnot work. in my...
September 23, 2008 at 10:11 am
It works fine but it provides 288 days between 2 days. I am trying to calculate just student working dates between S and E . It is actually 178 days.
I...
September 23, 2008 at 9:28 am
have student attendance data. I want to calculate total number of school days between startdate and End date .I could write sql for startdate and End Date but eventhough i...
September 23, 2008 at 9:08 am
I think my questions didnot add all the stuff. I dont know why it loaded half only.
September 23, 2008 at 9:05 am
if Attendance column stores value 'S' then it is start date for that student and attendance stores value as 'E' then it is end date for the student of the...
September 23, 2008 at 9:03 am
You are right. it is simple statement
I think i want to explain little bit more
Student biginging date is 'S'
Student Ending date is 'E'
In the between student may have present(P), A(...
August 26, 2008 at 8:38 am
Perfect. I think the reason is we already set dateadd for datetime1.
Thanks for your quick response.
Thanks.
Ram
August 12, 2008 at 10:40 am
Hi,
Still close. But it populates now until 2008-06-29 00:00:00.000 Not until 30th of june.
Time and seconds makes any difference?
Thanks
Ram
August 12, 2008 at 10:29 am
Hi All,
This is what i want . Great. I just test with CUBE,ROLLEUP operator. Thanks for everyone.
Thanks.
Ram
June 18, 2008 at 2:45 pm
Hi All
This is great article and discussed with my manager and they want to have what you suggested. Then i created excel sheet for how we want to have the...
June 10, 2008 at 1:27 pm
Hi All,
It works weel but I have 13 years of data. Current year data is only at one table and all remaining past years is historical table and also i...
June 10, 2008 at 1:18 pm
Hi All,
I have another issue in this query. We dont want to show up weekends . So we want to eliminate saturday and sunday as a row in the table....
June 9, 2008 at 10:54 am
Viewing 15 posts - 1 through 15 (of 18 total)