Viewing 15 posts - 1,441 through 1,455 (of 26,490 total)
June 19, 2018 at 12:52 pm
If all you want are the data columns where data is different between two rows of data, which could mean different columns for different sets within the entire set, you...
June 19, 2018 at 12:07 pm
Well, with nothing to test it against myself, I guess I will have to believe what you say. Logically, however, I would disagree. The first two CTEs should pull the...
June 19, 2018 at 12:03 pm
I am making an assumption that "dbo"."SYN_STG_ODS_SAP_FI_GL4_DELTA_KEY" is a synonym for [ODS_SAP_FI_GL4_DELTA_KEY] shown...
June 19, 2018 at 11:23 am
Just out of curiosity does the following work?
DECLARE @Date1 DATE = '2018-06-04'
, @Date2 DATE = '2018-06-01';
WITH DateCriteria1 AS (
SELECT
[emp1].[RRD]
...
June 19, 2018 at 10:24 am
Duplicate post. Please post any responses here: https://www.sqlservercentral.com/Forums/1969401/Alternative-for-Checkpoint-in-SSIS
June 16, 2018 at 4:16 pm
June 15, 2018 at 11:30 am
June 15, 2018 at 10:37 am
June 15, 2018 at 9:34 am
June 15, 2018 at 8:40 am
June 15, 2018 at 8:34 am
June 15, 2018 at 7:53 am
June 14, 2018 at 5:03 pm
Viewing 15 posts - 1,441 through 1,455 (of 26,490 total)