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 |
pelegk2
Aged Yak Warrior
723 Posts |
Posted - 2010-02-14 : 06:19:34
|
i am trying to install a system which ask for :"The instance name must be the same as computer name."the current server of the Sql Server is "SQL Server (AML)"how can i change it, so the sql server will run under the computer name and not under the instance name (AML)ThnaksPeleg |
|
webfred
Master Smack Fu Yak Hacker
8781 Posts |
|
pelegk2
Aged Yak Warrior
723 Posts |
Posted - 2010-02-14 : 06:54:40
|
well it dosent helpbeacuse when i check the server prpoerties nothing has changedbeacuse of connections that still exist, and i cant drop them |
 |
|
russell
Pyro-ma-ni-yak
5072 Posts |
Posted - 2010-02-15 : 01:19:29
|
if it's a default instance, you don't need to do anything. if it's a named instance, the application needs to change |
 |
|
|
|
|