DevPinoy.org
A Filipino Developers Community
   
Sql Search Tool

I have always been a Sql junkie. Analyzing data was one of the things that I enjoy alot...

Sometimes this task also involves writing gargantuan scripts.. and that is where the problem starts. Finding what stored procedure or view that uses a specific table could give you a hard time since SQL server doesn't have a feature that enables you to look at each and every stored procedure and view. usually when this problem arises we tend to open each and every script that we could think of(when this happens i usually script my database, open the generated .sql file in note pad and start using the Find function to search for the table/view name).

Pretty tough huh?! an easier approach is to use MS SQL Search from the guys at CodeAlchemy. The tool is a WinForm application that enables you to do a quick search on your database(much like google desktop except that this is for db). Impressive. Cool. Nice!

Check it out here.


Posted 10-19-2006 2:06 PM by keithrull
Filed under: , ,

Comments

rdagumampan wrote re: Sql Search Tool
on 10-19-2006 6:08 PM

cool!

btw, if you have created your procedures and functions and views in proper order, you can always use View Dependencies tool on SQL Management Studio/Ent Manager.

hmm... I got an idea on that tool... Let me cook it first ;).

keithrull wrote re: Sql Search Tool
on 10-19-2006 9:04 PM

yeah! i'm pretty happy with this find... been using it ever since.

hmmm, what tool? :D i'm interested to know :P

Copyright DevPinoy 2005-2008