locked
Technology : SQLServer 2000 RRS feed

  • Question

  •  

    Is there any way to find particular string from the database ???

     

    e.g. i have database jabber and i want to found A12@jb11 from jabber database ....

     

    i said from database not to go in every table and then found ????

    Friday, May 30, 2008 8:56 AM

All replies

  • Look in to Full Text Indexing. Its like an add-on for MSSQL Server. Its a seperate(?) service that indexes your database which you can programmaticaly access later. I am over simplifying it here. Just search for it and you will find plenty of resources.

    Saturday, May 31, 2008 6:35 PM