Welcome, Guest Ohm namah shivoy
www.faqpanel.com
Home | ASP.Net | C-Sharp | Winforms | MS SQL | AJAX | XML | .Net Training*** | Search
Invite friends 
Extras 
VS Tips & Tricks
Top 10 .Net Tools
Special folders in ASP.Net
VS Find Combobox
 ASP.Net Interview Questions and Answers
What is an execution plan? When would you use it? How would you view the execution plan?
An execution plan is basically a road map that graphically or textually shows the data retrieval methods chosen by the SQL Server query optimizer for a stored procedure or ad-hoc query and is a very useful tool for a developer to understand the performance characteristics of a query or stored procedure since the plan is the one that SQL Server will place in its cache and use to execute the stored procedure or query. From within Query Analyzer is an option called “Show Execution Plan” (located on the Query drop-down menu). If this option is turned on it will display query execution plan in separate window when query is ran again.
Which wildcards are used for pattern matching in SQL Server?
What are stored-procedures? And what are the advantages of using them.
State true or false. EXISTS, SOME, ANY are operators in SQL ?
How to find out column names and their datatypes in a given table using a query in SQL Server?
What is a constraint in SQL Server?
Which command is used to get back the privileges offered by the GRANT command in SQL Server?
What is the advantage of SET NOCOUNT ON?
How is the SUBSTR keyword used in SQL?
The reason why views are created in SQL Server?
How do I create primary keys in SQL Server?