Description
Do you need to replace some strings in your database using the whole power of your favorite text editor? Maybe you would like to make a copy of an existing table with a different name? Need to change an id for some records? Or maybe you simply need a SQL script to represent a table's content?
SQL Populator is what you need. Unfortunately, Microsoft SQL Server allows only database object scripting and no tables content at all. But often it is exactly vital if you are developing distributive applications that require database installation or going to port a system from Microsoft SQL Server to some other database engine.
SQL Populator is a handy yet powerful tool to script your Microsoft SQL Server tables data into a valid SQL script. Imagine we have table table1 with a single row and two columns (id and value). Ask SQL Populator to generate a script and you will get a script such as: insert Table1 (id,Value) values(1,'String1') GO
With a wizard-like interface you can easily setup script generator for your personal needs to clear tables before inserting data or run script as a single transaction or even generate a .bat file to run your script. SQL Populator allows you to append a generated script to a script created by Microsoft SQL Server facilities and more. Try it now for free, you won't be sorry.
Related:
Copy Tables - Database Scripting - Developers Tools - Editing - Generator Sql Tools - Insert Statement - Script - Script Tables - Scripter - Software Developers - Sql - Tables Content - Tables Records - Valid
User Reviews:
Related:
Habanero Pro v1.1Habanero is an object-relational mapping (ORM) architecture for .Net that maps object-oriented code to relational databases. It persists data to...By: Eric Savage |
Demo |
Oracle Reports Barcode PLL with PL SQL Source 1.2Add barcodes to Oracle Reports with this library. The bar code library is a PLL file that formats data from fields in the report to barcode fonts....By: Brant Anderson |
Demo |
Rapid Query 1.0Rapid Query is a database (administration tool) manager supporting Access, MySQL, PostgreSQL, SQL Server, Oracle databases and ODBC sources. It has...By: Damir Bulic |
Shareware |
ModelRight Community 3Whether you are a beginner or an expert database modeler, ModelRight 3 is your answer when you need a database modeling tool that surpasses the...By: Tim Guinther |
Freeware |
Access Object Navigator 3.0Access Object Navigator 3.0 is a complete user interface for Access database solutions. It is an Access add-on that provides you the Outlook-like...By: Sasa Smiljanec |
Demo |
General SQL Parser 0.2.0General SQL Parser is developed to help people who want to check syntax of SQL statements, pretty print out SQL statements in their own program. It...By: James wang |
Freeware |
TGSqlParserGeneral SQL Parser is developed to help people who want to check syntax of SQL statements, pretty print out SQL statements in their own program. It...By: James wang |
Shareware |
SQLProcess - A Powerful SQL Statement GeneratorThis online article describes the advantages of SQL process. The author quotes this SQL process as a powerful SQL statement generator which helps...By: John Sanborn |
Freeware |
devtools 1.IIDevtools is an ASP based online database component which helps in accessing datas from the internet information server. This tool helps in...By: Nicholas |
Shareware |
Editor a Sql for your panel of controlThe main objective of this article is to help the developers to create, to modify tables, to insert, to search and to cancel in SQL. The author...By: LukeOnWeb |
Freeware |
- How to Transfer SQL Logins between SQL Server 2005 Instances
Articles presents a custom script as well as standard options for moving SQL logins between servers by Tara Kizer. - LINQ to SQL and Entity Framework on top of SQL Azure
How to create a designer for working with LINQ with SQL Azure by Kevin Hoffman. - The SQL Summit: Understanding SQL/XML and Information Retrieval
Portal site with information about databases, SQL/XML, XQuery, modeling, information retrieval, and web and grid data... - Kihlman's SQL (Graphic SQL tutorial)
This program helps you learn SQL, Structured Query Language. You can use the test questions or make your own SQL... - About.com on SQL
Provides original feature articles, links, forum discussions and a chat room. - Z-SQL
A freeware language extension for Transact-SQL. - SQL Books
Descriptions and ordering information on books about SQL for DB2. - SQL Tutorial
SQL tutorial featuring a guide to SQL language concepts and SQL commands. - Rexx/SQL
Interfaces to many SQL Databases. - SQL Developer
A SQL administration and development frontend with a graphical user interface. It is written completely in Java and runs...
