@tedbilly (2011_0103_1535)
This is not entirely true ----
Sharepoint also allows Database authentication as well as Windows - hence you can use an SQL account to access SQL server through a firewall.
From the Share Point Create New Web Application Page -
Database Name and Authentication
Use of the default database server and database name is recommended for most cases. Refer to the administrator's guide for advanced scenarios where specifying database information is required.
Use of Windows authentication is strongly recommended. To use SQL authentication, specify the credentials which will be used to connect to the database.
Main Topics
Browse All Topics





by: tedbillyPosted on 2009-04-28 at 20:36:34ID: 24257184
If you are trying to install the Sharepoint databases on the SQL server behind the firewall this won't work because Sharepoint uses Windows Authentication to connect to the SQL database which means it MUST be on the same domain as the web server.