Thread: image data type
View Single Post

   
  #2 (permalink)  
Old 02-29-2008, 01:31 PM
David Portas
 
Posts: n/a
Default Re: image data type

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
--

"Jason Huang" <JasonHuang8888@hotmail.com> wrote in message
news:dhvjlf$1sk$1@news.seed.net.tw...
> 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
>



Reply With Quote