| | |
is there a way to make an image data type as index?
Please support our MS SQL advertiser: Intel Parallel Studio Home
Thread Solved |
0
#2 32 Days Ago
You don't search on the image do you? Are you trying to detect duplicate images or recognize if you have an image already stored in the database? What you should do is store a checksum (md5, crc) in the database in the same row as the image and search on the checksum.
•
•
Join Date: Jul 2009
Posts: 5
Reputation:
Solved Threads: 0
0
#3 32 Days Ago
•
•
•
•
You don't search on the image do you? Are you trying to detect duplicate images or recognize if you have an image already stored in the database? What you should do is store a checksum (md5, crc) in the database in the same row as the image and search on the checksum.

btw, here is the scene:
i have developed a time monitoring system in vb.net. i can retrieve and save fingerprints in the database. there is no problem, except for one thing.
what if there's a lot of registered fingerprints on the database? what i have done is when the person places his finger on finger scanner, it will search on the similar fingerprint on the database. if there will be 10000 registered fingerprints, i believe it will be very slow to check if the fingerprint is existing or not.
thnx again. i hope u can help me again. but i will try to figure out that checksum thing.
Last edited by brenn13; 32 Days Ago at 5:47 am.
![]() |
Similar Threads
- Data Type Mismatch In Criteria Expression [help] (Visual Basic 4 / 5 / 6)
- Get data out of excel file stored as an image (MS SQL)
- Working with SQL server's Image data type (ASP.NET)
- [python] bulding generic data type (Python)
- help understanding "char" data type (C++)
- Check data type input!! (C)
Other Threads in the MS SQL Forum
- Previous Thread: Delete Rows
- Next Thread: Stored Procedures to insert into a table
| Thread Tools | Search this Thread |
autogrowth connectingtodatabaseinuse count cursor data database datepart dbsize deadlock delete_trigger highperformancecomputing hpc hpcserver2008 ibm iis loop maximum microsoft ms mssql multiple multithreading news number permission query reporting result server services sets source sql sqlserver sqlserver2005 supercomputing tables uniqueid update view






