|
Is it better to use a Guid (UniqueIdentifier) as your Primary/Surrogate Key column, or a serialized "identity" integer column; and why is it better?
Started by Nate Bross on
, 10 posts
by 10 people.
Answer Snippets (Read the full thread at stackoverflow):
You need to keep apart the primary key which is a logical construct, and ideally ever-increasing (which....
Here's a nice little and clustering keys.
And SCOPE_IDENTITY a lot in stored procs, etc which goes out the window with GUIDs.
|
|
We are setting up new QE testing server. I guess host OS will be win2008
Which vmware server to choose - 1.x or 2.x ?
A year ago I tried vmware 1 server with Win2008 and it did not work at all.
However, Vmware server 2 did not seem to have the handy vmware...
Started by Tom on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at stackoverflow):
The Virtual Infrastructure Client which you can use instead of the web access ( the client replaces.
|
|
I have been using Grails for the past few months and I really like it, specially GORM. However, I am getting interested into Scala's Lift. Therefore, I would like to know your opinion about which kind of web apps are better suited for which of those two...
Answer Snippets (Read the full thread at stackoverflow):
The reason many Java folks love Java is the static typing, which enables tools to help you on their important questions?
Grails seems....
IDE support for groovy/grails - and eventually, SpringIDE will also feature better groovy/grails support.
|
Ask your Facebook Friends
|
I'm about to rent a dedicated server and have narrowed it down to the following two. They are both the same price. Which in your understanding is more powerful, faster, and efficient and hence the better choice?
Server Option One:
Processor: AMD Opteron...
Started by Danny on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at serverfault):
You may run into some minor problems with older hardware for which.
From a 64-bit system, so go with that.
|
|
Which book is better to learn dbms... Elmasri & Navathe or Raghu Ramakrishnan ???
Started by siva on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
I've only read a solid impact on my understanding of dbms, which I was able to build upon with experience which emphasizes database application development....
Based on amazon customer reviews the first one is slightly better than the latter.
|
|
Which library better for faster java application swt or swing?
Started by alsadk on
, 8 posts
by 8 people.
Answer Snippets (Read the full thread at stackoverflow):
Swing has more poorly....
Inevitably, you can write benchmarks which will show either much faster that the other.
There is only better written program which appropriately uses multi-threading).
There is no better UI framework.
|
|
Which option is better from Best practices point of view and from performance point of view?
Started by MRB on
, 6 posts
by 6 people.
Answer Snippets (Read the full thread at stackoverflow):
They only exist while the method is running.
To decide which one used when look the following difference
--To reduce server memory load, prefred
Clearly local variables is a better option.
|
|
MS SQL Server and Oracle, which one is better in terms of scalability?
For example, if the data size reach 500 TB etc.
Answer Snippets (Read the full thread at stackoverflow):
You have databases out and better in terms of performance....
Use what you know better.
I say they scale pretty much the same.
Oracle people will tell you oracle is better, sql server peopele will tell you sql server is better.
|
|
I'm starting to learn Regular Expressions and I want to know: In which cases is better to use them?
Started by Nathan Campos on
, 8 posts
by 8 people.
Answer Snippets (Read the full thread at stackoverflow):
There are some cases where, if you need better performance, you should avoid regular expressions is almost always a better....
That is a kind of very limited subset or loop .
And * which you can use when you're searching for a file .
|
|
Python or php which language would be better for web development?
Answer Snippets (Read the full thread at stackoverflow):
A lot I think Python's a slightly ....
I agree with eliben.
Language that promotes better programming style and is much more popular than PHP outside the web a "better" language, and can be used in many different situations, unlike PHP.
|