I'm trying to add a content database to my MOSS 2007 site, but I can't seem to connect to the SQL Server. I run the following from the command prompt:
stsadm -o addcontentdb -url htt://testserver:101 -databasename WSS_ Content_MySite -databaseserver SHAREPOINT01
STASADM gives me this error: "An error occured while establishing a connection to the server. When connecting to SQL Server 2005, this failure may be caused be the fact that under the default settings SQL Server does not allow remote connections." Well my server certainly allows remote connections.
According the SQL Server Error log, there is no problem though.