Search results for query: *

  1. W

    Overwriting a file that is in use.

    Basically all i am doing is exporting some totals from sql server to flat excel file that users will access from IIS. I realize this isn't the best way to do things but its sort of a temporary fix for something that is out of my hands, if I had my way i would be generating the excel file on the...
  2. W

    Overwriting a file that is in use.

    Hi, I have a peice of code that is creating a csv file from information i have stored in sql server. My problem is I need to be able to overwrite this same file with updated information every 2 hours or so, problem is that people could be using this file when i do this and when that happens i...
Back
Top