36 Load a file only if it contains more than 0 records using SSIS

36 Load a file only if it contains more than 0 records using SSIS

Learn SSIS

2 года назад

2,855 Просмотров

Ссылки и html тэги не поддерживаются


Комментарии:

@suvratrai8873
@suvratrai8873 - 19.02.2023 18:22

can't we do that using a rowcount transformation?

Ответить
@MuhammdShakir-gw8bi
@MuhammdShakir-gw8bi - 07.12.2022 07:43

Hi Aqil, I really appreciate your way to teaching/explaining and all your effort, I want to log start and end time of every task in the package, and error description as well if there is an error, can you please help

Ответить
@raja08100
@raja08100 - 19.08.2022 08:27

In file logs table same records inserted in 4 times not insert different file name and record insert
Insert Into fileLogs

select 'D:\files\dollar.CSV',0,Getdate()

Ответить
@ritikdagar5748
@ritikdagar5748 - 21.03.2022 09:36

Suppose I want to load sql table if it contains more than 0 records than how to do it?

Ответить