-
as seen on Geeks with Blogs
- Search for 'Geeks with Blogs'
An enumerated type, also called an enumeration (or just an enum for short), is simply a way to create a numeric type restricted to a predetermined set of valid values with meaningful names for those values. While most enumerations represent discrete values, or well-known combinations of those values…
>>> More
-
as seen on Server Fault
- Search for 'Server Fault'
We have identified a couple of repeatable, demonstrable scenarios with unexplained rejected folder access on our servers for Mac users. Hopefully, this can be presented to Novell for a solution.
What we did to demonstrate scenario 1;
1. setup a PC and Mac side-by-side
2. login to our server and open…
>>> More
-
as seen on Super User
- Search for 'Super User'
I have Windows 7 32-bit virtual machine running in a VMWare Server virtual machine. The host is Windows 7 64-bit.
When I copy files between them it is extremely slow - it will take several minutes to copy even a 1 MB file. I can upload the file to an website and then download it again almost instantaneously…
>>> More
-
as seen on Server Fault
- Search for 'Server Fault'
I am making use of the access time to analyse some build process, but it is not working the way I want: the access time is updated the first time I read the file, then it stays the same for a long while, or until the next reboot. For instance:
$ ll -u some_file
-rw-r--r-- 1 root root 1.3M 2010-04-07…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
When trying to run the following database backup command from my code I get an "Operating system error 5(Access is denied.)" error. This is because the log on account for the SQL Server Windows Service is 'Network Service' and that does not have access to right to this folder.
BACKUP DATABASE [AE3DB]…
>>> More