Welcome To Snipplr


Everyone's Recent SQL Snippets Tagged search



« Prev 1 Next »
search for tables in mysql catalog ( information_schema )
0 1188 posted 9 years ago by ktrout
search database for column names http://vyaskn.tripod.com/sql_server_search_and_replace.htm EXEC SearchAllTables 'Computer' GO
0 1134 posted 10 years ago by kat
search database for column names
0 1164 posted 10 years ago by kat
from codeproject
0 1466 posted 11 years ago by hairajeshk
Search SQL Server or Oracle database for keyword embedded within stored procedures, functions, triggers, etc.
0 1146 posted 13 years ago by jstrawther
Search SQL Server field names and stored procedure text, based on a keyword.
1 1395 posted 14 years ago by axs221
1 1210 posted 15 years ago by crs
Stored Procedure for search and replace a string in all fields of all tables of one DataBase
2 1418 posted 15 years ago by Eloi
Stored Procedure for search a string in all fields of all tables of one DataBase
1 1091 posted 15 years ago by Eloi
You can use this SP like that; Exec CleanInjection 'INFECTED WORD','CLEAN WORD' (in use : Exec CleanInjection '<script></script>','')
2 1358 posted 15 years ago by emregulcan
SQL to alter field contents. linked article is in german.
1 1333 posted 15 years ago by iroybot
by: Narayana Vyas Kondreddi
1 1074 posted 15 years ago by keidash
1 1008 posted 15 years ago by CDIDevs
2 1126 posted 15 years ago by CDIDevs
1 1081 posted 15 years ago by CDIDevs
Perform a search of all user tables in the current database to locate a column defined in a user table that matches a certain name. The first query looks for an exact column name and the second one returns all column names which match a keyword (usi...
1 1450 posted 15 years ago by kencyber
Searches the code for all functions in the current database and returns results containing the function name, the character index where the first match was found, and a portion of the code where the match occurred.
1 1223 posted 15 years ago by kencyber
0 1588 posted 16 years ago by Wardy
« Prev 1 Next »