4> SET NOCOUNT ON5> PRINT db_name()6> EXEC ('USE Northwind PRINT db_name() SELECT count(*) FROM products')7> PRINT db_name()8> GOmaster