SQL2005
-
Sir, I've newly installed SQL2005. While opening management studio it asks for server name. I couldn't connect database in asp.net using this installed sql
M.Ambigai wrote:
While opening management studio it asks for server name
You define the server name as machinename\instancename. For example if your instance is named SQLExpress, you can use
.\SQLExpress
(dot means local machine or you can use the machine name)M.Ambigai wrote:
I couldn't connect database in asp.net using this installed sql
You have to define the connection string correctly. There's a very good site for connection strings: http://www.connectionstrings.com/[^] Side-note: Since this is SQL Server specific question, I believe it should have been posted on General Database forum[^]
The need to optimize rises from a bad design.My articles[^]
-
Sir, I've newly installed SQL2005. While opening management studio it asks for server name. I couldn't connect database in asp.net using this installed sql
if you have currently a server then give the server name otherwise type (only .).
Sujit Sahu (Cruel Handsome)