| Other SQL Server Interview Questions |
| |
| Question | Asked @ | Answers |
| |
| what is bit data type? and what are the information that can
be stored inside a bit column? | | 2 |
| Differnce between sel server 2000 and 2005 | | 3 |
| Which is better in performance - CONSTRAINT or TRIGGER over
a column which restricts say an input of particular value
in a column of a table? | Accenture | 3 |
| Create Index myIndex On myTable(myColumn)
What type of Index will get created after executing the
above statement | | 2 |
| WHAT OPERATOR PERFORMS PATTERN MATCHING? | CTS | 2 |
| What is difference beteen Migration and Upgrdation? | Satyam | 4 |
| can any one answer this query,thank you in advance
Table 1 has 2 columns: EmployeeId, T shirtsize(values can
be 1,2,3)
Table 2 has 2 columns: EmployeeId, Region
Write SQL to Find the region which has the largest number
of people with Tshirt size=3
| Google | 10 |
| What is SQL server agent? | SAP-Labs | 2 |
| wht's the differece between sqlserver05 and sqlserver2000 | | 3 |
| How to Create Login and User through query in Sql server
2005.and also how to delete Login and User through query? | | 2 |
| Is it possible to allow NULL values in foreign key?
I s it possible to use different constraints for the same
column in the table
(i.e) (id int NOT NULL,UNIQUEUE) | | 1 |
| What's the maximum size of a row? | | 4 |
| What is a view? | | 4 |
| What is a deadlock and what is a live lock? How will you go
about resolving deadlocks? | Microsoft | 1 |
| Explain the new features of SQL server 2000? | | 1 |
| What is normalization? | | 6 |
| There is table like Events...in that name ,startdate
,enddate,location are the column names
write a stored Procedure for this table to get events by
Months "GetEventsByMonths" | | 1 |
| What is INTVAL( )and where we use
Plz any body help me | | 1 |
| Which institute is best for SQL Server 2005 Training? | | 5 |
| how to get the maximum among two tables,for example table 1
(dep1) have (emp_id,emp_name,salary) columns and table 2
(dept2) have (emp_id,emp_name,salary) columns,i want which
employee have the maximum salary among two tables? | Lason | 2 |
| |
| For more SQL Server Interview Questions Click Here |