Long time back in past I had read somewhere that if we want to enter data in "image" typed field of table whose value is more then 8kb, then we must explicitly specify parameter type to SqlImage. Is this true? I don't find any such documentation about it anymore.
I tried to use Reflector to reverse engineer the SqlClient in order to see if it's required or not, but I didn't get any hint about it. If anyone can give me any confirmed statement that it's not necessary it will be of great help.
I am using SQL 2008 and I am using Image data type not varbinary or binary.