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.
| Author |
Topic |
|
schan8593
Starting Member
13 Posts |
Posted - 2012-07-31 : 17:32:08
|
| 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 TableWHERE 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
52326 Posts |
Posted - 2012-07-31 : 17:43:43
|
| sql server doesnt have a serach UI for tables. you need to use a query for that------------------------------------------------------------------------------------------------------SQL Server MVPhttp://visakhm.blogspot.com/ |
 |
|
|
|
|
|