Famor (2).sql Link
: Sites like SlideShare often host converted versions of these beginner guides.
: This is a well-known training series by Rick Morelan. The "(2)" in your query might refer to Volume 2 of the series or the second part of a specific lab focused on data manipulation or objects. famor (2).sql
SELECT name, type_desc FROM sys.objects WHERE type IN ('U', 'V', 'P'); -- U=Table, V=View, P=Procedure Use code with caution. Copied to clipboard : Sites like SlideShare often host converted versions