During the installation of UDDI services under Windows 2003 I did not see an option to choose another SQL server instance. Is it possible to rather use another SQL server (on another machine) and if so how do I go about to change the connection string? Thanks
Which edition of Windows Server 2003 are you using? For Standard edition, you can only use the MSDE instance. For others, you can use SQL instance on another machine. A sample scenario is: 1. using machine A for SQL and UDDI database component 2. using machine B for UDDI Web component Procedure is: 1. Install SQL on machine A 2. Install UDDI DB on machine A targeting the SQL instance 3. Install UDDI Web component on machine B targeting the UDDI DB component on machine A. Changing of UDDI DB SQL instances is also allowed using the UDDI management console through the "Database Connection" tab in the web server property page. "Rudolf" wrote in message news:B65A139D-F3EF-4D2C-9FED-F05BFCBBFD02@microsoft.com... > During the installation of UDDI services under Windows 2003 I did not see > an > option to choose another SQL server instance. Is it possible to rather use > another SQL server (on another machine) and if so how do I go about to > change > the connection string? > > Thanks