| Other SQL Server Interview Questions |
| |
| Question | Asked @ | Answers |
| |
| How can I create a plain-text flat file from SQL Server as
input to another application? | | 2 |
| How do you fine the performance tunning? | Accenture | 2 |
| How to Display, Amount of Disk Activity Generated by
Transact-SQL Statements?
| | 1 |
| Well sometimes sp_reanmedb may not work you know because if
some one is using the db it will not accept this command so
what do you think you can do in such cases? | | 2 |
| How To Change Column Ordinal Position in SQL Server 2005
using Query i.e I Want To Add Column at Particular Ordinal
Position in SQL Server 2005 | | 2 |
| What are the all different types of Joins in SQL Server
2000, Anybody can explain each join with definition..Thanks
in advance.... | Siemens | 6 |
| How to Get the last identity value used | | 4 |
| plz send every query in sql server2000 | Infosys | 1 |
| What is bit datatype and what's the information that can be
stored inside a bit column? | | 1 |
| When you first load SQL SERVER you will startup with what
all databases? | CompuSol | 3 |
| how to know Who Is Blocking Your SQL Server? | | 3 |
| What is the difference between login and a user? | TCS | 7 |
| If you are working on a SQL database and if suddenly a
developer changes the code and your queries results start
giving errors,how will you check using a T-SQL query (on
system tables) that what has changed in the database. | Microsoft | 2 |
| What is The Use Of TIMESTAMP DataType in SQL Server 2005?
| | 3 |
| create procedure proc1 (@a int)
as
begin
if @a=1
create table #temp(a1 int)
else
create table #temp(a1 int)
end
while executeing the above code it shows error
like '#temp already exist' .why it shows an error? | IBM | 5 |
| 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 is the difference between a local and a global variable? | | 3 |
| Alternative way to DetDate() function? | | 4 |
| What is referential integrity? What are the advantages of it? | Digital-Domain | 3 |
| how do we find every fifth record in a table | | 11 |
| |
| For more SQL Server Interview Questions Click Here |