Viewing 15 posts - 16 through 30 (of 137 total)
I can appreciate domain-specific big data requirements in sciences or aggregating many streaming sensor data. However, I wonder if there exists a properly normalized schema that needs 253 foreign...
September 20, 2013 at 7:46 am
I am interested in Soundex only as a curiosity so I read this article mostly for entertainment. That said, I think the title might have reached a broader audience...
September 12, 2013 at 9:13 am
Hugo Kornelis (8/19/2013)
IF @DateArg IS NULL
BEGIN;
RAISERROR ('Date must be...
August 19, 2013 at 5:51 pm
I don't understand the point of this QotD.
I understand the cleverly-contrived illustration code. However, I'd never want to see anyone write code like that for my production environment. ...
August 19, 2013 at 7:36 am
zerko (8/5/2013)
August 5, 2013 at 5:48 pm
zerko (8/4/2013)
Select * From Employee /*Update Employee
Set LastName = 'Smith'
--*/
Where LastName = 'Smeith'
So I can now write quite a complex update statement if needed, it's protected in a comment...
August 5, 2013 at 11:29 am
Steve Jones - SSC Editor (8/2/2013)
If you look at many newsletters, they are fixed size. The more I've studied this, the more I notice it. Not that it's right, but...
August 2, 2013 at 4:30 pm
I hope I never have to inherit any of these scripts. It isn't exactly 'self documenting' to have nested commented code blocks that sometimes should run and other times...
July 8, 2013 at 7:59 am
My first thought was that I didn't like it. Then I thought maybe I was just resisting change.
This new layout looks too much like a blog. I feel...
July 2, 2013 at 8:35 am
Jeff Moden (6/20/2013)
June 20, 2013 at 3:18 pm
Are we solving the problem right?
Are we solving the right problem?
Jeff asked why use xp_cmdshell to get to a third-party tool & suggested db_sendmail: depending on your environment,...
June 20, 2013 at 9:15 am
Jonathan AC Roberts (6/18/2013)
SELECT A.Seqno,
...
June 18, 2013 at 8:16 am
I noticed the "select 3" after hitting submit.
I didn't see the title because I clicked the QotD link from email.
I assumed "run successfully" meant "returns what it looks like it...
June 17, 2013 at 8:11 am
Viewing 15 posts - 16 through 30 (of 137 total)