Click here to Skip to main content
15,897,371 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hello

I have created code for creating a .csv file in sql server stored procedure.

Now the file is written in my d drive.

Now the file is coming correctly till 10 may 2012 and after that the .csv is not coming in my d drive.

can some one suggest me the reason and solution for this.
Posted
Comments
Vani Kulkarni 19-Jun-12 3:01am    
Please post your code.
Richard MacCutchan 19-Jun-12 3:44am    
There is a bug in your procedure. You really need to provide much more information before people can guess what may be going on in your code.
Sunny_Kumar_ 19-Jun-12 3:45am    
consider sharing input to the problem while you seek for a solution.
bbirajdar 19-Jun-12 5:36am    
file not coming.. ?? If you are a software developer and somebody comes to you and says "file not coming?" ..will you be able to resolve his issue ?

1 solution

Possible reasons.
- The stored proc did not return any data and because there is no data the file was not written.
- The file was written but somehow it got deleted.
- There was an error when the write was attempted by the proc but the proc was not written to account for that possibility so the reason is lost.
- The proc did not run
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)

  Print Answers RSS
Top Experts
Last 24hrsThis month


CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900