SQL Tact
Showing posts with label
information_schema
.
Show all posts
Showing posts with label
information_schema
.
Show all posts
Wednesday, April 18, 2012
sys.sql_modules vs. INFORMATION_SCHEMA.Routines
›
Consider the following two queries meant to search for a keyword in SQL programmability objects. select s.name +'.' + o.nam...
1 comment:
Wednesday, May 27, 2009
Fancy Missing Indexes
›
UPDATED 5/30/2019, the latest version of this script is in the Toolbox here: https://github.com/SparkhoundSQL/sql-server-toolbox/blob/maste...
›
Home
View web version