Re: Using SQL Server Express on Shared PC
- From: "William Vaughn [MVP]" <billvaNoSPAM@xxxxxxxxx>
- Date: Mon, 7 Apr 2008 17:11:25 -0700
No, you don't need to install SSMS or VS on the client system. However, using ODBC (against our recommendations) you're making the job of getting connected more difficult. ODBC requires either a REGISTERED DSN, a file-based DSN or a "DSN-less" connection. This DSN basically contains the ConnectionString key/value pairs that identify the server etal. We have stopped recommending ODBC (except in special cases where there are no other ..NET drivers) some time ago. I suggest using SqlClient to connect to SQL Server in .NET or the SNAC provider in VB6.
To "see" the server, you have enable the ports and protocols as well as start the SQL Browser service. You also need to configure the Network-shared SQL Server service to permit access by whatever credentials you have chosen.
By "Read and still no connection..." I assume you've read Chapter 9 and/or my whitepaper on Connecting...
--
__________________________________________________________________________
William R. Vaughn
President and Founder Beta V Corporation
Author, Mentor, Dad, Grandpa
Microsoft MVP
(425) 556-9205 (Pacific time)
Hitchhiker’s Guide to Visual Studio and SQL Server (7th Edition)
____________________________________________________________________________________________
"dbguru316" <dbguru316@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message news:BB63F1BC-8084-4051-B57B-DE8E280088AD@xxxxxxxxxxxxxxxx
Read and still no connection - If I am reading this correctly, you are
expected to install managament studio on the other computer as well? How
come it can be even simpler and connect to it using the ODBC driver that is
installed on the other computer?
"dbguru316" wrote:
We are using a PC to run SQL server express, and need other PCs to be able to
connect to the SQL database through an ODBC connection. What is the best
conenction method to make this happen. I cannot seem to locate the server
when using Windows Authentication Mode, perhaps switching to a SQL server
authentication will work?
I just don't know how to make the SQL server and its databases available to
other PCs on the network. I know how to share directories and folder to make
availabel to others, but not a SQL database.
Please advise.
Tim
.
- References:
- Using SQL Server Express on Shared PC
- From: dbguru316
- RE: Using SQL Server Express on Shared PC
- From: dbguru316
- Using SQL Server Express on Shared PC
- Prev by Date: Re: SQL 2005 speed issues in domain
- Next by Date: Re: Connect to SQL2000 from VB2005, How to? (no support managed objects)
- Previous by thread: RE: Using SQL Server Express on Shared PC
- Next by thread: Re: Connecting to MS SQL Express from other PC
- Index(es):
Relevant Pages
|