| Other SQL Server Interview Questions |
| |
| Question | Asked @ | Answers |
| |
| When you first load SQL SERVER you will startup with what
all databases? | CompuSol | 3 |
| We create an index to fast the search. How it fast the
query? Do we write any special keyword with query? | | 3 |
| What is the use of MOVE keyword in restore command | IBM | 2 |
| How are SQL Server databases physically stored under
Windows 2000? | | 1 |
| What is the difference between OLEDB and ODBC | CFCI | 3 |
| What are the types of backup and tell me the difference
between full and differential backup? | TCS | 3 |
| What all db objects can be found in MSDB database of a SQL
Server instance? | Accenture | 1 |
| How can your resolve deadlocks? | IBM | 3 |
| how many types of store procedre in sqlserver 2000? | ATI | 2 |
| How to Get the last identity value used | | 4 |
| What is difference between Triggers and store procedure? | | 2 |
| What is the STUFF function and how does it differ from the
REPLACE function? | | 2 |
| what is differece between union and union all | | 4 |
| What's the difference between a primary key and a unique key? | Wipro | 8 |
| Table student containing 2 columns,Join date,Employee name.
Under join date 4 rows r ter =1-jan-2008,2-feb-2008,3-mar-
2008,4-feb-2008.Under Employee name 4 difeerent names
jaison,robin,binoy,rahul
Result set is,
Table containing 4-column name=jan,feb,mar,april,,beneath
these months count is given as 1,2,1,0 means these counts
representing number of emplooyees joined in a month(january
1employee,february 2 employee,march 1 employee,april 0
employee)
Can you give me the required sql query | Wipro | 3 |
| How do I compare two values when one value(data type) is
char and the other is an integer? | | 3 |
| How do we rollback the table data in SQL Server | | 3 |
| What is indexed views?
plz explain with example? | | 1 |
| Wht is Stuff in sql ser | | 1 |
| I am having table Title with TITLE id,Author ID, Publiser
ID , table AUTHOR with Author ID, Author Name, table
PUBLISER with Pub ID, Pub name Here hot to find out the
publiser id who have relesed the books of patriticular
author? | | 3 |
| |
| For more SQL Server Interview Questions Click Here |