Re: Issue with Admin in Sql Server 2005
- From: "saw" <swexpress(remove)@hotmail.com>
- Date: Thu, 20 Mar 2008 14:22:40 -0400
I am allowing PeopleSoft to create the database for me.
Thank you for your reply. I really hope to get this working soon.
"bass_player" <bass_player@xxxxxxxx> wrote in message
news:OFJ0cjmiIHA.1168@xxxxxxxxxxxxxxxxxxxxxxx
Are you creating the database using SQL Server Management Studio or you
are allowing PeopleSoft to create the database for you?
"Uri Dimant" <urid@xxxxxxxxxxx> wrote in message
news:#bqlJUmiIHA.5956@xxxxxxxxxxxxxxxxxxxxxxx
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
- From: Erland Sommarskog
- Re: Issue with Admin in Sql Server 2005
- References:
- Issue with Admin in Sql Server 2005
- From: saw
- Re: Issue with Admin in Sql Server 2005
- From: Uri Dimant
- Re: Issue with Admin in Sql Server 2005
- From: bass_player
- Issue with Admin in Sql Server 2005
- Prev by Date: Re: doing select without grant
- Next by Date: Re: MSAccess can run SP on some workstations but not others - why?
- Previous by thread: Re: Issue with Admin in Sql Server 2005
- Next by thread: Re: Issue with Admin in Sql Server 2005
- Index(es):
Relevant Pages
|