Forum Replies Created

Viewing 15 posts - 7,096 through 7,110 (of 8,760 total)

  • RE: change data capture issue

    Any changes or updates?

    😎

  • RE: change data capture issue

    Quick questions, was this working before and you just br:w00t:ke it or is this the first implementation?

    😎

  • RE: Insufficient memory available..

    Good stuff you figured this out;-) and yes it is getting quieter, which is probably not a bad thing. I for one don't miss 2K although every now and a...

  • RE: Need help for complex query

    rajnidas.y (9/11/2014)


    hi all,

    SELECT debit.ACCOUNT_NO, debit.Serviced_Amt,credit.Tran_Amt,credit.Serviced_Flag

    FROM tbl_Interest_Debit as debit

    inner join

    tbl_Credit as credit

    on debit.ACCOUNT_NO=credit.Account_No

    order by credit.TRANSACTION_VALUE_DATE

    getting result

    -------------------

    ACCOUNT_NO Serviced_Amt Tran_Amt Serviced_Flag

    ------------ --------------- ------------ ------------

    455050006611013088.0019157467.000

    455050006611013088.0018988.960

    33105126375286533.00171084.000

    33105126375286533.00500000.000

    33105126375286533.001000000.000

    33105126375286533.00800000.000

    33105126375286533.001000000.000

    33105126375286533.001000000.000

    I want that service_amount should be subtracted from tran_amt...

  • RE: Problem in using Fuzzy Lookup with ms access tables.

    Mr.Sahand (9/13/2014)


    Hi All,

    Has anyone used Fuzzy Lookup with ms access tables here?

    I am tring to connect two Access tables as the source and lookup using Fuzzy Lookup. After choosing...

  • RE: Daily CSV import to SQL - How ?

    G-Force (9/12/2014)


    Hi I am receiving 1 csv file daily. The schema is static and the same for each file. I have created a table with the same schema as the...

  • RE: swap tables

    Jeff Moden (9/12/2014)


    This sounds an aweful lot like an interview question.

    Yep, sure smells like one

    😎

  • RE: Right outer join with filters

    Here is a quick solution, should help get you passed this hurdle. It demonstrates that you can use INNER JOIN and retain the full details of the set by using...

  • RE: Right outer join with filters

    Hi and welcome to the forum.

    Could you post the DDL (create table script) and possibly some sample data, makes it easier to provide an accurate answer, for more information,...

  • RE: Made it to Ten Centuries!

    Good stuff and congrats;-)

    😎

  • RE: Storing temporary data within a select statement

    Quick thoughts, there is quite some room for improvements such as using a single variable instead of the getdate function, a case statement can be replaced by simple arithmetic "12...

  • RE: Find multiple entries in two fields one table

    Quick thought, there is no need for a self-join as this is an elementary set problem which is easily solved using the window functions in SQL Server 2005 or later.

    USE...

  • RE: swap tables

    karunakar2351 (9/12/2014)


    Hi,

    I have two tables

    Table1 Table2

    1 5

    2 6

    3 7

    4 8

    How to swap table2 values in Table1 & Table1 to Table2...?

    It depends on what exactly you want to do, you can...

  • RE: display values upto 1 decimal without function.

    abhas (9/11/2014)


    Hi all,

    in addition above.

    Hi,

    put varchar datatype, why because actual data is like: Sorry for not mentioning earlier.

    99.87%, 99.96%, 8.67%

    and out put want as

    99.8%

    99.9%

    8.6%

    Thanks,

    Abhas.

    Here is a quick solution, should...

  • RE: Are the posted questions getting worse?

    SQLRNNR (9/12/2014)


    Ed Wagner (9/12/2014)


    GilaMonster (9/12/2014)


    Lynn Pettis (9/12/2014)


    SQLRNNR (9/12/2014)


    I invoke the barge pole rule.

    2nd that. Does the motion pass??

    Motion passes with no objections.

    Without objection, it is so...

Viewing 15 posts - 7,096 through 7,110 (of 8,760 total)