SQLServerCentral is supported by Red Gate Software Ltd.
 
Log in  ::  Register  ::  Not logged in
 
 
 

Content with tag Search Rss

   Items 1 to 20 of 32    Next 20 >>
 

Get Performance Tips Directly From SQL Server

This article describes a utility that allows you to inspect cached plans and extract information that can be useful in improving the performance of your SQL.  Read more...
By Ian Stirk 2010/04/02 (first published: 2009/06/11) | Source: SQLServerCentral.com | Category: performance tuning
Rating: |  Discuss |  Briefcase | 22,377 reads

Search all tables for text

This script will help you search all tables for a specific set of text.  Read more...
By Luis Chiriff 2010/02/15 | Source: SQLServerCentral.com | Category: search
Rating: |  Discuss |  Briefcase | 1,317 reads

A Search and Replace Script when Moving Objects from Prod to Test

Recently Ben Kubicek created a script that would allow him to copy his production db to a test instance and correct the production specific SQL code in stored procedures and views.   Read more...
By Ben Kubicek 2010/02/03 | Source: SQLServerCentral.com | Category: search
Rating: |  Discuss |  Briefcase | 6,823 reads

Search all columns in every table for a value

This script allows a user to search every field in a database for a specified value - handy when knowing the data but not the schema.  Read more...
By Michael Davis 2010/01/25 | Source: SQLServerCentral.com | Category: sql
Rating: |  Discuss |  Briefcase | 1,680 reads

Search in your T-SQL objects

This procedure searches for your criteria not only in code, but also in objectnames  Read more...
By Wilfred van Dijk 2009/11/16 | Source: SQLServerCentral.com | Category: search
Rating: |  Discuss |  Briefcase | 784 reads

Search a particular text string in all SPs

An easy method to search inherited SP codes for a particular text  Read more...
By Jason S Wong 2009/10/23 | Source: SQLServerCentral.com | Category: search
Rating: |  Discuss |  Briefcase | 763 reads

The Ultimate Table Searcher Mk2

Searches for tables who's names contain the search string. Gives Aggregate Size, Rows, Index, and Column information as well.  Read more...
By Jesse Roberge 2009/10/20 | Source: SQLServerCentral.com | Category: administration
Rating: (not yet rated) |  Discuss |  Briefcase | 739 reads

The Ultimate Column Searcher

Searches for columns with names containing @Colname that belong to tables with names containing @TableName or schemas with names containing @SchemaName. Gives size and rowcount for tables.  Read more...
By Jesse Roberge 2009/10/16 | Source: SQLServerCentral.com | Category: administration
Rating: |  Discuss |  Briefcase | 1,155 reads

The Ultimate Index-Less Foreign-Key Finder

Searches for foreign key constraints that don't have fully matching indexes. The best partial matching indexes are outputted with MatchCounts and column comparisons.  Read more...
By Jesse Roberge 2009/10/15 | Source: SQLServerCentral.com | Category: administration
Rating: |  Discuss |  Briefcase | 881 reads

The Ultimate Table Searcher

Searches for tables who's names contain the search string. Gives Size and Rows information as well.  Read more...
By Jesse Roberge 0001/01/01 | Source: SQLServerCentral.com | Category: administration
Rating: |  Discuss |  Briefcase | 2,004 reads

The Ultimate Foreign Key Researcher

Searches for actual and potential foreign key columns for a given primary key reference.  Read more...
By Jesse Roberge 0001/01/01 | Source: SQLServerCentral.com | Category: t-sql
Rating: |  Discuss |  Briefcase | 1,885 reads

The Ultimate Precompiled Procedure Searcher

Searches precompiled procedures for the provided search string, optionally limiting to names matching a 2nd search string.  Read more...
By Jesse Roberge 0001/01/01 | Source: SQLServerCentral.com | Category: sql server 2005
Rating: |  Discuss |  Briefcase | 1,663 reads

The Ultimate Object Searcher

Searches for objects (including CLR) who's names contain the search string. outputs IDs, names, and types of the object and its parent.  Read more...
By Jesse Roberge 2009/10/06 | Source: SQLServerCentral.com | Category: t-sql
Rating: (not yet rated) |  Discuss |  Briefcase | 781 reads

The Ultimate PK-Less / CLIDX-Less Table Finder

Lists Schema/Object of tables that are missing a Primary Key or Clustered Index, along with aggregate data for size, rows, indexes, and columns.  Read more...
By Jesse Roberge 0001/01/01 | Source: SQLServerCentral.com | Category: administration
Rating: |  Discuss |  Briefcase | 959 reads

Searching Unidentified Tables and Columns for Specific Content

You can't let a little thing like not knowing a database's structure keep you from your work. Without identifying tables and columns, you can still find specific values and columns.   Read more...
By Additional Articles 2009/07/29 | Source: DevX | Category: search
Rating: (not yet rated)  Rate this |  Briefcase | 2,115 reads

Get Performance Tips Directly From SQL Server

This article describes a utility that allows you to inspect cached plans and extract information that can be useful in improving the performance of your SQL.  Read more...
By Ian Stirk 2010/04/02 (first published: 2009/06/11) | Source: SQLServerCentral.com | Category: performance tuning
Rating: |  Discuss |  Briefcase | 22,377 reads

Object Search

Search any database (or a combination databases, including all) for a specific string found in column names, object names, and /or object definitions.  Read more...
By Sean Smith 0001/01/01 | Source: SQLServerCentral.com | Category: object
Rating: |  Discuss |  Briefcase | 908 reads

Object Search

Search any database (or a combination databases, including all) for a specific string found in column names, object names, and /or object definitions.  Read more...
By Sean Smith 0001/01/01 | Source: SQLServerCentral.com | Category: object
Rating: |  Discuss |  Briefcase | 908 reads

search every database on server from a single sp

i have recently had the need to search the every database on the server for a particular string. i came up with this... it has lots of room for improvement but it works  Read more...
By Chris Morton 2008/12/19 | Source: SQLServerCentral.com | Category: search
Rating: |  Discuss |  Briefcase | 863 reads

The Ultimate PK-Less / CLIDX-Less Table Finder

Lists Schema/Object of tables that are missing a Primary Key or Clustered Index, along with aggregate data for size, rows, indexes, and columns.  Read more...
By Jesse Roberge 0001/01/01 | Source: SQLServerCentral.com | Category: administration
Rating: |  Discuss |  Briefcase | 959 reads
   Items 1 to 20 of 32    Next 20 >>
 
Tags
t-sql (12)    
administration (9)    
maintenance and management (8)    
sql server 2005 (8)    
t-sql aids (8)    
tables (6)    
utility (6)    
column (2)    
definition (2)    
dynamic sql (2)    
find (2)    
maintenance (2)    
performance tuning (2)    
stored procedures (2)    
string (2)    
administrator (1)    
cached execution plan (1)    
clr functions (1)    
clr stored procedures (1)    
clr udt (1)    
cte (1)    
dmv (1)    
execute  statement (1)    
find objects (1)    
find string (1)    
find text (1)    
foreign key constraints (1)    
foreign keys (1)    
index management (1)    
indexed views (1)    
indexes (1)    
interstorm (1)    
locate (1)    
locate string (1)    
master database (1)    
metadata (1)    
michael davis (1)    
normalization (1)    
object (1)    
object name (1)    
object search (1)    
performance (1)    
queries (1)    
row_number (1)    
search text (1)    
sql (1)    
string manipulation (1)    
sys.foreign_key_columns (1)    
sys.foreign_keys (1)    
sys.sql_modules (1)    
system development life cycle (1)    
temporary tables (1)    
while loop (1)