Click here to Skip to main content
15,885,954 members
Articles / Programming Languages / SQL

SQL Editor for Database Developers

Rate me:
Please Sign up or sign in to vote.
4.55/5 (65 votes)
10 Mar 2010GPL317 min read 250.5K   9K   236  
SQL editor with syntax parser, direct editing, code execution, database backup, table comparison, script generation, time measurement
attrib -h *.suo
del *.suo
del *.user
del *.ncb
del *.aps
del *.old

del Assembly\*.htm
del Assembly\*.obj
del Assembly\*.pdb
del Assembly\*.pch
del Assembly\*.res
del Assembly\*.idb
del Assembly\*.ilk

del Release\*.pdb

rmdir obj /S /Q

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The GNU General Public License (GPLv3)


Written By
Software Developer (Senior) ElmüSoft
Chile Chile
Software Engineer since 40 years.

Comments and Discussions