Re: Issue with Admin in Sql Server 2005
- From: "bass_player" <bass_player@xxxxxxxx>
- Date: Thu, 20 Mar 2008 17:00:33 +0800
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@xxxxxxxxxxxxxxxxxxxxxxxI 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: saw
- 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
- Issue with Admin in Sql Server 2005
- Prev by Date: Re: Issue with Admin in Sql Server 2005
- Next by Date: Re: Cannot login SQL Server with 'sa'
- 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
|
|