SQL statements in seperate file

Posted by tony on Stack Overflow See other posts from Stack Overflow or by tony
Published on 2010-05-25T14:54:27Z Indexed on 2010/05/25 15:01 UTC
Read the original article Hit count: 233

Filed under:
|

Hello,

I'm working on .net project and writing an application that interacts with database. I currently have some SQL statements in the code and I want to put these statements in separate file with solution. So, later when the application gets deployed, and if I want to update SQL statements, I could just update the statements in the file and just replace the file instead of redeploying the whole solution.

Thank you for your help.

© Stack Overflow or respective owner

Related posts about .NET

Related posts about sql