Viewing 15 posts - 241 through 255 (of 692 total)
I don't know about that Cross Country test, Steve.
Getting a beer is one thing. That's an hour or two of chatting, at a bar or other public place.
Cross Country...
September 16, 2005 at 11:38 am
Some of these certainly bring back some not-so-wonderful memories of interviews I've conducted in the past...
Obviously, lots of "stretching the truth", but I've also encountered weird variants of this. ...
September 16, 2005 at 10:20 am
Hmmmm... Do we really care about human readability? I don't think so...
September 15, 2005 at 2:53 pm
My understanding is that this:
<foo> <bar>ontuhnote</bar> </foo>
Can come back out as this:
<foo><bar>ontuhnote</bar></foo>
But I don't believe that this:
<foo><bar> ontuhnote </bar></foo>
Would ever come back out as this:
<foo><bar>ontuhnote</bar></foo>
(I just tried a few similar examples...
September 15, 2005 at 12:43 pm
AFAIK, that's one of the "benefits" of the XML datatype -- it internally optimizes the XML. So the semantic meaning will be exactly the same, but the formatting might...
September 15, 2005 at 11:20 am
Ahhh! Are you working for Scalability Experts? Or did they drop the DBA track?
September 14, 2005 at 9:36 pm
Where are you giving all of these presentations? Between you and Wesley there have been at least 40+ presentations in the last three months... Are there that many user...
September 14, 2005 at 2:07 pm
I see Database Mirroring as one of the most important enhancements in SQL Server 2005. It means that SQL Server can compete against Oracle in much more challenging HA...
September 14, 2005 at 1:41 pm
That's not the only news. Did you read the article or the post on my blog?
September 14, 2005 at 10:44 am
September 14, 2005 at 10:33 am
Should I scoop you, Steve???
Anyone in the beta program has now received an e-mail about this, so it's open for discussion.
Hint: The topic du jour High Availability...
September 14, 2005 at 10:18 am
Nope, that's not it... It has to do with...
September 14, 2005 at 8:41 am
Similar, perhaps, with several key differences:
1) Managed code vs. unmanaged code -- means that CLR routines are safer than XPs.
2) XPs are created per server. CLR routines are created...
September 7, 2005 at 8:05 am
By the way, for best practices the answer should have included a column list in the INSERT INTO:
INSERT INTO MyTable (id, numA, numA)
...
September 6, 2005 at 11:20 am
Viewing 15 posts - 241 through 255 (of 692 total)