Hello,
I am starting my learning on SQL Server 2017. I am at my first step. I have created a database name Test and a table named ListOfApps. It contains 4 variables as follow:
ID int (primary key), AppName nvarchar(50), Rating int and Summary nvarchar(50)
I have made a SSIS project to import a text file into the above mentionned data base. Import text file is working properly.
I have added a data conversion from DT_WSTR to DT_WST. Again, it works well. Last step is to use destination OELDB. Again I have no error message. Everything works well. The only problem, when I go back into my table ListOfApps it is empty, even if I make a refresh or even if I disconnect then reconnect.
Does someone could help me with that issue.
Regards,
alepage