-
-
Stored Procedure Performance Tuning
How can we improve stored procedure performance? Explain the performance tuning techniques.
-
Fetching records from attributes
How will you fetch records having underscore ( _ ) in the middle of of strings, from columns having attributes as "amit_6", "t_mit06", "am_06", "m_t", "j_x_t" ?
-
SQL Server Transactions
Why Transactions are needed in SQL Server?
-
-
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?
-
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?
-
-
-
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.
-
-
-
SQL Server Interview Questions
Ans