Forum Replies Created

Viewing 15 posts - 61 through 75 (of 98 total)

  • RE: CHECKSUM() and NULL

    Well done !!

  • RE: SQL Session Context

    Very interesting Question. and of course now I have to play with that and figure out how it works, and I'm unable to do that in the amount of time...

  • RE: More Precedence

    OH and BTW thank you for your answer.

  • RE: More Precedence

    That I can understand.  However 🙂
    Where is the logic in doing a calculation in a different datatype than what the result will be displayed as?

  • RE: More Precedence

    Adding a binary value to datetime is not the same as adding an integer value. - this I know.
    Adding 32 to datetime adds 32 days
    Adding x20 to datetime...

  • RE: Data Type Precedence

    ** LIGHT BULB **
    I agree that adding 2 dates makes no sense, but what I was puzzled by was how it came back with an increase of 101 days. ...

  • RE: Real Maths

    Another Excellent Answer.
    Seeing/Learning how you come to the answer is a big help.
    And perhaps now I should be smart enough to use sp_help more often.
    Thank you so...

  • RE: Real Maths

    Excellent Answer, that is most of what I was looking to learn.
    The other part of the question that I failed to express clearly is
    What determines the data types...

  • RE: Real Maths

    Great question !
    But it leads me to more questions;
    what data type is the result of something like this SELECT 3.0/4.0
    and why is the result of that different...

  • RE: Batch Preceding

    I answered correctly, but for me there were too many assumptions.

  • RE: Index Utilization Summary

    Very nice.
    I needed a minor alteration.
       LEFT JOIN sys.dm_db_index_operational_stats(NULL, NULL, NULL, NULL)IOS ON Indx.object_id=IOS.object_id AND Indx.index_id=IOS.index_id AND IUS.database_id=IOS.database_id
    WHERE(Obj.type_desc='USER_TABLE' OR Obj.type_desc='VIEW')
        AND ius.database_id = DB_ID()

  • RE: Old Query that I dont quite understand

    Thank you for all replies. (especially after all my mistakes in posting this)

    Tbl3 is a table based on data from Tbl1 and a view with many scalar functions,...

  • RE: Old Query that I dont quite understand

    Budd - Friday, March 17, 2017 10:33 AM

    Budd - Friday, March 17, 2017 10:15 AM

  • RE: Old Query that I dont quite understand

    Budd - Friday, March 17, 2017 10:15 AM

    This is somethign that has been running in our Production system for many years and...

  • RE: Finding Triggers

    No, but the question did not specify that it was only about DML Triggers.

Viewing 15 posts - 61 through 75 (of 98 total)