Jump to content

Login with SA vs windows authentication


Ario.Paxaz

Recommended Posts

Hi

 

 

What is the best way for communicate with SQL Sever in uni Application?.

Login with SA or windows authentication.

 

 

Which is better to use? Define database users or define users on windows operating system? Could be the interpretation to the question sent

 

 

Best Regards. 

Link to comment
Share on other sites

Depends on your environment.

If you use windows operating system user then keep behind that your unigui module uses the User in which the dll runs for log in to the db server/db. If you use apache then i think its the user the apache service start with. On IIS you can define the user in the application pool.

If you define a user in sql server then you are on the easier side. But then you have to set the password in your unigui module what could be a security issue.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...