Viewing 15 posts - 1,831 through 1,845 (of 3,670 total)
I particularly enjoyed the irony of "How to Raise Your Game by Doing Nothing" linking to a 404 page:-)
May 16, 2012 at 1:22 am
Jeff Moden (5/13/2012)
May 14, 2012 at 3:16 pm
Jeff Moden (5/12/2012)
SPAM reported.
Time for a spot of RegEx pattern matching:hehe:
May 13, 2012 at 10:03 am
Guys, the reason I wrote the article was not to say RegEx is king or you must use it. I've got away with not using it for a very...
May 10, 2012 at 1:51 am
Cadavre (5/8/2012)
Any disputes about my test results? Because so far I'm thinking that I don't want RegEx in my database 😛
Just as the advice is not to use CLR functions...
May 8, 2012 at 10:29 am
"Most developers are reluctant to take the responsibility in security and assume that this is the job of web administrators and network engineers."
I think it is a case of the...
May 7, 2012 at 9:41 am
Training videos in e-books is a great idea!
I've always loved books and read voraciously. I never thought I'd take to a Kindle given the tactile pleasure of browsing, buying,...
May 4, 2012 at 4:16 am
I've got a number of e-books on my Kindle and for me text books don't work well on that.
If they are explicit Kindle books then you can at least navigate...
May 4, 2012 at 1:42 am
In the DW world the new column stores present a compelling case but if you are not in the DW world what problems does SQL2012 solve for you? Emphasis...
April 30, 2012 at 1:16 pm
What I've found so far is that Big Data is a nice vague term so loved by IT vendors rather like "Cloud".
There is Big Data as in vast amount of...
April 17, 2012 at 4:10 pm
I could be wrong but I thought that InnoDB was the engine closest to the model used by SQL Server and therefore THE engine that is transaction safe.
I didn't think...
April 17, 2012 at 3:37 pm
It's worth mentioning that some queries require additional casting in order to work across the link otherwise you get hexadecimal gobbledegook.
SELECT
CAST(NAME AS VARCHAR(64)) AS TableName,
CAST(COALESCE(Engine,'') AS VARCHAR(64)) AS Engine,
COALESCE(ROWS,0)...
April 17, 2012 at 1:49 am
I find email to be a bigger distraction than anything else.
At SQL Bits Buck Woody (Microsoft) and Kevin Kline (Quest) mentioned that email and IM technology is banned between...
April 12, 2012 at 1:58 pm
GSquared (3/27/2012)
"What's 'loquacious'?" I was the only person in the room who knew what it means...
Mental note not to play Scrabble with you!
I've just told the wife shes...
March 27, 2012 at 4:44 pm
I sat a Myers Briggs test with my department. As an Aspie I asked if it could spot personality defects, at which point my boss started to laugh.
We were...
March 25, 2012 at 1:55 am
Viewing 15 posts - 1,831 through 1,845 (of 3,670 total)