SQL Server Forums
Profile | Register | Active Topics | Members | Search | Forum FAQ
 
Register Now and get your question answered!
Username:
Password:
Save Password
Forgot your Password?

 All Forums
 General SQL Server Forums
 New to SQL Server Programming
 Easy Way to Search Through rows
 New Topic  Reply to Topic
 Printer Friendly
Author Previous Topic Topic Next Topic  

schan8593
Starting Member

13 Posts

Posted - 07/31/2012 :  17:32:08  Show Profile  Reply with Quote
Hi, I was wondering, is there an easier way to search through rows in SQL Server? I made a query and tried the command:

SELECT * FROM Table
WHERE FolderName like '%example%'

which helped me search through my table just fine. However, for example, you can simply do control + f on Microsoft Excel and find the name of something much more easily and quicker than typing in SELECT * FROM TABLE...

Is there a way to enable control + f to search for things in an SQL table? Or is there an easier way to search for items in a table?

Thanks

visakh16
Very Important crosS Applying yaK Herder

India
47023 Posts

Posted - 07/31/2012 :  17:43:43  Show Profile  Reply with Quote
sql server doesnt have a serach UI for tables. you need to use a query for that

------------------------------------------------------------------------------------------------------
SQL Server MVP
http://visakhm.blogspot.com/

Go to Top of Page
  Previous Topic Topic Next Topic  
 New Topic  Reply to Topic
 Printer Friendly
Jump To:
SQL Server Forums © 2000-2009 SQLTeam Publishing, LLC Go To Top Of Page
This page was generated in 0.06 seconds. Powered By: Snitz Forums 2000