SQL Server Interview Questions and Answers
<< Previous Question Next Question >>
 Question: 372 Page Views: 

Why there is a need to use secondary database file when the same work can be done with primary databse files?



Posted By: Avi Date: 1 October 2010 11:40:07 AM
 Answer:

Secondary files can be spread over multiple disks which will enhance the I/O operations.


Posted By: avibtech


Date: 1 October 2010 11:40:07 AM
Post a better Answer if you have
 
(Will show your Gravatar icon)  
  Country flag

Loading
Enter the text as shown in the image LvcLmN
Related Questions
SQL Server : What is the purpose of the checkpoint?

What is the purpose of the checkpoint?

Whenever an operation is performed in SQL Server it is not committed directly to the database.All th....
Category: SQL Server Date: 10/1/2010 12:04:08 PM
SQL Server : What do you mean by dirty pages in SQL Server?

What do you mean by dirty pages in SQL Server?

Dirty pages in SQL server are the data pages which have been modified and are still lying in the buf....
Category: SQL Server Date: 10/1/2010 12:03:08 PM
SQL Server : The table was deleted. Now is there any way to get it back?

The table was deleted. Now is there any way to get it back?

Yes, the logs can be used to fetch the deleted table.For this one has to use some some external tool....
Category: SQL Server Date: 10/1/2010 12:02:08 PM
SQL Server : How will you currently installed service pack of the SQL Server?

How will you currently installed service pack of the SQL Server?

With the help of @@version one can determine the Service pack installed on th SQL Server. For this y....
Category: SQL Server Date: 10/1/2010 12:01:08 PM
SQL Server : Specify the ways which can be used to move data or databases between servers?

Specify the ways which can be used to move data or databases between servers?

Lots of options exists to move the data or databases. Depending on our requirements we can opt for t....
Category: SQL Server Date: 10/1/2010 12:00:08 PM