Viewing 7 posts - 1 through 7 (of 7 total)
RESOLVED
For future reference, we found that adding the SSIS proxy account to the DB2ADMNS local users group solved this problem.
December 19, 2018 at 8:13 am
jwmott (12/22/2016)
December 22, 2016 at 2:36 pm
Demonstrates good knowledge of ASCII 😉
December 22, 2016 at 10:21 am
CHAR(...) + 65 is far too dependent upon the shift labels A, B, C. If they changed to non-contiguous strings, then this is out the window.
December 22, 2016 at 9:29 am
Replace your last SELECT statement with this little "trick" I learned about 40 years ago (literally) -- loose the CASE entirely --
SELECT SUBSTRING('ABC', ABS(DATEDIFF(DD, @compareDate, @baseDate)) % 3 + 1,...
December 22, 2016 at 9:22 am
Good point re UPPER()
Also, why stop at one CHECKSUM() when you could use two -- one for the local part and one for the domain -- and a bigint. This...
September 24, 2015 at 6:49 am
Jeff,
Whoa, using SQL to do cross-tabs really is "old school" (circa mid-90's or before.) It just wasn't designed for this.
Do yourself a BIG favor and try Analysis Services. The...
December 3, 2008 at 9:20 am
Viewing 7 posts - 1 through 7 (of 7 total)