In SQL server query analyzer, for executing stored procedure we use exec/execute command followed by name of the proc. In the same way what is the command line/execute statement for ‘select’ command. How this is handled internally by query analyzer.
Thanks in advance,
Pradeep
RE:
This is a highly abbreviated summary of a section from the book “Professional SQL Server 2008 Internals and Troubleshooting“
It looks as though this page has considerably more details about some of these steps.