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
 SQL Server 2005 Forums
 Transact-SQL (2005)
 search particular string any where in database

Author  Topic 

prasadsql
Starting Member

6 Posts

Posted - 2010-01-20 : 06:10:11
Hi,

In my vb.net application , I want to search particular string
any where in database.
eg. Ctrl+f in vb.net, that search particular string in vb code.

how to implement,Is any Procedure or Query.

if any one knows, please reply me soon

RickD
Slow But Sure Yak Herding Master

3608 Posts

Posted - 2010-01-20 : 06:46:12
Do you mean in the code or in the data?

If in the code, script out all objects and ctrl-f, same as any other windows application.

If in the data itself, that is a little harder, but think there are scripts if you search for them.
Go to Top of Page
   

- Advertisement -