Viewing 15 posts - 586 through 600 (of 4,820 total)
Not easily... first order of business is good old divide and conquer. Since you have a UNION ALL, eliminate the 2nd half of it temporarily and see if that makes...
September 18, 2018 at 6:32 am
Have you tried adding the INCLUDE_NULL_VALUES option ?
September 18, 2018 at 6:21 am
September 17, 2018 at 1:30 pm
September 17, 2018 at 1:16 pm
September 17, 2018 at 1:09 pm
September 17, 2018 at 1:03 pm
September 17, 2018 at 1:01 pm
Need a lot more information. Be very specific as to the exact steps that you followed. Also, is there any chance that the spreadsheets have "problem data" in them? ...
September 17, 2018 at 11:46 am
I have this View:
Create View xyz As
Select Value,
MAX(Case When Other = 'Color' Then Description...
September 17, 2018 at 11:17 am
Are any of those columns having NULL values?
September 17, 2018 at 7:42 am
September 14, 2018 at 10:53 am
First thing I would try is to use "Don't save sensitive", and then configure all your SSIS packages to get their connection strings exclusively from a package configuration database. That's...
September 14, 2018 at 10:38 am
This is NOT going to be easy.... First we'd need to know what your dataset looks like. Because there will always only be two periods, you may actually want to...
September 14, 2018 at 9:06 am
CREATE TABLE #mytable
(
...
September 14, 2018 at 8:49 am
Viewing 15 posts - 586 through 600 (of 4,820 total)