June 5, 2009 at 2:16 am
i need to use my local database server for development but its not available in the local server selection list (only sql server express)
How do I install it ?
June 5, 2009 at 2:30 am
Check weather named pipes are enabled.
Tanx 😀
June 5, 2009 at 2:41 am
how do i do that ?
June 5, 2009 at 9:11 am
First
Start -> Programs -> Microsoft SQL Server 2005 -> Configuration Tools -> SQL Server Configuration Tools
Then
SQL Server Network Configuration -> Protocols for MSSQLSERVER
Restart the SQL Server Service. If you are using Express Edition you need to use your SQL Server as:
(local)\SQLExpress
or
.\SQLExpress
or
localhost\SQLExpress
or
YourComputerName\SQLExpress
Greets
Flo
Viewing 4 posts - 1 through 3 (of 3 total)
You must be logged in to reply to this topic. Login to reply