Quantcast
Channel: SQLServerCentral » SQL Server 2014 » Development - SQL Server 2014 » Latest topics
Viewing all articles
Browse latest Browse all 3145

Append SQL Table with SSIS Package

$
0
0
Dear ExpertI have created table having transaction of Jan-2015, and every day i am getting report from SAP (in excel format to may outlook email id) for till date transaction (i.e. from 01-01-2015 to till date) recorded in Jan month.,i uploade this exel file in SQL server thru SSIS package ( i delete entire table data and uploade as fresh table)and all this working fine as per my expectation and result,but i will have problem when i will be Feb-2015, explaining from next month i will get Excel report from SAP only for Feb-15 month not from 01st jan to till Feb-15 and if still i use above method then systerm delete entire Jan-15 data and uploade only Feb-15 Data, now what i want,when i uploade data systerm should replace only data for Feb-month not for earlier month.i have seperate column in my table/excel for Month and Year, where Year having "2015" and month having 1,2,3 ect.i hope i explain well, please help for SQL query which replace data for only current month

Viewing all articles
Browse latest Browse all 3145

Trending Articles