Forum Replies Created

Viewing 15 posts - 1 through 15 (of 21 total)

  • RE: How to split varchar variable to multiple rows and columns based on two delimeter

    Hi , Thanks for you update.

    I am looking for like a function to insert data like below instead of creating insert statement in your query.

    select Name,Value1,Value2,Value3 from functionSplitter(@var,...

  • RE: How to concatenate the one column rows and sum the other columns

    Hi ,

    Thanks for your reply 🙂

    Now I have small issue , I have same subject with different marks (English subject ).

    How do I concatenate distinct subjects with sum of all...

  • RE: Same table twice left join issue

    Hi parulprabu ,

    Thanks for reply again ,

    Actually in month column does not has in order 1,2,3,4...

    It may be some time month column M1,M2,M3,M4 .etc

    so case condition not suitable...

  • RE: Same table twice left join issue

    HI parulprabu ,

    Thanks for your reply .

    Almost correct output

    nameMarksMonthsubject

    Kumar801~0maths

    Guna301~2science

    Kumar502~0physics

    Guna-302~1science

    BUT, Is possible to show the actual month 1~2 instead of 1~0

    I have to validate with Month column after...

  • RE: Same table twice left join issue

    Hi pietlinden ,

    I need to find the variance between month 1 and 2

    For Name Guna in month 1 70 marks in science subject...

  • RE: Running updation in SQL

    Hi Sir,

    Now i have another issue in relating with CTE

    Kindly refer the attachment and advise me .

    I have to add another table with left join , This is...

  • RE: Running updation in SQL

    Yes 🙂 , I fixed . before i just assigned 0 instead of '0' for Groupcallid.So its considered as Integer . now i changed ,its working fine . Thanks.

  • RE: Running updation in SQL

    Thanks for your response.

  • RE: Running updation in SQL

    Hi Team,

    Now I have issue in with CTE ,

    Msg 245, Level 16, State 1, Procedure usp_utilservice, Line 885

    Conversion failed when converting the varchar value 'GrpCall-399900' to data type int.

    Kindly...

  • RE: Running updation in SQL

    Really awesome ! you are a genius !!!

    Its working ....Thanks a looooooooooooot

  • RE: Running updation in SQL

    Kindly refer the attachment ,

    Id will not coming with order .

    Note : Combination of each row is ID and previousrowid

    Kindly check and advise me
  • RE: Running updation in SQL

    Thanks For your Reply🙂

    But Still Value1 shows 0 , It should be show previous row total .

    And one more important thing,

    inner join CTE1 b ON a.Id = b.Id+1

    id+1...

  • RE: Dead Lock Issue

    com.microsoft.sqlserver.jdbc.SQLServerException: Transaction (Process ID 112) was deadlocked on lock resources with another process and has been chosen as the deadlock victim. Rerun the transaction.

    2010-11-09 04:00:05,849 ERROR [STDERR] at com.microsoft.sqlserver.jdbc.SQLServerException.makeFromDatabaseError(SQLServerException.java:197)

    2010-11-09 04:00:05,849...

  • RE: How to add 2 Temp-table

    i dont have a any same column like id..

    two table column's are fully different...

    Kindly advise me how to add two temp-table columns

  • RE: How to add two #Temptables

    Dear All,

    Thanks a lot Alvin Ramard.............:-)

Viewing 15 posts - 1 through 15 (of 21 total)