|
sql
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
Object search query???
Dear folks,
I am looking for a script which be able to replicate the same functionality that 'Object Search' from QA (F4 key). I am looking for a specified column in a database and the problem is that from the results panel of 'Object Search' is not enabled the multiple selection so the way I only see the data. Any though or idea would be appreciated. Thanks in advance If you are searching for a specific column in a database,
you can query information_schema.columns: select * from information_schema.columns where column_name like 'whatever%' -Sue On Thu, 19 Jan 2006 09:58:04 -0800, "Enric" <En***@discussions.microsoft.com> wrote: Show quoteHide quote >Dear folks, > >I am looking for a script which be able to replicate the same functionality >that 'Object Search' from QA (F4 key). I am looking for a specified column in >a database and the problem is that from the results panel of 'Object Search' >is not enabled the multiple selection so the way I only see the data. > >Any though or idea would be appreciated. >Thanks in advance
Other interesting topics
Cannot connect to remote SQL 2k5 server in local network
Connecting to another SQL SErver Linked server in sql 2005, Oracle and DB2 Error 2571 - not permission to run DBCC TRACEON Expected LSN of a standby DB Slow performance Encrypting Credit Card details optimizing load performance using partitioned tables in 2005 Microsoft doesnt really support anything over 32 Databases(??) Database refresh |
|||||||||||||||||||||||