| Other SQL Server Interview Questions |
| |
| Question | Asked @ | Answers |
| |
| i want table name basis on column name. | | 5 |
| What is the difference between local table and global table | Polaris | 1 |
| Explain DBMS, RDBMS? | | 4 |
| What is cursor ? And what is difference between Trigger ? | HCL | 1 |
| What is a materialized view? | | 2 |
| What is Schema? and why we use schemas? | | 1 |
| Suppose in a situation if two list boxes are there and if
you select multiple options based on that the options
related to those selected items should display in second
list box.
Again if we select multiple items in second listbox then the
related to those selected items should display .
In this scenario how will you design database,tables? | HP | 1 |
| Well sometimes sp_reanmedb may not work you know because if
some one is using the db it will not accept this command so
what do you think you can do in such cases? | | 2 |
| write down the sql query?
Table Name : emp1
empid empname
1 bala
2 guna
Table Name : emp2
empid empname
1 <Null>
2 <Null>
Solution : emp1 names are updated in emp2, write a query?
| | 7 |
| hi, may i know what is the command to get abstract the
current month, current year and current day from a given
date.i want these three in a isolated way..seperatedly is
that any way in sql server 2000 | | 3 |
| How to count the number of duplicate items in a table? | | 1 |
| What are statistics, under what circumstances they go out
of date, how do you update them? | HCL | 2 |
| When do you use SQL Profiler? | | 2 |
| what is meant by sql injection with example and one more
question how to catch the errors in sqlserver | | 1 |
| Is it possible to create tables in stored procedures using
a variable for the table name? | | 2 |
| Create Index myIndex On myTable(myColumn)
What type of Index will get created after executing the
above statement | | 2 |
| MULTICAST DELEGATES IN C#.NET WITH REAL TIME EXAMPLE | IBM | 1 |
| Name three version of sql server 2000 and also their
differences? | | 1 |
| What are the two types of concurrency? | | 2 |
| How to display n-1 columns from n number of columns, from a
single table in MS SQL server 2005? | | 1 |
| |
| For more SQL Server Interview Questions Click Here |