Viewing 15 posts - 781 through 795 (of 813 total)
C# Screw (11/20/2009)
I think DBA folk are interested in CPU time to see if the server is being strained? but that could be seen by looking at CPU Percentage utilisation...
November 20, 2009 at 11:35 am
Excellent work so far, C# Screw. In particular, multiple runs with averages should allow much more consistent results, as later runs should end up with more consistent cache behavior.
If...
November 18, 2009 at 10:17 am
Jeff Moden (11/17/2009)
You and another poster said about the same thing... I'm going to have to give it a try. Although it's not likely to have 8000 spaces (almost silly...
November 18, 2009 at 8:01 am
I didn't see it later on, but my solution in the past has been very simple; nest REPLACE() two spaces with one space as deep as required for the maximum...
November 16, 2009 at 10:51 am
Steve Jones - Editor (11/10/2009)
November 11, 2009 at 3:44 pm
JustANumber (11/10/2009)
November 10, 2009 at 10:12 am
As others have said, there are more uses for SQL than an application returning specific rowsets.
SELECT * when you only want some of the columns is indeed bad.
SELECT * when...
November 5, 2009 at 7:24 am
Elliott W (10/22/2009)
I was thinking about Nadrek's comments.I'm not sure if he was agreeing or disagreeing with the proposed methodology..
CEWII
The short form:
1) Always hash passwords (to prevent just reading the...
October 22, 2009 at 2:19 pm
Note that the salt (appending something like the username [if it will never change without the password being changed just after as part of the transaction] or the row's primary...
October 22, 2009 at 10:26 am
Richard Gardner-291039 (10/2/2009)
October 2, 2009 at 6:25 am
jcrawf02 (10/1/2009)
Why would you want the db to do this? Why wouldn't you require the application to..[clipped]..the app takes care of the rest.
Philosophically, with this argument, why do you...
October 1, 2009 at 2:19 pm
Jason Whitney (10/1/2009)
October 1, 2009 at 11:58 am
Unfortunately, with SQL and temporal databases, you appear to have missed one of the most difficult aspects of generalized date based fields: how to be both efficient and prevent bad...
October 1, 2009 at 8:24 am
Benchmark, benchmark, benchmark.
Microsoft's "SQLIO" provides at least some very controlled benchmark capabilities for random vs. sequential reads and writes (each independent of the other), while IOMeter allows for mixed loads....
September 23, 2009 at 8:53 am
Sir Slicendice (9/3/2009)
September 3, 2009 at 11:31 am
Viewing 15 posts - 781 through 795 (of 813 total)