Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

What are SQL Server 'Binaries'? 1

Status
Not open for further replies.

Ovatvvon

Programmer
Feb 1, 2001
1,514
US

I keep hearing the term "Binaries" used. (i.e. Install the binaries on a separate disk - other than the operating system.)

Are Binaries simply the installation files for SQL Server? Or are they something else?

Can anyone help?

-Ovatvvon :-Q
 
The binaries are the exe, dll, ocx, help files, etc that are normally installed in c:\Program Files\Microsoft SQL Server\MSSQL\Binn\

Denny
MCSA (2003) / MCDBA (SQL 2000) / MCTS (SQL 2005) / MCITP Database Administrator (SQL 2005)

--Anything is possible. All it takes is a little research. (Me)
[noevil]
 
Thanks.
So does it actually boost performance to place the binaries on a separate drive or scsi channel than the operating system and database files - so it is on its own?

Or is it merely important to have it separate from the MDF's and LDF's? why would one want to place the binaries on their own drive?


-Ovatvvon :-Q
 
The binaries can be on the same drive as the OS. However they should be seperate from all the database files.

I place the binaries on there own drive so that writting to the page file doesn't impact reading the binary files.

Denny
MCSA (2003) / MCDBA (SQL 2000) / MCTS (SQL 2005) / MCITP Database Administrator (SQL 2005)

--Anything is possible. All it takes is a little research. (Me)
[noevil]
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top