Wrap SQL in Quotes for C-Sharp Tool

WrapSQLInQuotesForCS wraps T-SQL in quotes so you can easily put it in C-Sharp code. When you run the application, it opens notepad. You paste your raw sql into notepad and save it. When you click okay on the dialog popup, it wraps your sql in quotes so that you can easily paste it into your C-Sharp project. Steps to use: 1. Get Latest source for WrapSQLInQuotesForCS at https://github.com/harvey007y/WrapSQLInQuotesForCS 2. Build and... [Read More...]