| Other SQL Server Interview Questions |
| |
| Question | Asked @ | Answers |
| |
| how can do you the system monitoring? | | 1 |
| What about UPDATESTATISTICS ? | Intelligroup | 2 |
| if we have a column (Key) in a table.
and values of that column is
Key
1
1
1
2
2
3
3
4
4
5
5
5
and we want to show the data after query..like..
1(3)
2(3)
3(2)
4(2)
5(3)
how many times a single term comes..
| Rolta | 5 |
| I Have Employee table having column name as ID,SALARY
how to get second max salary from employee table with id
ex
ID SALARY
1 20000
7 37000
2 5000 | | 11 |
| How can you get @@error and @@rowcount at the same time? | | 5 |
| Define candidate key, alternate key, composite key. | | 9 |
| SQL stops working in every 15 days displaying message that
database log file is full. Log file size is 3.95 GB. It is
happening after shrinking the database also. What is
solution to overcome this problem. Please help me as it's
urgent. | | 5 |
| Is it possible to create tables in stored procedures using
a variable for the table name? | | 2 |
| from the table display the 2nd highest salary?
and also the least 2nd salay?
| | 6 |
| I have a table in which phno is one of the columns.i do have
some values in tht phno column.i need to update phno column
values with 0(zero) as prefix.give me a correct solution plz... | Value-Labs | 5 |
| can you any body tell me the difference between candidate
key and primary key | | 4 |
| How do we rollback the table data in SQL Server | | 3 |
| How to write query to Delete the records in child table
and corresponding records in parent table | Semantic-Space | 8 |
| Wht is the difference between stored procedure and trigger | TCS | 4 |
| what are three different authentications to connect linked
servers? | CitiGroup | 1 |
| What is difference between Triggers and store procedure? | | 2 |
| Explain DBMS, RDBMS? | | 4 |
| How do SQL server 2000 and XML linked? | | 2 |
| Can you create UNIQUE and PRIMARY KEY constraints on
computed columns in SQL Server 2000? | Infosys | 1 |
| what is Data Transformation Services (DTS) ?can u explain
me in detail? | TCS | 5 |
| |
| For more SQL Server Interview Questions Click Here |