Hello All,
some how we get data from different sources to Database table,
in our SSIS package, it needs to be write all table data to a .csv file, then it clears the table(by using execute sql task)
now the problem here is, when there is no rows in table then it is creating 0 rows .csv file, how to check if there is atleast 1 row in table then create csv file ,otherwise (if zero rows) it shouldn't
could some one help me in reragds to this solution
can any one tell me is Row count helpful to me (if yes can u please direct me..)
, or any other solution
please i am really stucked here
Thanks in advance
asini
some how we get data from different sources to Database table,
in our SSIS package, it needs to be write all table data to a .csv file, then it clears the table(by using execute sql task)
now the problem here is, when there is no rows in table then it is creating 0 rows .csv file, how to check if there is atleast 1 row in table then create csv file ,otherwise (if zero rows) it shouldn't
could some one help me in reragds to this solution
can any one tell me is Row count helpful to me (if yes can u please direct me..)
, or any other solution
please i am really stucked here
Thanks in advance
asini