Viewing 15 posts - 106 through 120 (of 160 total)
Sean,
Here's the relevant code:
ALTER TRIGGER [dbo].[tI_timCustItem] ON [dbo].[timCustItem] FOR INSERT AS
/* Copyright (c) 1995-2011 Sage Software, Inc. All rights reserved. */
BEGIN
DECLARE @numrows INT,
@nullcnt INT,
@validcnt INT,
@errno...
November 19, 2013 at 12:48 pm
Jeff,
Thanks for the article. I was considering going down the function path when I thought there was a better way. Glad I looked. In my case I...
November 12, 2013 at 3:06 pm
Stole your code, thanks!
November 1, 2013 at 12:07 pm
I'm glad most of you enjoyed the question. Steve actually called me and wanted me to do some benchmarking between the answers. After a very heated discussion we...
October 24, 2013 at 2:26 pm
None planned now or in the near future either. Recently there was an article (on InfoWorld) about a mid sized Cloud Hosting company that went bankrupt. They gave...
October 15, 2013 at 10:50 am
Jeff's "rant" sure hits home. I think it's only going to get better when the data owners are going to be held accountable whether it's through insurance, criminal proceedings...
October 7, 2013 at 11:15 am
I think PowerShell is very cool but I've only ever had a use for it once. I use it to clean up my backup directories. There is just...
September 26, 2013 at 11:19 am
Did you have any luck on this? It looks like the best I can do is return one row from the left table and between 0 and many possible...
September 19, 2013 at 10:09 am
WOW, I wonder how often that was said when African Americans applied for jobs in the south at an all white company??? WOW.
August 28, 2013 at 9:11 am
One of the cooler projects I got to work on was a PayPal competitor from 2 large competitors. The project ended up failing because PayPal was already BIG but...
August 26, 2013 at 3:19 pm
Second David Poole's comments. I am looking at building small apps for researchers and AWS is probably how I'm going to go. Even using free SQL Express wasn't...
August 9, 2013 at 11:28 am
I think you misunderstood. Steve thinks you should work a few hours at home (after work) doing a small project over a week or two and get paid for...
June 27, 2013 at 10:56 am
I went to the one in Redmond a couple of weeks back. I enjoyed it, especially learning more about HDInsight. As an old time programmer (TRS-80 with a...
May 31, 2013 at 4:14 pm
Viewing 15 posts - 106 through 120 (of 160 total)