Click here to Skip to main content
15,904,153 members

Comments by Zerotimedev (Top 14 by date)

Zerotimedev 2-Oct-14 23:28pm View    
cheers ill stick with the console app thanks
Zerotimedev 2-Oct-14 21:30pm View    
i was trying to work out ways to make deployment easier basically, i dont think hosted servers will really allow for a batch file or windows service to run on their end. Any other ideas?
Zerotimedev 2-Oct-14 21:30pm View    
i was trying to work out ways to make deployment easier basically, i dont think hosted servers will really allow for a batch file or windows service to run on their end. Any other ideas?
Zerotimedev 2-Oct-14 21:07pm View    
so i should just not use these packages like hangfire etc... and run as a sceduled console app or even a windows service instead?

thats what i was originally thinking but thought i might investigate these other solutions.
Zerotimedev 18-Sep-13 2:02am View    
You could create a LoanResults table, then run a query to insert the results of your query into that table.

Im still not 100% sure if its what you are after, but I still think if you wish to keep the data then you need somewhere to store it and if you are happy using tables and SQL then you can just store it in a table. Then you can either run queries from those tables and report from that.

Hope it helps...