Viewing 15 posts - 91 through 105 (of 378 total)
michael 77302 (6/26/2013)
June 26, 2013 at 10:09 am
Evil Kraig,
I do not have much time this day and the rest of the week, thus I am going to keep it short by making just points as a reply...
May 22, 2013 at 3:57 am
This is going to be a long reply, mostly because of much quoting, bear with me ?.
Evil Kraig F (5/8/2013)
peter-757102 (5/3/2013)
May 10, 2013 at 4:48 am
L' Eomot Inversé (5/3/2013)
May 3, 2013 at 8:39 am
neeraj.it (4/25/2013)
April 26, 2013 at 2:35 am
“Give me a lot of data and I’ll save the world." That ought to be the model for data analysts. As SQL Server professionals and developers, we should be helping...
April 24, 2013 at 7:23 am
Just by looking at the code constructs, I recognise I do use this technique sometimes, but with severe moderation. Just in cases where there are other, more straightforward filters present...
April 18, 2013 at 3:07 am
This is a good example of why knowing the database matters!
I see too many work with data intensive systems where these kind of problems pop up that seem oblivious about...
March 14, 2013 at 3:26 am
Using a binary comparisons is a good speedup for specific cases and good to be aware of and certainly worth mentioning in bold with its benefits. What it is...
February 26, 2013 at 3:48 am
jfogel (2/19/2013)
... because far too often they are doing things others are not aware of ...
But that is the whole point of a trigger!
To implement some feature that works transparent...
February 19, 2013 at 11:50 am
Carlo Romagnano (2/19/2013)
February 19, 2013 at 4:33 am
Triggers are downright unavoidable for some comon problems. Unless you wrap all database actions in an interface represented by procedures (DB or otherwise) and consider the DB just dumb storage...
February 19, 2013 at 4:19 am
The cases in recent postings are much bigger than what I implemented so many years ago. I ran into problems pretty fast and in retrospect, my usage of the concept...
February 1, 2013 at 9:03 am
lnardozi 61862 (1/21/2013)
There are stored procs, DTS packages, jobs, C#...
January 22, 2013 at 4:18 am
Usman Butt (1/17/2013)
TheSQLGuru (1/16/2013)
Once you switch from an iTVF to a multi-statement TVF you are dead meat and the Fat Lady is belting a tune.
Not always true 🙂 It really...
January 17, 2013 at 3:35 am
Viewing 15 posts - 91 through 105 (of 378 total)