My hosting company is slow and incomplete in answering a question of mine, which hopefully will be generic enough to be answered here; and which I haven't found the answer to anywhere else on the Web.
Question: On the SQL Server 2005 Management Express, I have no problem connecting to the database I have on my local machine. However, I need to know what to write in the "Server" textbox in the opening "Connect to Server" menu. How do you determine what it is? Thanks in advance for helping me through this mystery.
![]() |
0 |
![]() |
You need to write SQL Server name in that box , click on drp down in server name box , select Browse for more and pick ur server
Don't say thanks rather mark my reply as "Answer" if it helps you ,Doing so u'll get points too
amiT jaiN
C#.NET Articles
![]() |
0 |
![]() |
Hi,
When connecting to your database server, you must specify both the name of the computer and the name of the SQL Server instance in the form
ComputerName/InstanceName
.Each instance of SQL Server requires a name. The default instance name for SQL Server 2005 Express Edition is
SQLEXPRESS
.You can run multiple SQL Servers on the one computer simultaneously—each SQL Server is called an instance of SQL Server.
This could be useful in a situation like this. Imagine you have a production server that runs two applications with two separate databases on the same instance of SQL Server. If, for some reason, we need to restart SQL Server for the first application, the second application’s database will become unavailable while the restart is taking place. If the second application’s database was operating on a second instance of SQL Server, we wouldn’t have such a problem—the second application would continue working without missing a beat.
dakshitha
![]() |
0 |
![]() |
How do I find the SQL Server name?amit.jain:
You need to write SQL Server name in that box , click on drp down in server name box , select Browse for more and pick ur server
![]() |
0 |
![]() |
How do I find out the SQL Server name? I can't get any response from a help ticket on bizhostnet.com nor on their website. Would the server name be associated with the site's IP address? I need to get a connection to the server before I can create the database with scripts that I have.ruckfules:
Hi,
When connecting to your database server, you must specify both the name of the computer and the name of the SQL Server instance in the form
ComputerName/InstanceName
.Each instance of SQL Server requires a name. The default instance name for SQL Server 2005 Express Edition is
SQLEXPRESS
.You can run multiple SQL Servers on the one computer simultaneously—each SQL Server is called an instance of SQL Server.
This could be useful in a situation like this. Imagine you have a production server that runs two applications with two separate databases on the same instance of SQL Server. If, for some reason, we need to restart SQL Server for the first application, the second application’s database will become unavailable while the restart is taking place. If the second application’s database was operating on a second instance of SQL Server, we wouldn’t have such a problem—the second application would continue working without missing a beat.
![]() |
0 |
![]() |
muybn:
How do I find the SQL Server name?amit.jain:
You need to write SQL Server name in that box , click on drp down in server name box , select Browse for more and pick ur server
http://www.bizhostnet.com/faq/INDEX.PHP?sid=508083&aktion=artikel&rubrik=019&id=185&lang=en
Don't say thanks rather mark my reply as "Answer" if it helps you ,Doing so u'll get points too
amiT jaiN
C#.NET Articles
![]() |
0 |
![]() |
Where within this reference does it tell the provider's SQL Server name?amit.jain:
You need to write SQL Server name in that box , click on drp down in server name box , select. Browse for more and pick your server.
http://www.bizhostnet.com/faq/INDEX.PHP?sid=508083&aktion=artikel&rubrik=019&id=185&lang=enThe hosting service finally got back to me and let me know what the server name is.
![]() |
0 |
![]() |