Viewing 15 posts - 31 through 45 (of 135 total)
James Goodwin (7/14/2010)
July 14, 2010 at 7:51 am
Yes Mike, I was. Such a profound concept, a whole school of philosophy, from those magical six words, from a man you would never think of.
Funny that someone mentioned typewriters,...
July 14, 2010 at 7:47 am
To answer some critics: yes, we could have done a lot of tuning. It was a development database that was being played with daily, the DBA was famously lazy, there...
July 14, 2010 at 4:07 am
I have a different, I think better definition of master data. To me, master data is the result of high value transactions. For example, if Starbucks messes up a coffee...
March 3, 2010 at 5:28 am
Here's a better way:
SELECT 'IN A NOT B' location, a, b, c, d, ...
FROM tablea
EXCEPT
SELECT 'IN A NOT B' location, a, b, c, d, ...
FROM tableb
UNION ALL
SELECT 'IN B NOT...
January 18, 2010 at 5:25 am
OK, I see, it's real worth comes in DBA type optimizations.
However G, you do make the following point:
"In the real world, SSAS doesn't get anywhere near the use that it's...
April 24, 2009 at 12:35 pm
The article was well written and funny, but I do have one beef with it. It lacked the qualifier "When execution speed is more important than anything." Since cursors tend...
April 17, 2009 at 11:03 am
Sure, in Unix it does. I meant lexically, like in human languages.
If you're putting Unix commands into the data, then yes, you'd have to find something else. I don't think...
May 2, 2008 at 4:21 pm
Klaar Chris, klaar. My point of view exactly.
In English "mark up" is something you do to documents, not databases.
May 2, 2008 at 4:06 pm
"If I understand you correctly, you are suggesting that I could create a delimited text file, but instead of using a comma, I could use the grave character? "
Yes.
"Or maybe...
May 2, 2008 at 1:04 pm
"BUT how would you solve the following problem without XML?
............You have to send data to another agency. The data is not only completely outside your domain, but will be...
May 2, 2008 at 12:16 pm
"Is there an Object-oriented database that persists methods within each object? (loaded question)"
Yes. Oracle.
"The alternative to an XML schema would be either:
1) flatfile definitions with a shelf full of written...
May 2, 2008 at 12:14 pm
I've had in mind to write an article on the proper uses of XML languages: to mark up text. They are very good at things like DocBook, etc., where you...
July 10, 2007 at 11:02 am
I wrote an article on this very subject a while back:
http://www.sqlservercentral.com/columnists/shirsch/whatisxml.asp
It hasn't been 4 years, it's been 10 years since XML was created.
Among the myriad problems with using...
July 10, 2007 at 7:35 am
It's what I call the "technology of the future" that will always remain so. It's mostly just used for trivial purposes.
July 10, 2007 at 4:53 am
Viewing 15 posts - 31 through 45 (of 135 total)