Results 1 to 3 of 3

Thread: [RESOLVED] re-send SQL Server 2005

  1. #1

    Thread Starter
    Hyperactive Member
    Join Date
    Jul 2006
    Location
    /root/usr/local/bin
    Posts
    476

    Resolved [RESOLVED] re-send SQL Server 2005

    hello there!
    i have a question regarding authentication in SQL2005
    i am using MS SQL Server Management Studio Express
    and also created a username same privelege as "sa"

    why is it when logging in to the database there are "Windows Authentication" and "SQL Server Authentication" i need only the SQL Server Authentication because it requires password but in Windows Authentication it will automatically connect to the dataabase, my worry is that what if the user change the value of the database?

    and when deploying sthe program since i have created a new username do i still to install MS SQL Server Management Studio Express? just to create the the new username on the client?(client means it will be the server in deployment not my PC)

    unlike in MS access just set the password nobody will open the database.

    tnx.-

  2. #2
    Arabic Poster ComputerJy's Avatar
    Join Date
    Nov 2005
    Location
    Happily misplaced
    Posts
    2,513

    Re: re-send SQL Server 2005

    why is it when logging in to the database there are "Windows Authentication" and "SQL Server Authentication" i need only the SQL Server Authentication because it requires password but in Windows Authentication it will automatically connect to the dataabase, my worry is that what if the user change the value of the database?
    You can disable BUILTIN\Users group access to your database.

    and when deploying sthe program since i have created a new username do i still to install MS SQL Server Management Studio Express? just to create the the new username on the client?(client means it will be the server in deployment not my PC)

    unlike in MS access just set the password nobody will open the database.
    Yes, you have to install an SQL server instance and create the user account used in you application
    "I'm not normally a praying man, but if you're up there, save me... Superman!" - Homer Simpson
    My Blog

  3. #3

    Thread Starter
    Hyperactive Member
    Join Date
    Jul 2006
    Location
    /root/usr/local/bin
    Posts
    476

    Resolved Re: re-send SQL Server 2005

    thank you

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width