Lets look at some more Discover Commands . Many of this commands are not documented at BOL .
For previous part of this article
Discover Method Part 1
For previous part of this article
Discover Method Part 1
Many times we need to get Size of tables and rows for each table for maintenance purpose.
Here I have given a script which will give
size information for each table using sp_spaceused procedure.
Recently I got a query on how to use like clause. As we all know we can use to find word with pattern matching.
Here we will look a sample for it.