Please start any new threads on our new 
    site at https://forums.sqlteam.com.  We've got lots of great SQL Server
    experts to answer whatever question you can come up with.
    
        | 
                
                    | 
                            
                                | Author | Topic |  
                                    | YonkouturkoYak Posting Veteran
 
 
                                        59 Posts | 
                                            
                                            |  Posted - 2013-08-31 : 09:27:53 
 |  
                                            | i recently installed sql server 2008 r2 on windows server 2003it successfully installed on the computer but the thing is i cannot find any servername like PC-name/Instance-name i really dont know what to do please help me out!! this is my 1st time in sql server 2008 r2 on a server based PCthank you in advance! |  |  
                                    | James KMaster Smack Fu Yak Hacker
 
 
                                    3873 Posts | 
                                        
                                          |  Posted - 2013-08-31 : 09:55:35 
 |  
                                          | Start -> run -> services.msc. then, look for the service SQL Server. Whatever it says in brackets is the instance name; except that if it says MSSQLSERVER then that is the default instance.Start->compter,right click and properties. It should tell you ther server name.To connect use servername\instancename, except, if it is default instance, use only the server name. |  
                                          |  |  |  
                                |  |  |  |