adspace
What is excution Plan in sql server
Answer Posted / cla
A query execution plan outlines how the SQL Server query optimizer actually ran or possibly run a query
| Is This Answer Correct ? | 6 Yes | 4 No |
Post New Answer View All Answers
Can you index views?
What are the different subsets of sql?
Can one drop a column from a table?
What is a scheduled job or what is a scheduled task?
Can we make the the chages By Using the Sql if u know any function or process please inform me Actuall result: BRK1 Break 1 Part 1 00:01:00:00 60 BRK1 Break 1 Part 2 00:01:00:00 60 BRK2 Break 2 Part 1 00:01:00:00 60 BRK2 Break 2 Part 2 00:01:00:00 60 BRK2 Break 2 Part 3 00:01:00:00 60 BRK3 Break 3 Part 1 00:01:00:00 60 BRK3 Break 3 Part 2 00:01:00:00 60 Desired O/P: BRK1 Break 1 Part 1 00:01:00:00 60 Part 2 00:01:00:00 60 BRK2 Break 2 Part 1 00:01:00:00 60 Part 2 00:01:00:00 60 Part 3 00:01:00:00 60
Equi join and non equi join is possible with sql server?
What are different types of constraints?
What is subquery? Explain the properties of a subquery?
What is in place upgrade in sql server?
Explain system functions or built-in functions? What are different types of system functions?
What are wait types?
What is self contained sub query?
How to convert character strings into numeric values?
Why should you use or avoid select * statements?
What are the pros and cons of putting a scalar function in a queries select list or in the where clause?