0

Will Hashbytes always return the same result for the same input I mean if I call HASHBYTES('SHA1',@value) 100 time will the result always be the same?

MaxiWheat
  • 6,133
  • 6
  • 47
  • 76
YAKOVM
  • 9,805
  • 31
  • 116
  • 217

1 Answers1

1

It will return the same result for the same input value and data type.

Michael Green
  • 1,397
  • 1
  • 17
  • 25