Microsoft SQL Server 2008 Management Studio Express (32-bit) is an integrated environment for accessing, configuring, managing, administering, and developing all components of SQL Server. SQL Server 2008 Management Studio Express combines a broad group of graphical tools with a number of rich script editors to provide access to SQL Server to. A 32-bit SQL Server 2005 installer looks for a 32-bit IIS installation. This is because a 32-bit SQL Server 2005 installer requires IIS to run in 32-bit mode. This is not true in an IIS 7.0 scenario because IIS 7.0 can run in different modes or bitness at different levels.
S’applique à :Applies to:
Démarrez l’Assistant Importation et Exportation SQL ServerSQL Server avec l’une des méthodes décrites dans cette rubrique pour exporter et importer des données de n’importe quelle source de données prise en charge.Start the SQL ServerSQL Server Import and Export Wizard in one of the ways that is described in this topic to import data from and export data to any supported data source.
Important
Cette rubrique explique seulement comment démarrer l’Assistant.This topic describes only how to start the wizard.Si ce n’est pas ce que vous recherchez, consultez Tâches et contenus connexes.If you're looking for something else, see Related tasks and content.
Sql Server 2005 Express Edition Management Studio 32 Bit
Vous pouvez démarrer l’Assistant :You can start the wizard:
- À partir du menu Démarrer.From the Start menu.
- À partir du invite de commandes.From the command prompt.
- À partir de SQL Server Management Studio (SSMS).From SQL Server Management Studio (SSMS).
- À partir de Visual Studio avec SQL Server Data Tools (SSDT).From Visual Studio with SQL Server Data Tools (SSDT).
Prérequis - l’Assistant est-il installé sur votre ordinateur ?Prerequisite - Is the wizard installed on your computer?
Si vous souhaitez exécuter l’Assistant, mais que MicrosoftMicrosoftSQL ServerSQL Server n’est pas installé sur votre ordinateur, vous pouvez installer l’Assistant Importation et Exportation SQL ServerSQL Server en installant SSDT (SQL Server Data Tools).If you want to run the wizard, but you don't have MicrosoftMicrosoftSQL ServerSQL Server installed on your computer, you can install the SQL ServerSQL Server Import and Export Wizard by installing SQL Server Data Tools (SSDT).Pour plus d’informations, consultez Télécharger SSDT (SQL Server Data Tools).For more info, see Download SQL Server Data Tools (SSDT).
Notes
Pour utiliser la version 64 bits de l’Assistant Importation et Exportation SQL Server, vous devez installer SQL Server.To use the 64-bit version of the SQL Server Import and Export Wizard, you have to install SQL Server.SQL Server Data Tools (SSDT) et SQL Server Management Studio (SSMS) sont des applications 32 bits qui installent uniquement des fichiers 32 bits, y compris la version 32 bits de l’Assistant.SQL Server Data Tools (SSDT) and SQL Server Management Studio (SSMS) are 32-bit applications and only install 32-bit files, including the 32-bit version of the wizard.
Menu DémarrerStart menu
Démarrage de l’Assistant Importation et Exportation SQL Server à partir du menu DémarrerStart the SQL Server Import and Export Wizard from the Start menu
Dans le menu Démarrer, recherchez et développez Microsoft SQL Server 20xx.On the Start menu, find and expand Microsoft SQL Server 20xx.
Cliquez sur l’une des options suivantes :Click one of the following options.
- Importer-exporter des données SQL Server 20xx (64 bits)SQL Server 20xx Import and Export Data (64-bit)
- Importer-exporter des données SQL Server 20xx (32 bits)SQL Server 20xx Import and Export Data (32-bit)
Exécutez la version 64 bits de l’Assistant, sauf si vous savez que votre source de données a besoin d’un fournisseur de données 32 bits.Run the 64-bit version of the wizard unless you know that your data source requires a 32-bit data provider.
Invite de commandeCommand prompt
Démarrage de l’Assistant Importation et Exportation SQL Server à partir de l’invite de commandesStart the SQL Server Import and Export Wizard from the command prompt
Dans une fenêtre d’invite de commandes, exécutez DTSWizard.exe à partir d’un des emplacements suivants :In a Command Prompt window, run DTSWizard.exe from one of the following locations.
C:Program FilesMicrosoft SQL Server140DTSBinn pour la version 64 bits.C:Program FilesMicrosoft SQL Server140DTSBinn for the 64-bit version.
- 140 = SQL Server 2017.140 = SQL Server 2017.Cette valeur dépend de la version de SQL Server dont vous disposez.This value depends on the version of SQL Server you have.
C:Program Files (x86)Microsoft SQL Server140DTSBinn pour la version 32 bits.C:Program Files (x86)Microsoft SQL Server140DTSBinn for the 32-bit version.
- 140 = SQL Server 2017.140 = SQL Server 2017.Cette valeur dépend de la version de SQL Server dont vous disposez.This value depends on the version of SQL Server you have.
Exécutez la version 64 bits de l’Assistant, sauf si vous savez que votre source de données a besoin d’un fournisseur de données 32 bits.Run the 64-bit version of the wizard unless you know that your data source requires a 32-bit data provider.
SQL Server Management Studio (SSMS)SQL Server Management Studio (SSMS)
Démarrage de l’Assistant Importation et Exportation SQL Server à partir de SQL Server Management Studio (SSMS)Start the SQL Server Import and Export Wizard from SQL Server Management Studio (SSMS)
Dans SQL Server Management StudioSQL Server Management Studio, connectez-vous à une instance du SQL ServerSQL ServerMoteur de base de donnéesDatabase Engine.In SQL Server Management StudioSQL Server Management Studio, connect to an instance of the SQL ServerSQL ServerMoteur de base de donnéesDatabase Engine.
Développez Bases de données.Expand Databases.
Cliquez avec le bouton droit sur le nom d’une base de données.Right-click a database.
Pointez sur Tâches.Point to Tasks.
Cliquez sur l’une des options suivantes :Click one of the following options.
Importer des donnéesImport Data
Exporter les donnéesExport Data
Si vous n’avez pas installé SQL Server, ou que vous avez installé SQL Server mais pas SQL Server Management Studio, consultez Télécharger SQL Server Management Studio (SSMS).If you don't have SQL Server installed, or you have SQL Server but don't have SQL Server Management Studio installed, see Download SQL Server Management Studio (SSMS).
Visual StudioVisual Studio
Démarrage de l’Assistant Importation et Exportation SQL Server à partir de Visual Studio avec SQL Server Data Tools (SSDT)Start the SQL Server Import and Export Wizard from Visual Studio with SQL Server Data Tools (SSDT)
Dans Visual Studio avec SQL Server Data Tools (SSDT)SQL Server Data Tools (SSDT), après avoir ouvert un projet Integration Services, effectuez l’une des opérations suivantes.In Visual Studio with SQL Server Data Tools (SSDT)SQL Server Data Tools (SSDT), with an Integration Services project open, do one of the following things.
Dans le menu Projet , cliquez sur Assistant d’importation et d’exportation SSIS.On the Project menu, click SSIS Import and Export Wizard.
- ou -- or -
Dans l’Explorateur de solutions, cliquez avec le bouton droit sur le dossier Packages SSIS , puis cliquez sur Assistant d’importation et d’exportation SSIS.In Solution Explorer, right-click the SSIS Packages folder, and then click SSIS Import and Export Wizard.
Si vous n’avez pas installé Visual Studio, ou que vous avez installé Visual Studio mais pas SQL Server Data Tools, consultez Télécharger SSDT (SQL Server Data Tools).If you don't have Visual Studio installed, or you have Visual Studio but don't have SQL Server Data Tools installed, see Download SQL Server Data Tools (SSDT).
Se procurer l’AssistantGet the wizard
Si vous souhaitez exécuter l’Assistant, mais que MicrosoftMicrosoftSQL ServerSQL Server n’est pas installé sur votre ordinateur, vous pouvez installer l’Assistant Importation et Exportation SQL ServerSQL Server en installant SSDT (SQL Server Data Tools).If you want to run the wizard, but you don't have MicrosoftMicrosoftSQL ServerSQL Server installed on your computer, you can install the SQL ServerSQL Server Import and Export Wizard by installing SQL Server Data Tools (SSDT).Pour plus d’informations, consultez Télécharger SSDT (SQL Server Data Tools).For more info, see Download SQL Server Data Tools (SSDT).
Obtenir de l’aide pendant l’exécution de l’AssistantGet help while the wizard is running
Conseil
Pour afficher la documentation sur une page ou une boîte de dialogue déterminée de l’Assistant, appuyez sur la touche F1 à partir de cette page.Tap the F1 key from any page or dialog box of the wizard to see documentation for the current page.
Et ensuite ?What's next?
Quand vous démarrez l’Assistant, la première page est Assistant Importation et Exportation SQL Server.When you start the wizard, the first page is Welcome to SQL Server Import and Export Wizard.Vous n’avez aucune action à effectuer dans cette page.You don't have to take any action on this page.Pour plus d’informations, consultez Assistant Importation et Exportation SQL Server.For more info, see Welcome to SQL Server Import and Export Wizard.
Tâches et contenus connexesRelated tasks and content
Voici d’autres tâches élémentaires.Here are some other basic tasks.
Sql Server 32 Bit Download
Consulter un exemple rapide sur le fonctionnement de l’Assistant.See a quick example of how the wizard works.
Si vous préférez afficher des captures d’écran.If you prefer to see screen shots.Regardez cet exemple simple qui tient sur une seule page : Bien démarrer avec cet exemple simple de l’Assistant Importation et Exportation.Look at this simple example on a single page - Get started with this simple example of the Import and Export Wizard.
Si vous préférez regarder une vidéo.If you prefer to watch a video.Regardez cette vidéo de quatre minutes sur YouTube qui décrit l’Assistant et explique à l’aide d’instructions claires et simples comment exporter des données vers Excel : Utilisation de l’Assistant Importation et Exportation SQL Server pour exporter vers Excel.Watch this four-minute video from YouTube that demonstrates the wizard and explains clearly and simply how to export data to Excel - Using the SQL Server Import and Export Wizard to Export to Excel.
Approfondir ses connaissances sur le fonctionnement de l’Assistant.Learn more about how the wizard works.
Découvrez-en plus sur l’Assistant.Learn more about the wizard.Si vous recherchez une vue d’ensemble de l’Assistant, consultez Importer et exporter des données avec l’Assistant Importation et Exportation SQL Server.If you're looking for an overview of the wizard, see Import and Export Data with the SQL Server Import and Export Wizard.
Découvrez-en plus sur les étapes de l’Assistant.Learn about the steps in the wizard.Si vous avez besoin d’informations sur les étapes de l’Assistant, consultez Étapes de l’Assistant Importation et Exportation SQL Server.If you're looking for info about the steps in the wizard, see Steps in the SQL Server Import and Export Wizard.Il existe aussi une page de documentation propre à chaque page de l’Assistant.There's also a separate page of documentation for each page of the wizard.
Découvrez comment se connecter à des sources et des destinations de données.Learn how to connect to data sources and destinations.Si vous avez besoin d’informations sur la façon de vous connecter à vos données, sélectionnez la page qui vous intéresse à partir de la liste ici : Se connecter à des sources de données avec l’Assistant Importation et Exportation SQL Server.If you're looking for info about how to connect to your data, select the page you want from the list here - Connect to data sources with the SQL Server Import and Export Wizard.Il existe une page de documentation propre à chacune des différentes sources de données couramment utilisées.There's a separate page of documentation for each of several commonly used data sources.