-
Transaction Isolation Level
What is a transaction isolation level and What is the advantage of it? What are different options that we set for a transaction isolation level?
Transaction isolation levels are used when we go for transactions in stored procedures used in Transact SQL. -
Data Reader or Dataset
If you are doing website project, which one is used dataset or data reader? Why?
-
Memory Pools
What are the memory pools?
-
Replication Overview
Explain the Replication overview?
-
Store Images in SQL Server 2005
How to Store Images in SQL Server 2005?
-
Insert Multiple Rows
How to insert multiple rows in a single insert query?
-
DB Mirroring
What are the steps to configure DB mirroring?
-
How do I lock a column
How do I lock a column, once records are entered into the table they can not be edited. Also how can I lock the field where only certain values are accepted?
-
Clustered & Non Clustered Indexes
What is difference between clustered & non clustered Indexes?
-
Interview Questions on SQL Server at Microsoft
What is a Database Snapshot ?What is Stuff function ?why we use replication .Do we use replication in an dataware house project ?What is meant by Scan and Seek ?We can use select in stored procdure using open query .Any idea .How do you do code coverage for UI and Database ? What factors are instrumental in doing UIcode coverage ? Eg : we consider Stored Procedure ,.... parameters validation as instrumental...
-
Correlated Subqueries
Hi,Someone please explain me the inner logic, how the inner query is getting executed.The Query is:SELECT t1.* FROM department t1 WHERE t1.location IN (SELECT t2.location FROM department t2 WHERE t1.dept_no t2.dept_no)The result of the Query is:dept_no dept_name locationd1 developer Seattle d2 tester Seattle...
-
-
-
Rename Database
How can we rename a Database with query?
-
-
How to delete records from two tables. There is relationship between two tables.
It's working in MySQL but not in SQL-Server.
-
-
-
-
General Functions in SQL
What are the general functions available in SQL?
SQL Server Interview Questions
Ans