How raid can influence database performance?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More SQL Server Interview Questions

Explain timestamp datatype?

1 Answers  


How to use "if ... Else if ... Else ..." Statement structures in ms sql server?

1 Answers  


What are views in ms sql server?

1 Answers  


What is replication with database mirroring? : sql server database administration

1 Answers  


Write a SQL query to delete a table?

1 Answers   Amdocs,


what's the information that can be stored inside a bit column? : Sql server database administration

1 Answers  


What are the differences between ms sql server & oracle?

1 Answers  


What is partition index in sql server?

1 Answers  


Explain DBMS, RDBMS?

6 Answers  


Hi, I have a table A which has four rows as follows Table A ------- empname salary ------- ------ A 1000 B 2000 C 3000 A 1000 B 2000 D 5000 I need the following output: empname salary ------- ------ A 1000 A 1000 B 2000 B 2000 Thanks in advance

10 Answers   IBM,


Explain sql delete command?

1 Answers  


How to get a list of table columns using the "sp_columns" stored procedure in ms sql server?

1 Answers  


Categories