Forum Replies Created

Viewing 15 posts - 10,876 through 10,890 (of 15,376 total)

  • RE: how to inside 2 action in the select CASE?

    chinye2020 (8/31/2012)


    Sean Lange (8/31/2012)


    chinye2020 (8/31/2012)


    Tbl_Account

    AccNo Comm Add_By_AccNo Level

    2 6.000 0 MANAGER

    3 4.000 2 SUPERVISOR

    5 3.000 3 SALEPERSON

    Tbl_Transaction //this is the example insert query success

    Transaction_AccNo Comm Amount

    5 1% $0.10

    3 2% $0.20

    2...

  • RE: Creating a global temp table in a stored procedure

    RBarryYoung (8/31/2012)


    Sean Lange (8/31/2012)


    Potso (8/31/2012)


    Thanks I knew it was something simple and dumb i was just not thinking about. And i am dropping the table everytime after the stored procedure...

  • RE: how to inside 2 action in the select CASE?

    chinye2020 (8/31/2012)


    Tbl_Account

    AccNo Comm Add_By_AccNo Level

    2 6.000 0 MANAGER

    3 4.000 2 SUPERVISOR

    5 3.000 3 SALEPERSON

    Tbl_Transaction //this is the example insert query success

    Transaction_AccNo Comm Amount

    5 1% $0.10

    3 2% $0.20

    2 2% $0.20 //how...

  • RE: Data is not displayed in crystal reports

    deepeshdhake (8/31/2012)


    No there is no network down. Stored proc is working good. But I cannot see the result in crystal reports.

    This isn't a crystal reports forum but I can try....

  • RE: back ups

    m.rajesh.uk (8/31/2012)


    Thanks for u r reply.. i mean the data base not available corrupted... i need to take back up is there option available

    You said it is corrupted? What good...

  • RE: Multiple Instance Query Using CASE

    pawana.paul (8/31/2012)


    Hi,

    Need your help in achieving one requirement, below are the details:

    From Instance1, DB1, I am retrieving data from 6-8 tables using joins.

    Form Instance2, DB2, I am retrieving data from...

  • RE: how to inside 2 action in the select CASE?

    chinye2020 (8/31/2012)


    Luis Cazares (8/31/2012)


    Sean is right, DDL and sample data would have been a great help. As well as posting your whole problem.

    You should pay more attention to your code...

  • RE: Data is not displayed in crystal reports

    deepeshdhake (8/31/2012)


    Hello,

    I have created the stored procedure. Now I am accessing the same in the crystal reports. But when I preview the report, there is no data.

    What can be...

  • RE: Creating a global temp table in a stored procedure

    Potso (8/31/2012)


    Thanks I knew it was something simple and dumb i was just not thinking about. And i am dropping the table everytime after the stored procedure is run so...

  • RE: how to inside 2 action in the select CASE?

    chinye2020 (8/31/2012)


    how to in select query save the last row Commision Value?have any idea?

    I am not at all sure what that means??? Keep in mind that tables are unordered set...

  • RE: how to inside 2 action in the select CASE?

    You really need to read the article I suggested. You need to provide ddl (create table scripts) and sample data as inserts. We are all volunteers around here and I...

  • RE: how to inside 2 action in the select CASE?

    chinye2020 (8/31/2012)


    im using CTE read the most lowest member until top,

    but until top,need to read back the second top Commision,this is the problem

    Your above explanation is totally unclear. Before anybody...

  • RE: The data types varchar and varchar are incompatible in the modulo operator.

    I agree with Chris. There is no need for dynamic sql for this at all. In fact, you should run away from the implementation you put together quickly. It is...

  • RE: multiple column into 1

    harri.reddy (8/30/2012)


    its just in 1 sheet.

    yes prod1 is same, but i need uniques value from all 3 and put into 1 column in database

    No offense harri but how do you...

  • RE: Loading the distinct rows in the destination table fromt the source table with some logic

    sql1411 (8/30/2012)


    Thanks for trying to answer my queries. To Seans' questions...

    You have two rows here and one of them is the OriginalAircraftNumber and one becomes the FinalAircraftNumber. What can you...

Viewing 15 posts - 10,876 through 10,890 (of 15,376 total)