mssql server doubt

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Drupan c
    New Member
    • Aug 2008
    • 10

    mssql server doubt

    scenario : There are 10 computers on LAN and one system will have MS SQL installed on it.. now my doubt is how will the c# application route the information into the database .. in the application i have hard coded the sqlserver name.. is this enough? and a good practice.. or are there any other requirements to send the data from the application to database??
  • kenobewan
    Recognized Expert Specialist
    • Dec 2006
    • 4871

    #2
    Its good enough in my book. You need to have valid credentials. Apart from the successful connection it is the security of the data that you may be concerned about.

    One best practice though is least permissions, just enough power and no more - try not to use admin accounts.

    Comment

    Working...