Top "Dump" questions

Recording the contents of memory after application or operating system failure, or by operator request, in a core dump for use in subsequent problem analysis.

psql invalid command \N while restore sql

I'm trying to restore my dump file, but it caused an error: psql:psit.sql:27485: invalid command \N Is there …

sql postgresql dump
How to convert a string to UTF8 in Ruby

I'm writing a crawler which uses Hpricot. It downloads a list of strings from some webpage, then I try to …

ruby file encoding utf-8 dump
Export dump file from MySql

I want to create a dump file of a table in the database. So database --> king, tablename --&…

mysql dump workbench
Dump File MySQL 5.6.10

I was trying to create a dump file from my MySQL database, but when I try it always gives me …

mysql mysqldump dump
dump jquery object in an alert box

I am not quite adept in maneuvering jQuery, and it came to a point that I need to debug a …

javascript jquery object alert dump
Dumping a java object's properties

Is there a library that will recursively dump/print an objects properties? I'm looking for something similar to the console.…

java reflection properties dump tostring
Best (easiest) way to make a SQL Server dump and import that dump in another SQL Server

I would like to achieve a database export (dump) in SQL Server from one server and import that dump in …

sql-server import export dump
create dump file from database in mysql

following is the that I create dump from mysql database. mysqldump -u root tempbkk > ttt.dump but I want …

mysql dump
How to use the dumped data by mongodump?

I have used mongodump to dump my database of mongodb, it created some bson files under dump/mydb But I …

mongodb dump mongorestore mongodump
How to dump data stored in objective-c object (NSArray or NSDictionary)

Forgive me for a potentially silly question here, but in other programming languages (scripting ones like PHP or Perl) it …

iphone objective-c gdb dump