You are currently only viewing public entries. Login to view all entries.
4 Wiki items tagged
sql + mssql
Search All TablesSearch all text fields across all tables in a database. Taken from
http://vyaskn.tripod.com/
--To search all columns of all tables in Pubs database for the keyword "Computer"
EXEC SearchAllTables 'Computer'
GO
Log In to access RSS feeds.