W
Woody Splawn
I have been using SQL Server 2000 on my stand-alone machine as a back-end to
a VS.net application. It is time to switch environments and take the
application to the customer. I need to install SQL Server 2000 on the
server of the client's local area network, which is a Windows 2000 machine.
I am
concerned about doing this right. On my own machine I did the install
incorrectly at first and had to re-install. I had a very hard time getting
things reset and back to normal. I would like to not make the same kind of
mistakes
here.
It is not clear to me just where to tell SQL Server to install when
installing on the Server. I suppose, though I am not sure, and this is why
I'm asking, I should do the following:
Let SQL Server install the program files to it's default location on the
server of C:\Program Files\ Microsoft SQL Server, and install the system
databases etc., to a public directory. The C drive of the server is not
seen by the client machines on the network. However, I have a a public
drive letter on the server called F which is seen by the clients. This is
really C:\Data. My intent is to tell SQL Server to install the database
system files to a sub directory under F called SQL. I will also place my
custom database there.
Question:
Is this all I need to do in order for my Visual Studio .net application to
be able to acces my custom database? If the above is correct, it is not
clear to me where I go from here. I suppose, in Visual Studio, I can click
on Server Explorer, select Add Connection, and in the connection dialog I
will somehow be able to see or navigate to the server name on the LAN
Server. Is this right?
Any other thoughts or suggestions are appreciated.
a VS.net application. It is time to switch environments and take the
application to the customer. I need to install SQL Server 2000 on the
server of the client's local area network, which is a Windows 2000 machine.
I am
concerned about doing this right. On my own machine I did the install
incorrectly at first and had to re-install. I had a very hard time getting
things reset and back to normal. I would like to not make the same kind of
mistakes
here.
It is not clear to me just where to tell SQL Server to install when
installing on the Server. I suppose, though I am not sure, and this is why
I'm asking, I should do the following:
Let SQL Server install the program files to it's default location on the
server of C:\Program Files\ Microsoft SQL Server, and install the system
databases etc., to a public directory. The C drive of the server is not
seen by the client machines on the network. However, I have a a public
drive letter on the server called F which is seen by the clients. This is
really C:\Data. My intent is to tell SQL Server to install the database
system files to a sub directory under F called SQL. I will also place my
custom database there.
Question:
Is this all I need to do in order for my Visual Studio .net application to
be able to acces my custom database? If the above is correct, it is not
clear to me where I go from here. I suppose, in Visual Studio, I can click
on Server Explorer, select Add Connection, and in the connection dialog I
will somehow be able to see or navigate to the server name on the LAN
Server. Is this right?
Any other thoughts or suggestions are appreciated.