Feed
Google+
Contact
XING
LinkedIn
Twitter
ICQ
meebo.com

Cool tool - SQL Dumper

by Roland Schumacher alias GENiALi 19. März 2009 -- 182 words  -- 1 mal gelesen

Who doesn't know that. To create table a in a current project new and development during fills it with data. They are also a good idea and could be applied in the live system.

But how get it without great struggling in the live system?

We circulated a Transact SQL where you could specify the table until recently. Then still a Transact SQL generated one where you have the WHERE clause had to adjust. Then we had a lot insert's not worked for some column names but. This was only...

Then, looking for a tool, I found the SQL Dumper Ruizata project.

Absolutely awesome. It specifies the server, the database, and then selects what you want to export.

SQL Dumper Dialog

Generated in the following form is a (examples are from the website of the project).

INSERT INTO dbo.TABLE VALUES (98, 'Pedro Rubina')
INSERT INTO dbo.TABLE VALUES ('John Riley' 96)
INSERT INTO dbo.TABLE VALUES (27, 'Sandra Moutinho')

Or:

SET IDENTITY_INSERT dbo.TABLE ON

INSERT INTO dbo.TABLE(code,_name) VALUES (98, 'Pedro Rubina')
INSERT INTO dbo.TABLE(code,_name) VALUES ('John Riley' 96)
INSERT INTO dbo.TABLE(code,_name) VALUES (27, 'Sandra Moutinho')

SET IDENTITY_INSERT dbo.TABLE OFF

Oh yeah. The tool doesn't cost. :-)

Tags:

Kommentare sind geschlossen

Statistik

Gesamte Posts: 1025
Dieses Jahr: 7
Diesen Monat: 1
Diese Woche: 0
Kommentare: 929
Total Bewertungen: 91
Ø Bewertung: 4,42
Meisten Kommentare
Google+ ... (28)
Beste Ø Bewertung
Tastaturlayout von Visual Stud ... (5)
Meiste Bewertungen
Windows 7 und die ersten Erfah ... (5)

Buttons

Stop Spam Harvesters, Join Project Honey Pot Benutzerprofil von GENiALi connection speed test network connection Bloggeramt.de Slug.ch Blog Verzeichnis und Blog Webkatalog Schumacher Roland Seitwert Valid XHTML 1.0 Transitional

writing