The data export and scripting utility for Microsoft SQL.
The source for your scripts could be a table, a view or your own SQL..
Action Type and Key Fields
The data can be scripted in several ways.
Just insert the records
Insert only new records
Insert new records, update existing records
Update only existing records
Insert all records, but delete first if records exists
Delete existing only records
Learn something about OSQL Commands then run a SQL Script
new:
* New module: Text/CSV to SQL
* Template support for Text/CSV Exporter
* Command line support
* Quick Text/CSV Exporter: More settings
* Text/CSV Export: More formatting options
* Database Connection Favorites: Include (encrypted) Password
* User interface enhancements: Quick filter for DropDown controls
* Minor fixes