About 399 results
Open links in new tab
  1. importing data using import export wizard in ssms

    Dec 21, 2010 · I am trying to import around 400 tables from another sql server instance and both the Databases have the same schema.

  2. oracle oldeb provider not visible in import/export wizard.

    Sep 20, 2019 · I'm trying to export and import data between sql server and Oracle. However in the import/export wizard, i do not see Oracle Oledb provider listed, ive oracle client already installed.

  3. Issues with Import/Export Wizard - social.msdn.microsoft.com

    Nov 15, 2007 · I am currently having some issues with using the Import/Export Wizard to import (copy) data into SQL Server. Then, I need to import tables (data) from an Access Database.

  4. How to truncate table data during using SQL Server import and …

    Aug 9, 2011 · According to our requirement, we need to only migrate data from DB2 400 to SQL Server 2008. And we also need to delete all target tables data before copy the source data to …

  5. External table is not in the expected format

    May 20, 2013 · I am trying to import the data from excel to my server table when I do this from the import export wizard directly it works fine.

  6. Import Data from Excel File To SQL Server

    May 19, 2010 · I am trying to Import data (Some columns from Excel file) to sql server table, below are the code i am using.

  7. SQL Server 2008 : Not enough storage is available to process this …

    Apr 15, 2015 · Use Export import wizard (type dtswizard.exe in run and load data from source to destination) I think even if you do backup and restore this might not work. Hope this helps

  8. How to export/import SQL Server configuration settings from DEV …

    May 29, 2014 · I need to be able to actually EXPORT and IMPORT the same settings from one server to the other server when I install SQL on new server. Checking settings using …

  9. How to read binary data using execute sql task

    Jun 27, 2011 · Can you guide me to sample for SSIS Import/Export column transformation? Thanks. Once you have the binary data in a table, you can read it into a varbinary (max) …

  10. how do i export just ddl for a sql server database

    Jun 6, 2012 · how do i export just ddl for a sql server database? I do not want to export the data. Wednesday, May 30, 2012 8:20 PM