utilisation de SQL Server Express edition en réseau
-
lundi 29 juin 2009 10:00Bonjour,
je voudrais savoir si c'est possible d'utiliser SQL Server express édition dans une architecture client/serveur, c'est à dire que que SQL server express édition est installé sur un serveur physique et les PCs distants (dans un domaine ou workgroup) devront se connecter à une base de données hébergée par le serveur.
merci
Toutes les réponses
-
jeudi 22 octobre 2009 12:44Bonjour,
Personnellement, je n'ai pas de soucis avec cette configuration.
Cordialement,
Philippe GAZAGNE -
vendredi 27 novembre 2009 22:16Modérateur
Bonsoir,
Quelques éléments:
http://msdn.microsoft.com/en-us/library/ms345154(SQL.90).aspx#sseover_topic6
Networking SupportOnly the shared memory connection type on the local machine is accessible by default for SQL Server Express, although the user can explicitly turn on other supported protocols such as TCP/IP and Named Pipes. VIA and HTTP protocols are not supported in SQL Server Express. With only shared memory available by default, connections from a remote machine to SQL Server Express will fail unless the networking is turned on. To turn networking on, there are the following options:
- Use the Surface Area Configuration tool to enable networking and enable and start the SQLBROWSER service.
- Use SQL Server Configuration Manager to enable relevant protocols and start SQL Browser. Figure 2 shows the usage of this tool to enable the networking protocols.
- Use DISABLENETWORKPROTOCOLS=0 in the setup command line, if you know in advance that networking support is needed.
- Use SMO-based scripting to enable the protocols.
A bientôt,
Thierry DEMAN. MCSE+MSI, MCDBA, MCITP SQL2K5,SQL2K8,EXCH2K7,W2K8 ADM&ENT, MCTS OCS2007. Exchange MVP (http://www.faqexchange.info) LE PERMIS INFORMATIQUE.- Marqué comme réponse Roxana PANAITMicrosoft Employee, Owner mercredi 9 décembre 2009 07:45

