| Other SQL Server Interview Questions |
| |
| Question | Asked @ | Answers |
| |
| Hi Can any one tell me the Good institute to learn SQL esp
for Data Base Testing or SQL from scratch to the
proficiency level in Hyederabad and facult also. Thankyou
well in advance | | 6 |
| system date format is "yy-mm-dd"
"select getdate()" ----> 2009-01-24 20:03:28.513
if i write "select dateadd(dd,2,getdate())
".it returns "2009-01-26 19:59:38.340"...my question is dat
could it be possible to retrive da date in da format "26
jan 2009 ...."??
| | 8 |
| i have 4 tables.. T1, T2, T3, T4..
these tables have the same structure and they store the
information entered in different years..
T1 stored 2002, T2 stored 2003, T3 stored 2004 and T4 stored
2005..
i want to copy contents in T1 to T2, T2 to T3, T3 to T4 and
T4 to T1..
how do i do that? Temp tables cannot be used.. | | 2 |
| What are the different types of replication? How are they used? | | 3 |
| Which command using Query Analyzer will give you the version
of SQL server and operating system? | | 3 |
| What types of integrity are enforced by a foreign-key
constraint | | 1 |
| Explain different isolation levels? | | 3 |
| What is a materialized view? | | 2 |
| please can anyone answer this query
Table 1 has 2 columns: EmployeeId,Age
Table 2 has 2 columns: EmployeeId, Region
Write SQL to Find the region who has the oldest person | | 7 |
| What are the differences between stored procedure and
functions in SQL Server 2000? | TCS | 12 |
| What is a stored procedure? | | 3 |
| Display a roll having miminum marks in two subjects? | Patni | 7 |
| what operator performs pattern matching? | | 1 |
| Alternative way to DetDate() function? | | 4 |
| in emptable i want to retrive the name of employee whose
name in 'J'char.exp: arjun,jagadesh,niranjan,anju,aaaj etc. | | 7 |
| what is curser. | | 8 |
| Differnce between sel server 2000 and 2005 | | 3 |
| Explain Trigger with an example?
| | 1 |
| What is the difference between OLEDB and ODBC | CFCI | 3 |
| 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 |
| |
| For more SQL Server Interview Questions Click Here |