Which command displays the SQL command in the SQL buffer,
and then executes it?

Answers were Sorted based on User's Feedback



Which command displays the SQL command in the SQL buffer, and then executes it?..

Answer / sundar

Run Command

Is This Answer Correct ?    25 Yes 4 No

Which command displays the SQL command in the SQL buffer, and then executes it?..

Answer / krishna

sp_executesql

Is This Answer Correct ?    5 Yes 3 No

Which command displays the SQL command in the SQL buffer, and then executes it?..

Answer / srinivas chebrolu

By using LIST command in sql we can display recently executed query

by using / command we can execute it

Is This Answer Correct ?    2 Yes 0 No

Post New Answer

More SQL Server Interview Questions

How to find out name of all employees who has salary less than 200 Rs.?

8 Answers  


Do you know what are pages and extents? : SQL Server Architecture

0 Answers  


What is user stored procedure & it purpose?

4 Answers   Wipro,


If you're given a raw data table, how would perform etl (extract, transform, load) with sql to obtain the data in a desired format?

0 Answers   Facebook,


After using delete statement in sql query to delete some records...to retrieve the deleted records we can get using rollback command but till that where it stores means particular location name i need....(after deleting and rollback )

3 Answers   CarrizalSoft Technologies, iGate,






If i am handling 150 servers then how to check the active jobs of all the servers?

0 Answers  


What is @@rowcount in sql?

0 Answers  


Can a stored procedure call itself or recursive stored procedure? How many levels sp nesting is possible?

0 Answers  


How to find the source of a table in sql server?

0 Answers  


What is star, snowflake and star flake schema? : sql server analysis services, ssas

0 Answers  


What happens if strings are casted into wrong code pages in ms sql server?

0 Answers  


How to handle errors in Stored Procedures. I want to display a message to the user in the .aspx page that is calling a stored procedure in it's code behind. please help me.

2 Answers   247Customer,


Categories