SQL Excel
Begin your SQL journey with the resources below.
Insert Multiple Rows into SQL table Using Excel as a Template
I hope you followed the previous tutorial where we checked Created some brand new database tables using Excel as a template. Let's populate these tables with meaningful data. Okay, it might not be the most meaningful dataset since I just made this data up using...
SQL Statement Samples for Tutorials
Use the Excel Templates below to follow along with the Excel2SQL Tutorials. Feel free to download and modify these smooth templates to Create your own SQL Scripts. [embeddoc...
Create Tables
We will create some brand new tables in SQL Management Studio using Excel as a template in this tutorial. The sample data is a fictitious list of Experts and their areas of specialty. Below is a quick Description of our tables and a short sampling of each. This...
Updating Table Data, Excel VS SQL
Change is part of life and our data is extremely susceptible to these changes. Can Microsoft Excel Keep up with all of the changes to your data? Maybe it's time to use SQL to update your data. Let’s discuss updating data in an effective way. Up until now, many of the...
Getting Started with SQL Databases (an Excel User’s Perspective)
Most of my readers are heavy Excel users. Today we will transition our strong Excel foundation into learning another complementary tool, SQL Databases. Here are a few components that are fundamental to Databases and SQL. Tables - Other concepts could come first,...
Excel Pros should learn SQL to pull their own data.
Let's discuss why Excel Users should learn SQL to pull their own data. First, we will answer the basic question, What is SQL? SQL stands for Structured Query language. It is used to manage structured information in database tables. Structured data is formatted for...
3 Ways To Export an SQL Query to an Excel File using SQL Management server
Learn three ways to output your SQL queries to and Excel file