Forum Replies Created

Viewing 5 posts - 1 through 6 (of 6 total)

  • RE: Comapre records using cursor

    My bad, sorry I removed few comments and the update statement as well.

    Below is the updated query:

    DECLARE @emp_num VARCHAR(30)

    DECLARE @begin_date DATETIME

    DECLARE @end_date DATETIME

    DECLARE @emp_num1 VARCHAR(30)

    DECLARE @begin_date1 DATETIME

    DECLARE @end_date1 DATETIME

    DECLARE @outerEmp...

  • RE: Comapre records using cursor

    Lynn,

    Actually I'm preparing for my interview and I came across some of the question on DB, I'm at C++ but not done much work on SQL-Server. I want to learn...

  • RE: Comapre records using cursor

    I'm facing the out of memory error on executing the cursor query.

    Then I modified my query, I thought using two cursor may get rid of 'out of memory' but the...

  • RE: Comapre records using cursor

    Thanks for your expertise.

    Its working now.

  • RE: Comapre records using cursor

    could you please give me an example of this?

Viewing 5 posts - 1 through 6 (of 6 total)