| Other SQL Server Interview Questions |
| |
| Question | Asked @ | Answers |
| |
| How do we get month name in SQL Server 2000, Oracle, MS Access? | | 9 |
| 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 |
| i have a table #temp1(id, Name groupname ) and record
like this 1 R1 S
2 R3 S
3 R2 S
4 R4 D
5 R5 D
6 R6 K
7 R7 K
8 R8 L
9 R9 L
10 R10 L
11 R11 K
and i want to display record based on user defind sorting
order e.g.
1 R4 D
2 R5 D
3 R6 K
4 R7 K
5 R11 K
6 R1 S
7 R3 S
8 R2 S
9 R8 L
10 R9 L
11 R10 L | | 4 |
| event classes in sql server | Accenture | 1 |
| After using delete statement in sql query to delete some
records...to retrieve the deleted records we can get using
rollback command but till that where it stores means
particular location name i need....(after deleting and
rollback ) | iGate | 2 |
| How to link up the text file to a Database table? | Allianz | 1 |
| what is the importence of the trigger in sqlserver2000? | ATI | 1 |
| Hi SQL gurus,
i am working for an MNC...
My team is having a problem in sql server. when user slects
date prompts from jan 1st to april 30, it should display
all months data like :
jan aa
feb bb
mar cc
but when it comes to april its taking data like :
jan aa
feb bb
mar cc
apr dd...and so on
means its taking data again from jan to april which we dont
want. we want the data only april month as we are getting
jan, feb and mar...
can any one write the code to relsove the issue please
would be greatful if you can send to shiva_sans@yahoo.co.in
and also please send your email also ...so that we will be
in touch for any kind of queries ...
Thanks a lot in Advance !!!
| | 1 |
| What is difference between Triggers and store procedure? | | 2 |
| How will u get 5 years back record? | | 4 |
| What is Deadlock? | Satyam | 3 |
| What is SQL Profiler what is the use of it? | 247Customer | 2 |
| how to rename the table | | 3 |
| Difference between server.transfer and server.execute method? | | 1 |
| what is a stored procedure and trigger? | | 1 |
| What is database replicaion? What are the different types
of replication you can set up in SQL Server? | HCL | 4 |
| how to retrive only second row from table in sql server
2000? | CTS | 7 |
| Which command using Query Analyzer will give you the version
of SQL server and operating system? | | 3 |
| can primery key be a non clustered index? | | 8 |
| 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 |
| |
| For more SQL Server Interview Questions Click Here |