hello.

my question is , when we store an image or a picture in sql server in which format it is stored and why it is stored in that format.???

To hold the image itself use Binary or Image data type
To hold the image path use Varchar(N) or nVarchar(N)
why? because image is binary format.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.