Viewing 15 posts - 61 through 75 (of 158 total)
You are overlooking the fact it doesn't matter if it's only 33 bits of entropy. The question is *which* 33 bits of the domain are we talking about?
You seem to...
November 9, 2010 at 8:18 am
One thing that seems to be missing is discussion of the threat vector.
To protect from an external threat a hard password, written down on a notepad, locked in the server...
November 9, 2010 at 7:58 am
george25 (11/9/2010)
I've read loads of stuff about appropriate autogrowth increments. I get the fact that you should not use percentages but have never come to a proper conclusion about...
November 9, 2010 at 7:18 am
Shrinking a log file isn't that bad. There is no issue with fragmentation of the log file. The only problem with it is that it doesn't solve the...
November 9, 2010 at 6:17 am
Since you brought it up, please explain the semantical differences between a random set and an arbitrary set of numbers.
Jeff,
An arbitrary number is a number that you don't care...
August 13, 2010 at 9:49 am
wppatton,
I've been thinking about your problem off and on all day and it is much harder than it originally appears. My initial thought is that you would be able...
August 12, 2010 at 3:09 pm
As AndyC mentions this is not a random set.
However, for this case you don't need a random set, you need an arbitrary set of numbers. (More accurately, you need...
August 12, 2010 at 6:33 am
wppatton,
I'm not going to give you the answer because that looks way too much like a homework problem. I will give you a fairly broad hint however--The mod operator...
August 12, 2010 at 6:23 am
It implies there is some meaningful, presumably technical information within.
I think you got the point while missing the point. Not all solutions to technical problems are technical. Stepping...
July 14, 2010 at 2:54 pm
I think the moral of the story is: What the requirements say the customer needs, and what the customer says that they need and what the customer actually needs,...
July 14, 2010 at 6:58 am
At the risk of being pilloried.
Having a system with a data oubliette (data goes in, but it never comes out) is not necessarily a bad thing. I don't want...
June 24, 2010 at 10:55 am
calvo (5/7/2010)
So, now knowing how a query is processed internally, how can we use this knowledge to improve query performance or perhaps troubleshooting unexpected results?
I think there are two standout...
June 3, 2010 at 9:40 am
While I got the answer right, the explanation of the answer: "The "*" Specifies that all columns are returned, so space is not necessary in between, before, or after...
June 3, 2010 at 8:55 am
The reason for the AND OrderDate > '2004-07-01' in the JOIN Clause is so that ALL Customers get returned by the left join. If you moved it to the...
May 21, 2010 at 2:39 pm
Viewing 15 posts - 61 through 75 (of 158 total)