Daily Activity Tracking
Daily Activity Tracking
9-20am login
9:30am -12am m_cps020_Initialize_Staged_Aggregate: documentation done
12am-12:36pm m_cps040_Update_LTD done
12.36pm-1:30pm m_CPS060_UPDATE_MFG done
2.30pm-3.30 m_cps080_Update_KMCINVENTADJCNT done
3.30pm-4 m_CPS100_UPDATE_WHSLE done
4pm-7.00pm prod job monitoring done
time/date 7/19/2023
How to Redirect Rows From
Flat File Source in SSIS
12pm Package
Part 11-Create Fixed Width
Text File with DateTime
from SQL
12.Create Pipe Delimted file
with Date Time from SQL
Server Table in SSIS
Package
Part 13-Create Comma
Delimited File with DateTime
from SQL Table in SSIS
Package
Part 14-Create Tab
Delimited File with Date
Time From SQL Server Table
in SSIS Package
Part 15-How to use Raw File
Destination in SSIS Package
As you've seen fast parse does not support strings. It only supports integers, date and time and then with caveats
The first thing I would do is ensure that you're using the smallest data
types you can in your flow definition (WSTR rather than NTEXT for
example if you're strings < 4000 characters).
finished
finished
finished
known
known
known
tgt1
file2 join tgt6 fresh load
rtable1: master.dbo.C_customers
CustomerCode CustomerName CustomerAmount Tdate
1002 RAJU 300 2/2/2012
rtable2:rtable:master.dbo.C_FullName
CustomerCode FullName Cid
1002 Raju Nayak 88002
C_Location
LocationId Location
1 BANG
2 CHENN
3 MUMB
7 VIJJ
8 DELHI
9 BHOPAL