|
James K
Flowing Fount of Yak Knowledge
1481 Posts |
Posted - 02/18/2013 : 07:51:22
|
| There is no native T-SQL statements that I am aware of that will enable you to do this. If you want to do this from within a T-SQL query, the only options I can think of are via a CLR stored procedure or via a executing a system command using xp_cmdshell. The code (written in .Net language if you want to use CLR stored proc) would need to examine the EXIF information from the JPG file to figure it out. |
 |
|