How to config Excel for SQL queries

How to config Excel for SQL queries


Sorry for the lack of audio, this was intended as a personal reference for myself and my team who were present for the demonstration. I'll create another, better one in the future.



For migration of data from PSFT to SFDC, we need to extract data from SQL Server in a CSV format. Then use Dataloader to import/upsert data to Salesforce.



CSV files are not the best solution, but here is an easy way to get data into Excel so that you can Save As.. a csv file that is ready to go into Dataloader.

If you write SQL in a way that you alias the result set with the same names as the fields in Salesforce, then Auto-Mapping is your friend.

Video Length: 05:51
Uploaded By: Jon Lal
View Count: 51,189

Related Software Products
Excel-to-MSSQL
Excel-to-MSSQL

Published By:
Intelligent Converters

Description:
Excel-to-MSSQL is a program to migrate MS Excel data into MS SQL databases. Each worksheet becomes a table, each row becomes a record and each cell becomes a field. Key features: BR(1) all versions of MS Excel are supported;BR(2) converts individual worksheets;BR(3) merges MS Excel data into an existing MS SQL database;BR(4) converts Comma Separated Values (CSV) files into MS SQL tables;BR(5) stores conversion settings into profile;BR(6) command line support;BR(7) easy-to-use ...

MSSQL-to-Excel
MSSQL-to-Excel

Published By:
Intelligent Converters

Description:
MSSQL-to-Excel is a program to convert MS SQL databases into MS Excel spreadsheet. Key features:BR(1) all MS SQL data types are supportedBR(2) fast conversion engine (20MB MS SQL database - in 1 minute on average P-III system)BR(3) converts individual tablesBR(4) command line supportBR(5) output spreadsheet is compatible with MS Excel 5.0 and higherBR(6) easy-to-use wizard style interface

Excel Tool SQL Query
Excel Tool SQL Query

Published By:
Excel-Tool

Description:
The software is a add-in for Excel that allows you to query using SQL within the Excel application itself. It can run a SQL Query on an Excel Spreadsheet. You may use the SQL statement every day to search the data in ACCESS, and then import the data in ACCESS to EXCEL, handwriting SQL sentences searching is both time-wasting and it's a hard sledding, also it is easy to get wrong, this software can solve the listed problems. It allows you to create SQL queries by clicking and arranging visual ...


Related Videos
Excel to SQL
Excel to SQL

Excel to SQL http://www.sql-excel.com One of the things that I see IT software development people struggle with is SQL to Excel integration. SQL to Excel integration unfortunately has been made unnecessarily cumbersome because of the rather primitive awkward way Microsoft has chosen to implement SQL to Excel communication. That's why I created a way to solve SQL to Excel integration once and for all. It doesn't have to be hard. It doesn't have ...
Video Length: 12:12
Uploaded By: exceltosql
View Count: 254,743

Data Analysis using Excel- Database Queries, Filters and Pivot Tables
Data Analysis using Excel- Database Queries, Filters and Pivot Tables

I have noticed that many people throughout the world have been interested in my training videos on Using Database Queries and Pivot Tables in Microsoft Excel. So this training video, while very helpful for Active Planner customers, is applicable to any Excel user who wants to create database queries and then analyze that data using Filters and Pivot Tables. And as an added bonus, we will go into SQL Management Studio to build and debug our query and I will show you how to create a PIVOT query. ...
Video Length: 54:54
Uploaded By: ActivePlanner
View Count: 148,877

Import Data From Excel Spreadsheet
Import Data From Excel Spreadsheet

One method to import data from an Excel spreadsheet into a new table in a SQL Server database. hr / bClosed Caption:/b hi this is Dave Clark today I'd like to discuss importing data into a sequel server database a common request i get from many clients is to have a way where they can take data from some external source such as another sequel server database or another database that's not a sequel server database and ...
Video Length: 15:16
Uploaded By: SQLDaveClark
View Count: 135,482

