Forum Replies Created

Viewing 15 posts - 16 through 30 (of 126 total)

  • RE: output variables

    See the questions is i dont want to pass any input parameters in the stored procedure which you suggested

  • RE: ISNULL for datetime

    Thanks a lot for the suggestion it worked

  • RE: URGENT HELP

    Thanks it worked

  • RE: URGENT HELP

    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...

  • RE: URGENT HELP

    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...

  • RE: stored procedure

    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

  • RE: Question NEEDS Help

    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...

  • RE: Question NEEDS Help

    The information above shows For example electricity cost for  three year for every month and thats it.That is all information i have .

  • RE: Sp_start_job in stored procedure(SSIS)

    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

  • RE: Stored procedure Complexity

    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

  • RE: Stored procedure Complexity

    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

  • RE: Simple Complex Stored Procedure

    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...

  • RE: Simple Complex Stored Procedure

    Yes but it still works

     

  • RE: Simple Complex Stored Procedure

    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...

  • RE: Refresh Table

    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...

Viewing 15 posts - 16 through 30 (of 126 total)