|
|
|
Forum Newbie
      
Group: General Forum Members
Last Login: Friday, February 26, 2010 7:01 PM
Points: 2,
Visits: 35
|
|
|
|
|
|
SSC Rookie
      
Group: General Forum Members
Last Login: Tuesday, June 27, 2006 12:41 PM
Points: 29,
Visits: 1
|
|
It seems like the Object Search (F4) from Query Analyzer accomplishes the same goal with a nice UI for flexible searching?
|
|
|
|
|
SSC Journeyman
      
Group: General Forum Members
Last Login: Saturday, October 23, 2010 4:51 AM
Points: 80,
Visits: 58
|
|
| We have We have to appreciate this work ,this is going to be use full while we are going for development of access control portion of very large database applications. For object search purpose the Object Browser of Query analyzer is the best way . It allows palce holders like LIKE statement (%,?,_…) in object name filed Regards john
|
|
|
|
|
SSC Eights!
      
Group: General Forum Members
Last Login: Tuesday, August 10, 2010 4:54 AM
Points: 815,
Visits: 32
|
|
Well I didn't know about sp_MSforeachdb, and I didn't know you could press F4 in query analyzer to get an object search tool, so thanks to both of you... BR David
If it ain't broke, don't fix it...
|
|
|
|
|
SSC-Enthusiastic
      
Group: General Forum Members
Last Login: Wednesday, September 26, 2007 1:17 PM
Points: 115,
Visits: 4
|
|
| Per the sample script, you may want to place brackets around the ? in case you have database names containing periods, etc. There's also a couple minor syntax problems in the example (misplaced #) and quotes being translated into left/right quotes.
|
|
|
|
|
SSC Eights!
      
Group: General Forum Members
Last Login: Thursday, December 06, 2012 8:30 AM
Points: 879,
Visits: 810
|
|
Lot of typo's in the script, annoying.
Greetz, Hans Brouwer
|
|
|
|
|
Forum Newbie
      
Group: General Forum Members
Last Login: Wednesday, May 12, 2010 8:11 AM
Points: 9,
Visits: 12
|
|
Ashish (and all) --
Please help.
I saw the excellent article...
"
How To Find SQL Server Objects
By Ashish Kaushal, 2004/08/17
http://www.sqlservercentral.com/articles/Advanced+Querying/howtofindsqlserverobjects/1446/
"
...but I am still stuck because the Sql login that I use to check for SP existence is only a member of the following UserMappings...
public, db_datawriter
...and, as such, that user does not have permissions to query sysobjects, or so it seems because such a query always returns a null result...
...so, is there a workaround?
Please advise.
Thank you.
-- Mark Kamoski
|
|
|
|