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
 General SQL Server Forums
 New to SQL Server Programming
 Sql 2000 Object Search Missing in '05

Author  Topic 

username
Starting Member

2 Posts

Posted - 2008-10-20 : 16:30:38
S2000 had a menu icon of a magnifying glass which initiated an object search function, using regular expressions. I've been unable to find it or equivalent in S2005. Is it gone? (slap them if it is) 'Morphed into something less intuitive? (likely).
Anyone knowing how to search objects in a sql server - I'd sure appreciate sharing how it's done now.
Many Thx.

hanbingl
Aged Yak Warrior

652 Posts

Posted - 2008-10-20 : 16:41:16
query analyzer, F4 anyone??
Go to Top of Page

hanbingl
Aged Yak Warrior

652 Posts

Posted - 2008-10-20 : 16:48:23
If you are talking about Query Editor:
http://msdn.microsoft.com/en-us/library/ms173849.aspx
Go to Top of Page

username
Starting Member

2 Posts

Posted - 2008-10-21 : 10:56:08
I must be calling the object search by a wrong name. Object BROWSER, being the display of the tree diagram of the databases, tables, etc. I'm looking for the search function whereby you enter a regular a name or expression for a name, and it finds occurrances matching the name or expression.
Go to Top of Page
   

- Advertisement -