Viewing 15 posts - 46 through 60 (of 61 total)
Ok Sir, I'll reply you back soon with the code snippet.
February 25, 2009 at 3:10 pm
Thank You for your reply.
Can't I use function or stored procedure??
What can be the code snippet for trigger?
February 25, 2009 at 1:57 pm
Sir,
I just bought this books and I did not kept the book in one corner, am studying it regularly:
# Beginning Transact - SQL with SQL Server 2000 and 2005...
February 23, 2009 at 1:00 pm
I tried but failed, I read http://www.java2s.com, http://www.w3schools.com, but not getting the clue,am very new to this MS SQL, please help me...:crying:
February 23, 2009 at 6:17 am
Sir,
Am trying!
I am taking reference of my code:
when sum(gradeno) = 0 and sum(case when remark = 'ABS' then 1 else 0 end)>0 then '0'
and trying to fit in your code:
.
.
case...
February 22, 2009 at 4:36 pm
Am getting the Answer perfectly, but with the old problem i.e.
-----------------------------------------------------------------------------------------------
Student Course Credit IsAbsent GradeNo Grade Points...
February 22, 2009 at 4:01 pm
Yes Sir, am using MS SQL Server 2000 and am StucK.
Am getting the Answer perfectly, but with the old problem i.e.
-----------------------------------------------------------------------------------------------
StudentCourseCreditIsAbsentGradeNoGradePointsQuality
-----------------------------------------------------------------------------------------------
AndyASM013030F00
AndyOB013035D13
AndyOB01310ABS00
BobASM013050D+26
BobOB013041D13
SteveASM013046D+26
-----------------------------------------------------------------------------------------------
See this Andy part, appearing twice, where it should appear...
February 22, 2009 at 2:39 pm
Thanks for your effort.
Yes Sir, the triple A should be C, D+ and D, that was my typing mistake, sorry!
Am getting error while running this part of T-SQL:
with
OverallStudentGrade as (
...
February 22, 2009 at 2:05 pm
Image Link: https://www.sqlservercentral.com/Forums/Uploads/image-unavailable.png
This is my whole database schema, I have those stored procedures which you mentioned and thanks for your guidance.
Sir in my last T-SQL, I want another extra stuff,...
February 21, 2009 at 9:46 am
Sir, one more favour!
I want this whenever I update data in MyTable, then through this T-SQL, the Student, course,credit,grades,grade,points,quality will automatically updates in one table!
Is this possible or not through...
February 21, 2009 at 7:34 am
select Student, course, credit, sum(gradeno) as Grades
, case
when sum(gradeno)...
February 21, 2009 at 3:52 am
Student course credit Grades Grade Points Quality
----------...
February 21, 2009 at 1:47 am
Sir,
I had read your signature block and in my last post, I had posted the create table statements, and sample data for each table in my last post.
I had used...
February 20, 2009 at 3:11 pm
Sir,
I reading the earlier replies from Steve Jones and Bitbucket, but I also want the 'ABS' part also, is there any other solution to this part.
I modified Steve Jones query...
February 20, 2009 at 2:13 pm
Sir/Madam,
Am declaring another column in student_marks table named as remark
Now, if in remark, it's given ABS/DN/WFC and sum of marks is 0, then in grade column, it will shown as...
February 20, 2009 at 1:01 pm
Viewing 15 posts - 46 through 60 (of 61 total)