SELECT QUOTENAME(SCHEMA_NAME(schema_id)) + '.' + QUOTENAME(name)FROM sys.all_objectsWHERE type = 'P' AND is_ms_shipped = 1