export

Export table data from one SQL Server to another

泄露秘密 提交于 2020-01-27 03:21:48
问题 I have two SQL Servers (both 2005 version). I want to migrate several tables from one to another. I have tried: On source server I have right clicked on the database, selected Tasks/Generate scripts . The problem is that under Table/View options there is no Script data option. Then I used Script Table As/Create script to generate SQL files in order to create the tables on my destination server. But I still need all the data. Then I tried using: SELECT * INTO [destination server].[destination

Magento export categories -> import with magmi

筅森魡賤 提交于 2020-01-25 02:48:08
问题 we need to change the categories of some products and it is easier for us to do this with a csv file. Is there a way to export the categories in magmi format? sku,categories "abc","cat1/cat2;;cat5/cat6/cat1" "bgb","cat1/cat2" or is there maybe a small tool to manage the products in categories? Edit: this is the current code which is displaying the category names. But I am trying to display the category path like this: FirstCat/Tools/Screwdriver But it is displaying like this: FirstCat

PDF Export issue in Reporting Services

ぃ、小莉子 提交于 2020-01-24 23:30:06
问题 I have come across an error when exporting a report to PDF in Reporting Services 2008. The error message is; Object reference not set to an instance of an object. Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code. Exception Details: System.Exception: Object reference not set to an instance of an object. Source Error: An unhandled exception was

How to center a plot in window using ggplot2? (regardless of length of axis titles, legend, etc.)

时光怂恿深爱的人放手 提交于 2020-01-24 20:33:25
问题 [disambiguation: please note, I am not asking how to center the title, for which there are multiple answers already posted] I am creating bar charts, using ggplot2 and one thing I have not been able to figure out is how to make the plot itself be centered in the window, regardless of length of vertical axis label text (which varies by data set), or the presence (or absence) of a legend to the right of the chart. I would like the square that contains the bar chart to always be in the center of

How to add export functionality to custom button in React highcharts?

亡梦爱人 提交于 2020-01-24 16:37:11
问题 I have this project in which I am trying to implement export highchart functionality from out side of the chart. Is there any way I can achieve that? I am using React highcharts and the download formats are Jpeg and CSV. Thanks in advance 回答1: I found an solution using functional components: First import the modules: import * as Highcharts from 'highcharts'; import HighchartsReact from 'highcharts-react-official'; require('highcharts/modules/exporting')(Highcharts); require('highcharts

How to write multiple tables, dataframes, regression results etc - to one excel file?

浪尽此生 提交于 2020-01-24 12:33:27
问题 I am looking for an easy way to get objects into MS Excel. (I am using the preinstalled "Puromycin"-dataset for the examples) I would like to place the contents of these objects to a single excel file: Puromycin summary(Puromycin$rate) summary(Purymycin$conc) table(Puromycin$state) lm( conc ~ rate , data=Puromycin) By "contents" i mean what is shown in the console when i press enter. I dont know what to call it. I tried to do this: sink("datafilewhichexcelhopefullyunderstands.csv") Puromycin

How to write multiple tables, dataframes, regression results etc - to one excel file?

旧巷老猫 提交于 2020-01-24 12:33:07
问题 I am looking for an easy way to get objects into MS Excel. (I am using the preinstalled "Puromycin"-dataset for the examples) I would like to place the contents of these objects to a single excel file: Puromycin summary(Puromycin$rate) summary(Purymycin$conc) table(Puromycin$state) lm( conc ~ rate , data=Puromycin) By "contents" i mean what is shown in the console when i press enter. I dont know what to call it. I tried to do this: sink("datafilewhichexcelhopefullyunderstands.csv") Puromycin

How to write multiple tables, dataframes, regression results etc - to one excel file?

你。 提交于 2020-01-24 12:33:07
问题 I am looking for an easy way to get objects into MS Excel. (I am using the preinstalled "Puromycin"-dataset for the examples) I would like to place the contents of these objects to a single excel file: Puromycin summary(Puromycin$rate) summary(Purymycin$conc) table(Puromycin$state) lm( conc ~ rate , data=Puromycin) By "contents" i mean what is shown in the console when i press enter. I dont know what to call it. I tried to do this: sink("datafilewhichexcelhopefullyunderstands.csv") Puromycin

Save email message as eml using C# in Lotus Notes

左心房为你撑大大i 提交于 2020-01-23 11:14:46
问题 I need to export (save to) hard drive my Lotus Notes emails. I figured out the way how to save attachments to HDD, but I can't figure out the way of how to save the whole email. The code below shows how I export attachments. Can you suggest how can I modify it to save emails? PS- I am new to programming. using System; using System.Collections.Generic; using System.Linq; using System.Text; using Domino; using System.Collections; namespace ExportLotusAttachments { class Class1 { public void

Export sessions from WinSCP to FileZilla

耗尽温柔 提交于 2020-01-23 10:45:28
问题 I have been using WinSCP for a while and have decided to give FileZilla another go for a while before I make the final decision. Is there a way to export all my saved sessions from WinSCP and import them into FileZilla? 回答1: FileZilla does not support any kind of import from other applications. Writing a script to convert WinSCP INI configuration file to FileZilla XML configuration file should not be that difficult. If it's worth the effort, depends on how many sessions you have. Converting