Thanks for the reply.
I already asked the users but since they sometimes run reports using old fiscal year even when the new fiscal year starts.
So that's not an option.
User Profile
Collapse
-
How to read from a text file in SQL query ?
I am creating a SSIS package which reads from a table & outputs a text file. In the SQL that is being used I have a WHERE condition:
Instead of hard coding the year '2012', I would like to pass the year from a text file? That way the user can just change the text file's year when the fiscal year changes.Code:SELECT COLUMN_NAME FROM TABLE_99 WHERE FISCAL_YR = '2012'.
How do I pass the year as a parameter into the SQL...
No activity results to display
Show More
Leave a comment: