comparision Int(64) vs binary(64)

  • Hi,

    I am using SQL Server 2000 and Delphi 6 enterprise edition.

    In delphi I have a string of binary digits, I need to save it to the database and later on compare this number to another of the same data type.

    I was wondering what is faster, to store the number in binary or in longint and to compare two longint or two binary(64)?

    thanks in advance

    Kindest Regards,

    @puy Inc

  • According to data storage length, bigint will be faster.

Viewing 2 posts - 1 through 1 (of 1 total)

You must be logged in to reply to this topic. Login to reply