Forum Replies Created

Viewing 15 posts - 7,951 through 7,965 (of 15,381 total)

  • RE: Arithmetic overflow error

    sqlfriends (6/17/2013)


    Thanks, I do see there is a number 1011.

    Shall I change it to (5,1)

    Thanks

    Just my 2¢ but why keep it so small? Since it is holding aggregate data let...

  • RE: Poor performing query on

    With no more details than this we don't have much chance of providing much help. The best we can do is take a shot in the dark. At the absolute...

  • RE: data type change

    Lucky9 (6/17/2013)


    Ok thanks for the replies...how to check if the stored procedure has to be changed or not...

    Well if the column that is being changed is used as a parameter...

  • RE: Access Query ported to SQL

    The code is much as I expected. It is better if you can post the ddl for your tables and the data as inserts. That way we are not left...

  • RE: Need Query for a problem

    aaron.reese (6/17/2013)


    I would say don't worry about how it works, just play with the different parts to see what effect is has on the output. This will allow you...

  • RE: performance tunning.

    There are a LOT of possible culprits in here. The excessive amount of scalar functions is certainly one of them. By my count there are 9 columns that are direct...

  • RE: which is better performance wise

    SQL_Surfer (6/17/2013)


    Each record will be unique though as it will be identified by AccountID.

    That isn't the point of normalization. I would guess that if this is an online account you...

  • RE: Nesting of Transaction

    T.Ashish (6/17/2013)


    SQL Server allows the nesting of transactions. Like:

    BEGIN TRAN

    BEGIN TRAN

    code...

    ...

  • RE: Are the posted questions getting worse?

    Lynn Pettis (6/14/2013)


    ***************************************************

    I am officially going to Afghanistan!

    I leave for IRDO at Camp Atterbury in Indiana on Sunday, June 23rd. All should go well there with me leaving there...

  • RE: Are the posted questions getting worse?

    jcrawf02 (6/14/2013)


    SQLRNNR (6/13/2013)


    Chad Crawford (6/13/2013)


    The Dixie Flatline (6/13/2013)


    I will explain...

    No, to explain will take too long. I will sum up.

    The Doctor is on first.

    The enemy's gate is...

  • RE: Are the posted questions getting worse?

    Jan Van der Eecken (6/14/2013)


    dwain.c (6/13/2013)


    Sean Lange (6/13/2013)


    WayneS (6/13/2013)


    dwain.c (6/12/2013)


    I can only imagine what it must be like to have SQL Server running in some non-English language. MS probably...

  • RE: Declaring one user variable inside the other

    certcognos (6/14/2013)


    Hey Gurus,

    I have one string variable that defines the transaction type as "Revenue" or "Finance". I have another variable that am using to execute the appropriate stored procedure based...

  • RE: Search for relationship

    sdhamani1020 (6/13/2013)


    I tried this option. Apparently the table with CompanyID does not have any related table.

    However , the table with revenue id , does bring up lot of related...

  • RE: Need help with an insert

    How about some basic ddl and a little bit bigger piece of the puzzle? The details are so sparse we are left guessing what it is you want to do.

  • RE: Crosstab query for date

    adonetok (6/13/2013)


    I am learning crosstab query and create a sample. It works fine.

    Since my real project needs date range is mydate >= (getdate() -15) which will make mydate are different...

Viewing 15 posts - 7,951 through 7,965 (of 15,381 total)