Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

How to change the address \SQLEXPRESS?

Status
Not open for further replies.
Newbie Spellweaver
Joined
Feb 9, 2013
Messages
13
Reaction score
0
Hello, my SQL server name does not have the address \SQLEXPRESS, example: MyMachine\SQLEXPRESS, the server name is only (local).
local - How to change the address  \SQLEXPRESS? - RaGEZONE Forums

I have a SQL Server 2008 R2 Enterprise, is it possible to configure the files or the source code so I would not throw errors if have not \SQLEXPRESS?

I use the v19.
 

Attachments

You must be registered for see attachments list
Last edited:
Newbie Spellweaver
Joined
Dec 17, 2011
Messages
99
Reaction score
0
im use only the name of local, test namelocal/SQLEXPRESS
 
Last edited:
Newbie Spellweaver
Joined
Feb 9, 2013
Messages
13
Reaction score
0
Please help, I'm sharing the sql server with another game server, I'm sure there must be some alternative that does not require SQL Express.
 
Loyal Member
Joined
Aug 1, 2011
Messages
1,122
Reaction score
153
Please help, I'm sharing the sql server with another game server, I'm sure there must be some alternative that does not require SQL Express.

Uhm this should work. ComputerName/SQLEXPRESS
 
Newbie Spellweaver
Joined
Apr 16, 2009
Messages
87
Reaction score
22
When setting up MSSQL in the installer, you can decide what the value will be in place of '\SQLEXPRESS', therefore, by using the installer again, you should be able to make another one.
 
Status
Not open for further replies.
Back
Top