Groups | Blog | Home
all groups > sql server (alternate) > october 2005 >

sql server (alternate) : image data type


Jason Huang
10/5/2005 12:00:00 AM
Hi,

In my SQL Server 2000, I have a Table MyUser which has one colum PassWord,
and the PassWord's datatype is Image. I'm wondering how can a password be
an image.
Thanks for help.

Jason

David Portas
10/5/2005 12:00:00 AM
I'm guessing it's because the password is actually a binary hash or
encrypted version of the password. It would probably make more sense to use
a BINARY/VARBINARY column though.

--
David Portas
SQL Server MVP
--

[quoted text, click to view]

AddThis Social Bookmark Button