Follow Jennifer
Last Update: Sep 04, 2024
Step-by-step guide by Jennifer McCown on creating a basic data load package in SQL Server Integration Services. SSIS is used to extract data from sources such as SQL Server databases, flat files, Excel files, Oracle and DB2 databases, perform data manipulation and transformation, and deliver it to one or more data destinations.
Jennifer McCown covers the basics of indexing in SQL Server, one of the most effective and essential elements to an efficient database system.
Last Update: Sep 04, 2024
In this installment of this SQL Server Reporting Services series, Jennifer McCown covers creating, formatting, and exporting SSRS reports.
Last Update: Sep 04, 2024
An introduction to SQL Server Reporting Services (SSRS) by Jennifer McCown. With SSRS, an enterprise-level reporting solution, you can create, schedule, publish and manage a multitude of reports using a variety of data sources.
Last Update: Sep 04, 2024
Jennifer McCown provides an introduction to SQL Server Integration Services (SSIS), with an emphasis on the SSIS development environment. SSIS is Microsoft’s full feature extract-transform-load (ETL) tool in SQL Server 2005, 2008, and R2.
Last Update: Sep 04, 2024
SQL Server Profiler is a flexible profiling tool that comes with SQL Server. In this article, Jennifer McCown introduces the tool and details how to begin tracing database activity in your environment.
Last Update: Mar 11, 2024
Your database is made of data; data is defined by data types. Data types are so fundamental yet they’re often overlooked. In this article, Jennifer McCown answers a few of the most common questions on VARCHAR, CHAR and choosing string data types for your database.