Viewing 10 posts - 46 through 55 (of 55 total)
Thank you all for your advices.
I think I solved it. It was a security issue. Even if my windows account had full access to those 2 drives and the xp_fixeddrives...
August 5, 2004 at 7:09 am
No, they are not mapped. They correspond to physical drives connected to the system.
August 4, 2004 at 1:35 pm
Yes, I can understand this and I don't expect the CDROM to be inlcuded in the result set. But I expect to see the fixed drives H and T and...
August 4, 2004 at 12:54 pm
Basically, there are 3 things here:
1. Allow users who are not sysadmin to execute (SQLServer Agent/Job System/ Only users with SysAdmin privileges ... UNCHECKED);
2. Have a proxy account with all...
August 4, 2004 at 9:30 am
You must grant explicit execute for that user:
GRANT EXECUTE on xp_cmdshell TO <your user/group>
August 4, 2004 at 8:27 am
Thank yoy, Wise Guy. This helps a lot!
July 29, 2004 at 1:30 pm
Is there any way to control how much will go in the first file and how much in the secound? For a really big database how big will be each...
May 26, 2004 at 9:48 am
Thank you, Edward, I will try to do it this way.
However, I am not sure I have the same problem. I have only checked the box for "Include indexes", and not...
May 21, 2004 at 9:36 am
Yes, I can run the DBCC CHECKDB and gives no error.
In the SQL Server log I only see that the job failed. The"General network..." is shown by the Job...
May 21, 2004 at 7:54 am
Viewing 10 posts - 46 through 55 (of 55 total)