Drop Table

Support Forum for database administrators and web based access to important newsgroups related to databases
Register on Database Support Forum Edit your profileCalendarFind other Database Support forum membersFrequently Asked QuestionsSearch this forum -> 
For Database admins: Free Database-related Magazines Now Free shipping to Texas


Post New Thread










Thread
Author

How to save images to SQL Server?
Hi, All
I have a question?
I have scanned images (file format .tif) i need to store them in SQL Server.
And after all how fast is the  search for those images (search on 200
thousands images and up)

Thank you,


Report this thread to moderator Post Follow-up to this message
Old Post
elena
04-06-06 04:23 PM


Re: How to save images to SQL Server?
Are you going to put some other fields for searching purpose e.g. file
name, date created, creator etc?  Since they are image files, what kind
of search you want to put it on?

Mel


Report this thread to moderator Post Follow-up to this message
Old Post
MSLam
04-06-06 04:23 PM


Re: How to save images to SQL Server?
Hi,
Thank you for replay,
It will be one field "Ticket No", and i need to search by this field.
So it is possible, where i can get some more references? and SQL Server 2005
will be the answer


"MSLam" wrote:

> Are you going to put some other fields for searching purpose e.g. file
> name, date created, creator etc?  Since they are image files, what kind
> of search you want to put it on?
>
> Mel
>
>

Report this thread to moderator Post Follow-up to this message
Old Post
elena
04-06-06 06:23 PM


Re: How to save images to SQL Server?
..... still don't qutie get your question.  I shall take it as follow:

You have a table that has at least two fields: Ticket No and Image.
The Ticket No will be using INT as the data type and the Image will be
using text/image data type.

You will be using Ticket No for users to search on OR
You will be using Image for users to search on

If ticket no will be the field users need to search on, it should not
take long to retrieve records (assuming the Ticket no here is data type
int).  You can put a normal index on the field to speed up the search
(either clustered or non-clustered depending your situation).

If image will be the field users need to search on (based on text value
in the image file), you use FULL-TEXT index for this purpose.

Check BOL for more information about indexing.

Hope I got your question right.

Mel


Report this thread to moderator Post Follow-up to this message
Old Post
MSLam
04-07-06 04:23 PM


Re: How to save images to SQL Server?
Thank you, Mel

I need perform search on "ticket No" field and if found ti retrive the image
.
Thanks again,

"MSLam" wrote:

> ..... still don't qutie get your question.  I shall take it as follow:
>
> You have a table that has at least two fields: Ticket No and Image.
> The Ticket No will be using INT as the data type and the Image will be
> using text/image data type.
>
> You will be using Ticket No for users to search on OR
> You will be using Image for users to search on
>
> If ticket no will be the field users need to search on, it should not
> take long to retrieve records (assuming the Ticket no here is data type
> int).  You can put a normal index on the field to speed up the search
> (either clustered or non-clustered depending your situation).
>
> If image will be the field users need to search on (based on text value
> in the image file), you use FULL-TEXT index for this purpose.
>
> Check BOL for more information about indexing.
>
> Hope I got your question right.
>
> Mel
>
>

Report this thread to moderator Post Follow-up to this message
Old Post
elena
04-08-06 01:23 AM


Sponsored Links





Last Thread Next Thread
Post New Thread

MS SQL Server archive

Show a Printable Version Email This Page to Someone! Receive updates to this thread
Microsoft SQL Server
Access database support
PostgreSQL Replication
SQL Server ODBC
FoxPro Support
PostgreSQL pgAdmin
SQL Server Clustering
MySQL ODBC
Web Applications with dBASE
SQL Server CE
MySQL++
Sybase Database Support
MS SQL Full Text Search
PostgreSQL Administration
SQL Anywhere support
DB2 UDB Database
Paradox Database Support
Filemaker Database
Berkley DB
SQL 2000/2000i database
ASE Database
Forum Jump:
All times are GMT. The time now is 08:21 PM.

 
Mobile devices forum | Database support forum archive




Copyrights DropTable.com Database Support Forum 2004 - 2006