by dotnetpete
25. June 2009 17:42
I needed to find the length of an image column in the database. You can use the LEN function on varbinary columns but not image columns.
The DATALENGTH function however does work very nicely.
73822e9b-4e64-402b-8130-c4e995a105f6|0|.0
Tags:
SQL