memorex Posted December 31, 2007 Share Posted December 31, 2007 Hi, My friend is using Microsoft SQL Server 2005 with Express manager 2005 on a Windows server 2003 Dedicated and when he tried to execute this: CREATE DATABASE [seven_ORA] ON (NAME = N'seven_ORA_Data', FILENAME = N'C:\SHO\Databases\seven_ORA.mdf' , SIZE = 67, FILEGROWTH = 10%) LOG ON (NAME = N'seven_ORA_Log', FILENAME = N'C:\SHO\Databases\seven_ORA_log.ldf' , SIZE = 194, FILEGROWTH = 10%) COLLATE Latin1_General_CI_AS he gets an error: Acces denied. Couldnt create 'C:\SHO\Databases\seven_ORA.mdf' Any suggestions? Thanks in advance Link to comment https://forums.phpfreaks.com/topic/83907-access-denied/ Share on other sites More sharing options...
teng84 Posted January 10, 2008 Share Posted January 10, 2008 maybe your access is limited that is why you cant create database try to ask the db admin about your problem Link to comment https://forums.phpfreaks.com/topic/83907-access-denied/#findComment-436054 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.