I am writing a swi-prolog program to solve a sudoku puzzle, the program is working perfectly when using the built-in "all_different" predicate but I was now instructed to actually write my own and not take advantage of the available function. Therefore I am attempting to write my own customized...
Sorry - also isn't it setting to SYSTEM (and not active) that I need to do to the partiton? I just checked Windows Disk Manager and it says my current C-Drive STATUS is Healthy (SYSTEM) (as opposed to active), does that make a difference.?
wolluf: thanks for the reply - thats pretty much what I was aiming for ... I do have another question for you.
Assuming I use Acronis True Image to make an image of my current C-Drive and then load it on my new SATA drive - how do I make this new SATA drive ACTIVE as you mentioned?
Also, I...
Here is the situation - currently I have a C-Drive (PATA, Primary Master) that is 10GB (with Windows XP SP2) and this isn't enough to run my system correctly (I have been using it at 300megs free for months, just running a scan disk causes a "windows low-disk space" issue on my c-drive).
My...
When trying to set the 'max server memory' of a database I use the stored procedure (SP_COFIGURE) as follows:
_bstr_t bstrCommandText = OLESTR("SP_CONFIGURE 'max server memory',");
bstrCommandText = bstrCommandText + bstrServerMemory; // where bstrServerMemory = {"128" (1)}...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.