GitHub Copilot to Create Indexes and Tune Queries in SQL Server
Use cases for Copilot to create SQL Server indexes, tune queries, compare queries to determine which will perform better, and more.
Use cases for Copilot to create SQL Server indexes, tune queries, compare queries to determine which will perform better, and more.
In this second article, we look at using Copilot to auto generate code for SQL Server functions and stored procedures.
Learn about GitHub Copilot for Azure Data Studio to see if it is an AI-enabled tool that can boost our database development productivity.
Learn how to control referential integrity from parent table for tables that reside in different SQL Server databases on the same server.
Learn a way to build referential integrity for tables that reside in different SQL Server databases on the same server.
In this article, learn about Puppet a tool to help schedule and automate tasks in your systems environment.
Learn about a scheduling tool called Jenkins that can be used to automate the execution of PowerShell scripts and other DevOps tasks.
Learn how to schedule and automate your PowerShell scripts using either SQL Server Agent or Windows Task Scheduler.
In this article, we look at how to use PowerShell scripts to query all of your SQL Server instances to build your own central monitoring solution.
Learn using these PowerShell scripts in SQL Server to get instance details, create backups, manage SQL Server jobs, start an instance and more.
In this article we look at how to use PowerShell pipelines to pass output from one command to another PowerShell command along with several examples.
In this article we learn about the basics of PowerShell cmdlets, what they are, how to use them and what is available specifically for SQL Server.
In this article we look at how to get started writing functions in PowerShell along with several basic examples to get you started.
In this article we look at how to iterate over code in PowerShell using several different methods like: for, foreach, while, do until, and do while.
In this article learn how to use if then logic in PowerShell scripts with several examples of using if, if/else and switch statements.
Learn about using variables in PowerShell scripts with these different examples that cover data types, scope, naming, assigning values and more.
In this article we cover some basics about getting started with PowerShell and different ways that a PowerShell script can be executed.
Learn about some of the uses for PowerShell when managing SQL Server and why a DBA should be using PowerShell to manage SQL Server.
In this article we look at a PowerShell script that you can use to centrally enable and disable any SQL Server Agent Job on any instance of SQL Server
PowerShell script to collect statistics information for all tables, databases and SQL Server instances.
PowerShell script to retrieve information about all databases from all servers that are configured to use database mirroring.
In this article we look at a PowerShell that will help you automate testing of your SQL Server database backups.
In this article we present a PowerShell script that can gather SQL Server instance settings and database settings.
Download the PowerShell script to check your SQL Server instances for best practices settings and modify or update the script to meet your needs.