Server Location II
Can SQL Server be installed onto a file server...if so, how?
Can SQL Server be installed onto a file server...if so, how?
Given that a file server is just a normal computer where people tend to store files, the answer is yes, you can. You just log onto the computer and install SQL Express normally. But I'm guessing that you have some specific motive other than a normal install, so could you give details about what you're really trying to do?
Mike
The file server is MS server2000. It is our co. network.
everyone has aacces to it and not my pc
would like to install server express to the file server on a mapped drive say... M: ...to manage db for a prgm i am writing.
SQL Server is a service that runs on a computer, not a file. You will have to be an administrator on the computer where you want to install SQL Express. It is most likey that you will need to ask your companies IT department to do this for you. Once SQL Express is installed on the server computer, you access it via a connection string, not via a mapped drive.
You might want to read more about installing SQL Server so you clearly understand all the requirements. There are many topics in Books Online that discuss this, I would start with this one (http://msdn2.microsoft.com/en-us/library/ms143719.aspx) and work from there.
Mike
The datafiles must be on a logical drive for the computer running SQL Server -a mapped drive does not work.
As Michael indicated, you can install SQL Server on the file server -BUT it will run as a service on the file server and will require at least local admin priveleges on the file server for installation.