Questions tagged [export]

175 questions
0
votes
1 answer

Transfering database from SQL Server

My old hard disk have a problem that I can't use it now and my database is currently still on it. How can I copy my database by connecting my old hard to my new laptop ? Like excel that have a file for each database .
Arash
0
votes
2 answers

Microsoft SQL alternative for Oracle's Imp and Exp command

Possible Duplicate: Microsoft SQL alternative for Oracle's Imp and Exp command I'm looking a command line tool or SQL command to export/import a table or complete database. Much like the imp and exp commands of Oracle databases. Any suggestions?
ferdyh
  • 183
  • 10
0
votes
1 answer

Migrate openldap users and groups

I have an OpenLDAP server running on one of my ubuntu 8.10 servers. I used command-line only for OpenLdap installation and some basic configurations, everything else I'll configure with the Webmin gui tool. I'm trying to migrate to ubuntu 10.04 and…
user53864
  • 1,653
  • 8
  • 36
  • 66
0
votes
1 answer

nfs mount of mounted filesystem

I have a volume exported: /dev/disk5s2 on /Volumes/encrypted (hfs, NFS exported, local, nodev, nosuid, journaled) The entry in the /etc/export is: /Volumes/encrypted/paperwork -ro -fspath=/Volumes/encrypted That volume is mounted…
0
votes
1 answer

Capturing text from windows applications

I had an application a while back that would allow me to dump text from any application on screen to a text file. Unfortunately, I used it so rarely that I don't remember what the name of it was. I found a similar application here:…
bshacklett
  • 1,378
  • 4
  • 19
  • 37
0
votes
1 answer

How to export MS SQL database with extended properties?

I'm trying to move a MS SQL database from one provider to another, but attributes such as auto_increment for primary keys aren't copying over. I have MS SQL Server Management Studio 2008 installed, but I don't see any options to copy this…
LinuxGnut
  • 217
  • 3
  • 9
0
votes
2 answers

How do I export table "practices" from db1 into db2? How do I do all tables from db1 into db2? Mysql

How do I export table "practices" from db1 into db2? How do I do all tables from db1 into db2? With Mysql, fill in the blank. What do I type at the prompt: Mysql>
Detritus Maximus
  • 336
  • 2
  • 4
  • 14
0
votes
2 answers

Migration From SQL Server 2008 Express to SQL Server Web

I have SQL Server Management Studio (for SQL Server Express R2) on my pc, and I'd like to export a few databases for use by a website that's running on a server with SQL Server Web. However, when I right click one of the databases in management…
user55974
0
votes
1 answer

How do I export my web-host's (VPS) filesystem to an image to load locally in a VM?

I'm a dev new to sysadmin, armed with root access to a linux box. I want to practice a bit on the configuration in a local virtual machine. What setup would I need to do this? My current idea is: Export server file system as an image Transfer image…
montooner
  • 411
  • 1
  • 3
  • 12
0
votes
1 answer

Export SMF posts into Drupal forum

I am currently working on a Drupal 6 site and would love it if there's a way I could import everything over from an already existing SMF site. By everything I actually mean : users and their passwords their postings the forum structure (i.e sub…
errorprone
0
votes
1 answer

Exporting data from Lotus Notes databases

I'm looking for a tool, hopefully low cost or free, to help me export Lotus Notes databases (not Lotus Notes mail files!) to any kind of format. CSV/Excel etc.. I also need to be able to extract attachments in the database. They're all Word…
Jak
  • 3
  • 1
  • 2
0
votes
1 answer

Why does writing to a workbook of a few MB with Python's openpyxl module eat Gigabytes of RAM?

I found an old code on a legacy server that writes from a dataset of roughly 20 columns and >60K rows item by item to an Excel file using openpyxl. It does this by filling each cell on its own (the slow way, but not that slow either since the whole…
0
votes
0 answers

Export and import ldap user smbantpassword did not work

i have a problem with ldap, so we use the synololgy nas ldap server for some reason for auhtentication with filemaker. The user i am syncing from a debian server with openldap 2.4 with the lsc tool. But i could not logon to filmaker with error…
0
votes
0 answers

How can I migrate custom post type posts based on taxonomy from 1 Wordpress site to another?

I have an old stand alone site with several custom post types. I would like to select posts from those custom post types to export based on a custom taxonomy - then import them into a multisite installation. In other words I don't want to migrate…
Jack Walker
  • 1
  • 1
  • 1
0
votes
1 answer

export new env params without outputting to terminal

I'm trying to run a script and bash export is outputting text when I don't want it to because it's breaking up the output. I need to run a script which extracts some information and then inserts it into the next commands environment, kind of like…
1 2 3
11
12