SQL Server

hero approved survey

SQL Server Reporting Services: An Introduction

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: Apr 10, 2024

About SQL Server

SQL Server, developed by Microsoft, stands as one of the industry's leading relational database management systems (RDBMS). Introduced in the late 1980s in partnership with Sybase, SQL Server has undergone significant transformations to become an integral solution for various businesses worldwide. With a primary function to store, retrieve, and manage large volumes of data, SQL Server integrates seamlessly with numerous applications, making it a prime choice for different enterprise requirements. Its features encompass advanced analytics, business intelligence, data warehousing, and robust transaction processing, ensuring data integrity and security.

LATEST

Business people working on a laptop in a meeting

Install and Use SQL Server Report Builder

In this article, Michael Otey shows you how to use SQL Server Report Builder. SQL Server Report Builder and Reporting Services Microsoft SQL Server Reporting Services (SSRS) enables you to create, deploy, and manage printed, web, email, and mobile reports using data from SQL Server databases and Analysis Services (SSAS) as well as other relational…

View Article
Business people working on a laptop in a meeting

What Is SQL Server?: Understanding SQL Server and its Different Editions

Last Update: Mar 12, 2024

SQL Server is a relational database management system (RDBM) developed by Microsoft that competes with Oracle, IBM DB2, MySQL, PostgreSQL, and other RDBMs. In this article, I’ll explain in detail what SQL Server is and go through its release history over the past three decades. I’ll also detail what are the different SQL Server versions…

View Article
Datacenter networking servers

SQL Server Essentials: What Is a Relational Database?

SQL Server is a relational database. But what is a relational database exactly? Mike Otey, our resident SQL Server expert, explains in this article. What is a relational database? A relational database is a type of data storage mechanism that organizes data into tables where each table consists of rows and columns. It is typically…

View Article
Cloud Computing

String Data Types in SQL Server: VARCHAR vs. CHAR

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.

View Article
Datacenter networking servers

SQL Server Essentials: Create a SQL Database

Last Update: Dec 20, 2023

Databases are the primary containers for your SQL Server relational database objects. Some of the main relational database objects that are contained in SQL Server databases include: tables, schema, indexes, views, logins, security and roles. You can create a SQL database plus there are a number of built-in SQL system databases including the master, model, msdb and tempdb databases. Technically, SQL Server supports a…

View Article
Azure Cloud Hero

Getting Started with Microsoft SQL Server

Last Update: Nov 08, 2023

Michael Simmons serves up five simple steps for getting started with SQL Server as an IT administrator in his new article series.

View Article
Datacenter networking servers

SQL Server – How to Add a Table Using SQL CREATE TABLE

Once you have created a user database, you can begin to create tables using the SQL CREATE TABLE statement. Databases typically have many different tables. If you haven’t yet created your first database in SQL Server, check out this article on Petri about how to create a SQL database using the SQL CREATE DATABASE statement. Tables are structures…

View Article
Security

SQL Server Essentials: Modifying Table Data With SQL Insert, SQL Update, SQL Delete and Truncate

Last Update: Nov 02, 2023

Tables are one of the core components of every relational database system and SQL Server is no different. Tables store the data that the relational database engine uses for queries, reports, and other operations. In this article, I’ll show you how to modify data from a SQL Server table using T-SQL INSERT, T-SQL UPDATE, T-SQL…

View Article
Network Security

New Features in SQL Server 2022

Last Update: Nov 02, 2023

SQL Server is Microsoft’s premier enterprise database platform. But in today’s world of rapid-fire releases and continuous updates, the new SQL Server 2022 release seems like it has been a long time in coming. But it includes some great new features. SQL Server 2019 was the last major release of SQL Server. With every release,…

View Article
Go to page