Hi everyone, when try to create the starter kit schema of the clubsite using the command like this C:/windows/Microsoft.NET/Framework/v2.0.5o727>osql -S server name -U database user -P password -d database name -i club-add.sql But it gives the following error:- [SQL Native Client ]Named Pipes Provider: Could not open a connection to SQL Server [53]. [SQL Native Client ]Login timeout expired [SQL Native Client ]An error has occurred while establishing a connection to the server. When connecting to SQL Server 2005, this failure may be caused by the fact that under the default setting SQL server does not allow remote connections. I am trying too many times and check the database, user and password but there is no mistake. Please tell me how to solve that problem and create starter kit in daatabase. Regard, DD