|
Hi,
I'm configuring a new server: it has 1 raid controller with 8x 146 Gb disks. The system is currently configured in Raid 1+0 but has only 1 logical drive, which is not that optimal as data and logfiles should be on seperate disks?
Does it make sense...
Started by sfonck on
, 6 posts
by 6 people.
Answer Snippets (Read the full thread at serverfault):
If you suddenly have a ton of transaction volume and the log files fill up the OS's logical drive (C), your....
For starters, having the OS logical drive from the OS.
I would reconfigure to have 2 logical drives.
It's well thought out.
|
|
How would you implement logical operators in DOS Batch files?
Started by JoelFan on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
Although the DOS If statement doesn't support logical operators (such as "AND" and "OR") you can state=asleep )
An alternative is to look for a unix shell which does give you logical operators.
|
|
Hi
How can I change the logical database name when restoring a database with SMO?
/Viktor
Started by Viktor on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Only physical files can be changed using WITH MOVE
You rename logical files.
Refer this SO question
You can't rename the logical database files with a SQL RESTORE DATABASE : it's not offered.
|
Ask your Facebook Friends
|
Hi,
If there any implied meaning of a high or low ratio of Physical to Logical SLOC ? Does it means anything like bad programming style or something merits consideration?
Below is the metric of our codebase got from CodeCount . It is good or bad ratio...
Started by pierr on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
There's nothing.
Using generated code).
Logical ratio to the detriment of good programming sense (e.g.
|
|
Observations: Java has a logical AND operator.
Java has a logical OR operator.
Java has a logical NOT operator.
Problem: Java has no logical XOR operator, according to sun . I would like to define one.
Method Definition: As a method it is simply defined...
Started by eleven81 on
, 8 posts
by 8 people.
Answer Snippets (Read the full thread at stackoverflow):
Java has
two logical AND ....
Wrong.
Java has a logical OR operator.
Java has a logical AND operator.
Apart from that, you can't define new operators in Java it on a primitive .
A logical XOR operator , it is ^ (as in a ^ b ).
|
|
I have encountered the following statement in fortran:
integer iparam(11), ipntr(14) logical select(maxncv) Double precision & ax(maxn), d(maxncv,3), resid(maxn), & v(ldv,maxncv), workd(3*maxn), & workev(3*maxncv), & workl(3*maxncv*maxncv+6*maxncv)
Well...
Started by Ngu Soon Hui on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
"logical" is a boolean type, which takes on only the values.
Maxncv is an array bound just like maxncv is.
Select is a variable just like d is.
logical is a datatype just like double precision is.
|
|
What does it mean by logical grouping of modules in assembly? Can anyone please explain how .NET's CLR works with assembly ?
Started by Praveen Sharma on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
So)
In the context of Microsoft .NET assemblies, logical grouping of modules means organizing your code.
With Namespaces you can make one for each logical grouping of modules within your assembly.
|
|
Is it possible to convert code into a logical graph?
EDIT: What I am thinking is that math is absolute. We can judge whether it is right or wrong for sure. But for code, there is something other than the logic. What I want to do is remove that 'something...
Started by Shore on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at stackoverflow):
Every]----\/ [Add] /\ [AlphaChannel....
Flowcharts are logical graphs and could easily be generated by a computer.
It's possible.
Http://en.wikipedia.org/wiki/Ladder_logic the effort.
Forms is "Ladder Logic", where you program graphically.
|
|
Can anyone tell me how to write a C program to compare numbers(including negative numbers) without using logical operators?
Started by Madhan on
, 9 posts
by 7 people.
Answer Snippets (Read the full thread at stackoverflow):
Solution, you'd just use the logic operators :)
Now, the problem statement is highly dubious as computer arithmetic is defined using "logic operators" but if you naively assume (as they probably want you d and know how to interpret it, ....
|
|
Hi all, I want to open the discussion about the Data Guard Configuration.
A Data Guard configuration consists of one production database and up to nine standby databases. A standby database can be either a physical standby database or a logical standby...
Started by Sarith on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at serverfault):
Its main advantages is required also for Logical Standby....
Logical Standby was typically used to enable reporting on a standby.
Incremental backups on the DR site instead of the primary
Logical Standby was typically used to enable.
|