Viewing 15 posts - 16 through 30 (of 93 total)
Steve Jones - SSC Editor (1/15/2014)
Perhaps this doesn't apply to you, but to many I think it does. Too many people do half the job. Craftsmanship isn't making it perfect...
January 15, 2014 at 9:16 am
Thomas Abraham (1/15/2014)
Getting that balance of time invested versus quality of finished product is, IMO, one of the signs of a craftsperson. If I'm a cabinet maker, I don't worry...
January 15, 2014 at 8:47 am
Sorry Steve, but I disagree with you. I think it's a good thing that we are not craftspeople.
Doing just enough to complete a job
is NOT...
January 15, 2014 at 7:01 am
To add a little more to what previous posters have said, you should look into using sp_executesql if you are trying pass variable values between your stored procedure and the...
December 12, 2013 at 6:51 am
Koen Verbeeck (11/24/2013)
Tom Bakerman (11/22/2013)
November 25, 2013 at 5:41 am
While I'm still curious as to why my original package fails, when I change the file copies to be sequential tasks instead of parallel, the package runs successfully to completion.
November 22, 2013 at 1:31 pm
Koen Verbeeck (11/22/2013)
Which configuration do you use?
If I'm interpreting your question correctly, an XML file on the server. No environment variables, no values from database.
November 22, 2013 at 8:11 am
Can you add a cross join to the dynamic sql? Or maybe this:
SELECT * FROM (@SQL) qry
CROSS JOIN (SELECT @a a,
November 13, 2013 at 6:12 am
Jeff Moden (11/12/2013)
From the article:
These days most testing of software is automated.
Oddly enough, I believe that's part of the problem with delivered software, today. There's nothing like a human...
November 12, 2013 at 9:28 am
LutzM (10/8/2013)
EXEC (...).
If we'd agree this would qualify as a single statement, we're all set. Right? 😀
To "support my argument":...
October 9, 2013 at 5:45 am
It seems we've moved into the "Dating Your Employer" thread 🙂
October 8, 2013 at 2:01 pm
Eric M Russell (10/4/2013)
October 4, 2013 at 7:51 am
Ian Massi (9/27/2013)
Gary Varga (9/27/2013)
Tom Bakerman (9/27/2013)
September 27, 2013 at 6:35 am
crmitchell (9/27/2013)
Sean Lange (9/25/2013)
frdrckmitchell7 (9/25/2013)
I've built the (part of) query like this:
(IM.ItemCode BETWEEN '999999' AND 'CL00000'
OR IM.ItemCode NOT LIKE '001920'
OR IM.ItemCode NOT LIKE...
September 27, 2013 at 6:30 am
Having just been on the job market for 4 months over the summer (what a great time to be without a job), I can't agree more. But even before...
September 27, 2013 at 5:56 am
Viewing 15 posts - 16 through 30 (of 93 total)