Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 General SQL Server Forums
 New to SQL Server Programming
 Finding something in SQL

Author  Topic 

rotomme
Starting Member

1 Post

Posted - 2007-06-22 : 12:30:09
Hello,

I am very new to SQL and I have an issue. We have a website that has pictures on the site. We want to take them down but the pictures are somehow tied into the database, they aren't on any of the servers. How can I find these pictures that seem to be somehow hard coded into the database?

Any help would be greatly appreciated.

dinakar
Master Smack Fu Yak Hacker

2507 Posts

Posted - 2007-06-22 : 12:38:56
What do you mean by "hard coded into the database?"

Dinakar Nethi
************************
Life is short. Enjoy it.
************************
http://weblogs.sqlteam.com/dinakar/
Go to Top of Page

blindman
Master Smack Fu Yak Hacker

2365 Posts

Posted - 2007-06-22 : 13:47:27
Look in your database design for columns defined as the "Image" datatype.

e4 d5 xd5 Nf6
Go to Top of Page
   

- Advertisement -