-
-
-
Full, Simple and Bulk Log Recovery Models
What is the difference between the full, simple and bulk log recovery models?
-
Sql Server
In which scenario I can use the unique key and primary key in SQL Server .
I mean in real life database how can I judge where I have to use the unique key and primary key.
-
-
-
-
Can we replace where clause by having clause. ?
interviewer ask.. can we replace where clause by group by clause
let say
select * from table_name where some_condition
so how we replace where clause by group by clause
-
SQL Key
What is a key in SQL?
-
-
Fill Factor in Indexes
What is fill factor?What should be the ideal value of fill factor for any index?Justify the answer.
-
How is the error handling in stored proc of T-SQL ?
1 How is the error handling in stored proc of T-SQL2 What is clustered index and non-clustered index? How many clustered indexes and non-clustered indexes can be created in one table? 3-what is disconnected mode?
-
Representing SQL Server Objects
How do represent objects in SQL Server? Is it possible? If yes, how?If not? Why?
-
Covering Indexes
List down the advantage and disadvantages of Covering indexes.
-
Run PL/SQL Block from SQL Server
how do you run PL/SQL block from SQL Server
-
High Water Mark
what is high water mark? Give an example where it can be useful ?
-
Subqueries vs Joins in SQL
What is the difference between Subqueries and Joins? Which is better and Why? Give an example of each.
-
-
-
SQL Server Interview Questions
Ans