How to Export SQL Server Data to Excel
How to Export SQL Server Data to Excel

This video demonstrates how to use the SQL Server Import and Export Wizard to create a package that exports data from a SQL Server database to a Microsoft Excel spreadsheet. hr / bClosed Caption:/b my name is Carlos sobota i write documentation for the microsoft sequel server integration services product in this video I'm going to show you how to use the sequel server import and export wizard to create a package that exports data ...
Video Length: 08:14
Uploaded By: DBATAG
View Count: 115,369

Connecting SQL Tables and data in Excel spreadsheets
Connecting SQL Tables and data in Excel spreadsheets

For more videos on technology, visit http://www.Techytube.com By Jayanth@techytube SQL server is a powerful database platform, this means that it can also be complex to understand and work with. However the major users of the data in the database are still a non-technical business user. A key problem that most business users face when it comes to working with SQL Server is the dependency on an IT professional to query and return the data in a CSV format or Excel sheet. ...
Video Length: 03:08
Uploaded By: techytube
View Count: 112,465

C# Tutorial 29:How to Export Data from Database To Excel File By using C#
C# Tutorial 29:How to Export Data from Database To Excel File By using C#

Export Data from MYSQL table into excel sheet use of c# Export to Excel using .net framework c# - exporting data to excel from my database Export Microsoft Access Data to Microsoft Excel using C# Export dataTable to Excel from C# Solutions to Export Data From Database to Excel in C# Exporting Data to Excel Export DataTable to Excel with Formatting in C# Export excel to database through c# How to export Sql Server Data to Excel File in C# Searches ...
Video Length: 13:12
Uploaded By: ProgrammingKnowledge
View Count: 51,148

Creating a table , database and importing data from excel
Creating a table , database and importing data from excel

This video show how to create a database , a table , relationships and a database diagram using sql server management studio. Its also shows how to query data from the table and also how to add or edit data within a table that already been created. The video then moves on to show how you can import data from an excel sheet directly into tables within SQL Server using the import data wizard. http://msdn.microsoft.com/en-us/libra... http://technet.microsoft.com/en-us/li...
Video Length: 07:04
Uploaded By: Jayanth Kurup
View Count: 44,276

Beyond Excel: Parameterized Query
Beyond Excel: Parameterized Query

Create a Parameterized Query in Excel without Add-ins, Macros, or Formulas hr / bClosed Caption:/b yeah and giving users the ability to extract zip data into excel doesn't have to involve add-ins vba or even formulas in this post will learn how using a parameterised weird for purposes of illustration we'll use an Excel workbook as a data source it contains a named range with data downloaded from the USbr ...
Video Length: 03:28
Uploaded By: Craig Hatmaker
View Count: 43,936

SSIS: Exporting SQL Server Data to Excel
SSIS: Exporting SQL Server Data to Excel

This video demonstrates how to use the SQL Server Import and Export Wizard to create a package that exports data from a SQL Server database to a Microsoft Excel spreadsheet. Read the video transcript: http://msdn.microsoft.com/en-us/libra... hr / bClosed Caption:/b my name is Carlo sobota i write documentation for the microsoft sequel server integration services product in this video I'm going to show you how to use the sequel server ...
Video Length: 08:02
Uploaded By: sqlserver
View Count: 42,377

ODBC Connections - First Basic Query with Excel
ODBC Connections - First Basic Query with Excel

In this session, Peter discusses the basics of creating queries in Excel using the PBS Accounts Payable Vendor file. Now don't be fooled, though it's a basic query, he goes into quite a bit of detail on what's going on "behind the curtain". It really sets the table to help you understand how the whole ODBC link works whether you're attaching to a SQL database, or one with an ODBC driver. hr / bClosed Caption:/b now as a first example and I'm you can see here on my ...
Video Length: 12:53
Uploaded By: Passport Software, Inc.
View Count: 40,380

Copyright © 2025, Ivertech. All rights reserved.