Re: Issue with Admin in Sql Server 2005



saw
CREATE LOGIN saw WITH password='jj'
XEC master..sp_addsrvrolemember @loginame = N'saw', @rolename = N'sysadmin'


CREATE USER saw FOR LOGIN saw

Please see BOL for more details





"saw" <swexpress(remove)@hotmail.com> wrote in message
news:eJQ9ibiiIHA.5280@xxxxxxxxxxxxxxxxxxxxxxx
I am new to SQL Server 2005. Here's my issue:

I am installing PeopleSoft with SQL Server 2005 backend. When I try to
create the database it is giving me an error message Msg 5123 operating
system error (Access is denied) while attempting to open or create the
physical file 'C:/program files/EP_data.mdf'..

Can someone tell me the steps in setting up an user/login with the proper
credentials to create an database.

Is this related to security or something as I am not sure.

Any help is appreciated.



.



Relevant Pages

  • Issue with Admin in Sql Server 2005
    ... I am installing PeopleSoft with SQL Server 2005 backend. ... create the database it is giving me an error message Msg 5123 operating ... credentials to create an database. ...
    (microsoft.public.sqlserver.security)
  • Re: Issue with Admin in Sql Server 2005
    ... I am allowing PeopleSoft to create the database for me. ... CREATE USER saw FOR LOGIN saw ... create the database it is giving me an error message Msg 5123 operating ...
    (microsoft.public.sqlserver.security)
  • Re: PDO: Switch database user without reopening connection
    ... At the bare minimum there will be a login user who only has ... modifications to the database as well (editors get update permission, ... As database connections are expensive to ... a certain visitor in the Session, and use that value to start the right ...
    (comp.lang.php)
  • Re: PDO: Switch database user without reopening connection
    ... At the bare minimum there will be a login user who only has ... the postgres user they are logged in as to one that can make ... modifications to the database as well (editors get update permission, ... As database connections are expensive to ...
    (comp.lang.php)
  • RE: How to allow users to change their password?
    ... be set up to provide the Security dialog window for password changes. ... I'll have to login using their login ... > name/password first. ... See http://www.QBuilt.com for all your database needs. ...
    (microsoft.public.access.security)