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 |
Anabik
Starting Member
9 Posts |
Posted - 2013-05-27 : 03:24:43
|
Hi,I just want to know why do we need to do - "New Sql Server Registration" from Enterprise Manager.If i dont do it it shows (local) in the enterprise manager. Is it ok just as it is with windows aunthentication or should i edit it to use sql server authentication. |
|
visakh16
Very Important crosS Applying yaK Herder
52326 Posts |
Posted - 2013-05-27 : 03:51:33
|
you need to register new servers in enterprise manager to start using them. local corresponds to local instance of sql serverYou can configure it to use sql authentication or mixed mode which includes both windows and sql authentication.------------------------------------------------------------------------------------------------------SQL Server MVPhttp://visakhm.blogspot.com/https://www.facebook.com/VmBlogs |
|
|
Anabik
Starting Member
9 Posts |
Posted - 2013-05-31 : 10:58:31
|
SO i have to register the sql server or is it ok if its working on local with sql server authentication |
|
|
visakh16
Very Important crosS Applying yaK Herder
52326 Posts |
Posted - 2013-06-01 : 05:53:58
|
that really depends on which server you want to use. If you're ok with using local then fine------------------------------------------------------------------------------------------------------SQL Server MVPhttp://visakhm.blogspot.com/https://www.facebook.com/VmBlogs |
|
|
|
|
|