Question : Closed. This question is off-topic. It is not currently accepting answers. Too localized – this could be because […]
Tag: export
MySQL DB import/export command line in Windows
Question : How to export / import a database in MySQL through the command line? MySQL system configuration, WampServer server […]
SQL Server 2012 error when exporting to Excel
Question : Let me start off by saying I know little and less about SQL. I received a .bak file […]
Apply settings to multiple output columns in SSIS flat file source
Question : Is there an easier way to apply property settings to multiple output columns in a SSIS flat file […]
Exporting scheduled jobs in Oracle
Question : This is probably very simple but i already exported all but the scheduled jobs i created to subsequent […]
ERROR 1 (HY000): Can’t create/write to file (Errcode: 13 – Permission denied)
Question : I’ve been struggling for a couple of days with this now and have been trying to use this […]
Using a PostgreSQL tablespace from two different servers
Question : I have a PostgreSQL database living on an external hard disk (RAID0 via Thunderbolt). So far I accessed […]
Mysqldump from production database, every morning
Question : Our Db is about 2GB in size. We run a scheduled job at 3am every morning, when traffic […]
Using Workbench to export. Views no longer work
Question : I’m using Workbench 5.2 from my production DB machine (Ubuntu Linux). I’ve been trying to export. First try.. […]
Run lo_export as client through psycopg2
Question : Python 2.7 psycopg2 When I run: cur.execute(“SELECT lo_export(123456, ‘/tmp/test.jpg’)”) Produces error – need to be superuser to do […]