If i have a db table in sql server with the following structure :
ID int
emp_photo image
and i have unique photos in a folder ,each photo named with employee name
.
How to get the following result by comparing the image in db by the image in file system :
ID |emp_name
1 john
2 Michael