Re: Issue with Admin in Sql Server 2005
- From: "Uri Dimant" <urid@xxxxxxxxxxx>
- Date: Thu, 20 Mar 2008 10:35:00 +0200
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.
.
- Follow-Ups:
- Re: Issue with Admin in Sql Server 2005
- From: bass_player
- Re: Issue with Admin in Sql Server 2005
- References:
- Issue with Admin in Sql Server 2005
- From: saw
- Issue with Admin in Sql Server 2005
- Prev by Date: Issue with Admin in Sql Server 2005
- Next by Date: Re: Issue with Admin in Sql Server 2005
- Previous by thread: Issue with Admin in Sql Server 2005
- Next by thread: Re: Issue with Admin in Sql Server 2005
- Index(es):
Relevant Pages
|
|