size of binary data

  • Thread starter Thread starter Lloyd Dupont
  • Start date Start date
L

Lloyd Dupont

I'm playing around with SqlServer on my PPC and I beleive I have, somehow,
some problem to download correct data.

I would like to beable to check the size of the binary data in my SQL
Enterprise maneger
with a query such as
SELECT SIZE(Photo) As size FROM Employees

is there a proper function for that ? (size doens't exist ..)
 
Back
Top