i am working on my project .i just need little help from sql server.i installed it and when i start it it appears " connect to server " window. whiask for server name. Plz guys tell me whats the server name i have to enter bacause i have tried all names like pc name ,comouter name....
Is it SQL Server express? IF so, go the command prompt , type sqlcmd –S(local)SQLEXPRESS . If you see “1>” that means that you managed to connect. By default SQL Express is installed as the service name SQLEXPRESS . To connect use (local)SQLEXPRESS
Is it local or remote? or are you trying to connect to another Edition?
inside services listed look for SQL Server service. if its a named instance it will show name there otherwise it will MSSQLSERVER in which case your machine name would be servername
------------------------------------------------------------------------------------------------------ SQL Server MVP http://visakhm.blogspot.com/