Viewing 15 posts - 1 through 15 (of 15 total)
thank u sir for your advise....using dynamic sql is dangerous means surely i will change my procedure ....
July 26, 2013 at 8:12 am
so there is a way to get a o/p using dynamic sql right..but how....i don't know many thing about dynamic sql....how do i insert the values in a same row...
July 26, 2013 at 7:57 am
thank u sir.i got it
June 15, 2013 at 1:03 am
thank you very much sir...it works well .and i have to sum both the values so i tried this but the same problem?
SET @total = CAST(( CAST(ISNULL(@mv_mark, 0) AS INT)...
June 15, 2013 at 12:22 am
yes i know that.but i need '12.00' as result.so what should i change here?
June 14, 2013 at 10:49 pm
i don't understand,what you mean by sample data???
June 12, 2013 at 4:43 am
can u help me sir? i am new to db
CREATE proc [dbo].[student_marks]
@roll_no varchar(20)
AS
BEGIN
CREATE TABLE #temp
(
semester INT,
marks INT
)
INSERT INTO #temp
(
semester,
marks
)
SELECT
semester,
( SELECT SUM...
June 12, 2013 at 4:25 am
can anyone help me? i am new to db....
CREATE proc [dbo].[student_marks]
@roll_no varchar(20)
AS
BEGIN
CREATE TABLE #temp
(
semester INT,
marks INT
)
INSERT INTO #temp
(
semester,
marks
)
SELECT
semester,
( SELECT SUM...
June 12, 2013 at 4:07 am
sir can u help me to find out?????how can i pass more values in the below parameter???
SET @cursemcredits = ( SELECT SUM(credit)
...
June 6, 2013 at 12:09 am
hello sir..can u plz help me .....i don't knw how to solve this conflict ''The INSERT statement conflicted with the FOREIGN KEY constraint "FK_product_details". The conflict occurred in database "catalog",...
April 1, 2013 at 5:19 am
hi everyone.....i am the beginner of sql......can anyone help me to find out the mistake where i made????ive tried many times bt again nd again i gt same result"null...
January 22, 2013 at 4:29 am
hi everyone.....i am the beginner of sql......can anyone help me to find out the mistake where i made????ive tried many times bt again nd again i gt same result"null...
January 22, 2013 at 4:27 am
Viewing 15 posts - 1 through 15 (of 15 total)