Posts by catholiveira • 7 points
2 posts
-
-1
votes1
answer399
viewsQ: Import SSIS file with columns at different positions each day
I have the following situation: I make a Flat File (Simple File) import from a *.CSV file to a table in the database. Using SSIS in Visual Studio. However, each day the file I receive has the order…
-
0
votes1
answer100
viewsQ: Subtraction between two fields of the same value does not give zero-SQL Server
Someone could explain to me: I made a Join between two tables. Both bring the same value in their fields. And when subtracting one value minus the other, it does not give zero. As this is possible?…