Multiple choice technology web technology

Which SQL Server 2005 tool helps in running T-SQL queries from command prompt?

  1. DTUTIL

  2. BCP

  3. Object Explorer

  4. None of the above

Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

The correct tool for running T-SQL queries from command prompt in SQL Server 2005 is sqlcmd, which is not listed among the options. DTUTIL is used for SSIS package utilities, BCP is for bulk data copy operations, and Object Explorer is a GUI component in SQL Server Management Studio.