-
Database Attach and Restore
What is the Difference between Attach and Restore of a Database?
-
Failed Trigger
What will you do if a trigger fails during execution?
-
Full, Simple and Bulk Log Recovery Models
What is the difference between the full, simple and bulk log recovery models?
-
General Functions in SQL
What are the general functions available in SQL?
-
Types of authentications supported SQL Server
What are the types of authentications supported SQL Server
-
What do we mean by Database Testing ? What is the exact meaning of Database Testing
I want to know what do we mean by Database Testing, as well as what role does a Database Tester plays meaning does he performs the similar role as a DBA does or what exactly?What things are performed in Database Testing?
-
-
Insert Data in Multiple Tables
How to insert data in multiple tables at same time. using SQL Server 2000
-
T-SQL
What is T-SQL means? How it is different from SQL?
-
No Lock
What is 'no lock' term in SQL, like "select * from table a (no lock)". What is its purpose?
-
SQL Server Transactions
Why Transactions are needed in SQL Server?
-
SQL Key
What is a key in SQL?
-
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.
-
SqlDataAdapter ,SqlCommand and SqlDataReader
what are difference between SqlDataAdapter ,SqlCommand and SqlDataReader
-
-
Display Employee Records having same Salary Department Wise
Write a query to display employee records having same salary department wise?
Empname Empsalary Empdep
a 1000 IT
b 1000 CSE -
System Date
How to extract the values from table based on the current date. How to write the query?
Select event_code from table name where date = sysdate
What will be added in the place of sysdate? This query will run daily to fetch the records.
-
-
-
SQL Server Interview Questions
Ans