Viewing 15 posts - 16 through 30 (of 126 total)
See the questions is i dont want to pass any input parameters in the stored procedure which you suggested
May 23, 2007 at 2:40 pm
Hi,
i agree with you and i try to ask question only after iam stuck otherwise itry to resolve it myself becz i think that is the real...
May 18, 2007 at 10:08 am
IF YOU DONT WANT TO ANWSER SIMPLY DONT REPLY PLEASE OK .LET OTHERS HELP ME BECAUSE I GUESS THERE ARE STILL SOME PEOPLE IN THIS WORLD WHO HELP OTHERS WITHOUT...
May 18, 2007 at 9:46 am
yes i need a stored procedure which accepts parameters building_id, assessed_date, and assessed_value as parameters and create a record in table C.
can you tell me how i can do that.
thanks
May 17, 2007 at 10:13 am
OK,
I guess it is getting ConFUSING. let me tell you the solution and i just want to know whether iam on the right track or not.
Inthis case what iam...
May 7, 2007 at 12:20 pm
The information above shows For example electricity cost for three year for every month and thats it.That is all information i have .
May 7, 2007 at 11:52 am
i did tried the suggestion stated in the above post but it never worked as it does not get into the while loop.
Any Suggestions
Thanks
----------------------------
declare
@startret
April 30, 2007 at 1:37 pm
Hi,
i did tried the suggestion in the above post but it never went into the while loop.Any Suggestions how can i handle this .
Thanks
-----------------------------
declare
@startret int
declare
April 30, 2007 at 1:35 pm
Thanks for the reply but i am not yet cleared from it.Can you tell me on how to do it so ican get an idea for it
April 23, 2007 at 1:37 pm
Thanks a lot, but for testing i changed the parameter as local varaible
now my proc looks like this
CREATE PROCEDURE [dbo].[Load_Audit_Excel]
AS
Declare @Return_Code int
BEGIN
SET NOCOUNT ON;
SELECT @Return_Code = count(*) FROM...
April 18, 2007 at 12:19 pm
Because i feel that its setting the values first and then executing the job .....but in my case i want to execute the job first and then check the condition...
April 18, 2007 at 12:03 pm
i Guess there is an error in my question .what i meann is
when i execute the stored procedure it works fine and does the expected functionality at the database level,but...
April 17, 2007 at 6:36 pm
Viewing 15 posts - 16 through 30 (of 126 total)