| Other SQL Server Interview Questions |
| |
| Question | Asked @ | Answers |
| |
| In clustered and non clustered indexes which one is faster
while executing a query ? | | 1 |
| Let’s say the table in the database is named as
TBL_Register. The fields in this table include:
1. User_Name,
2. User_Telephone,
3. Register_Date
The field Register_Date stores the current date and time of
the registration.
Write the SQL statement that inserts the data into the
table. | Techno-Solutions | 2 |
| How do I list the available tables in a database I'm
querying? | | 3 |
| What are the type of joins? When do we use Outer and Self joins? | | 3 |
| How do you use DBCC statements to monitor various aspects of
a SQL server installation? | | 1 |
| What is WITH CHECK OPTION | Karur-Vysya-Bank-KVB | 2 |
| What's the maximum size of a row? | | 4 |
| Create Index myIndex On myTable(myColumn)
What type of Index will get created after executing the
above statement | | 2 |
| we have emp table like Ename,EDOJ,EDOB with Column
structure.but we want to know the employee Age.How? Any
Body Plz | | 6 |
| to explain sql server 2000 architecture & authentication | | 1 |
| What are tasks? | Wipro | 1 |
| What is ACID Property of Transaction? | | 3 |
| What are the two virtual tables SQL Server maintains for
triggers? | | 2 |
| What is the difference between a stored procedure and a user
defined function in sql server? | Millennium | 2 |
| Can we create clustered index on non primary key column | CTS | 11 |
| Which data type can be used only on OUTPUT parameters of the
stored proceduer? | | 2 |
| how to get 25th row in any table in sqlserver can u tell me
syntax | | 4 |
| I have a huge amount of data which is displayed in a
report. The data is viewed every day. Every day the data is
displayed in 30 secs but suddenly today it is giving an
timeout message today. Data has not been changed. The
situation is same as yesterday. What might be the reason???
Please Answer. | Satyam | 3 |
| How To delete duplicate record from a particular table? | eXensys | 8 |
| how can do you the system monitoring? | | 1 |
| |
| For more SQL Server Interview Questions Click Here |