Installing Ubuntu in Level 1 of the Stairway to SQL Server on Linux
In this first article of the Stairway to SQL Server on Linux, learn how to set up your host server.
2021-10-13 (first published: 2018-08-15)
5,707 reads
In this first article of the Stairway to SQL Server on Linux, learn how to set up your host server.
2021-10-13 (first published: 2018-08-15)
5,707 reads
In this level of the Stairway to Linux, learn how to use the TIG stack to monitor your SQL Server instance on Linux.
2020-05-27
1,954 reads
In this level of the Stairway to SQL Server on Linux, we learn how to set up and use SQL Agent.
2019-08-06
1,556 reads
In the next level of the Stairway to SQL Server on Linux learn about the client tools available to connect to your instance.
2019-03-13
1,157 reads
In this level we examine how to add disks to separate our data, log, and tempdb files.
2018-12-05
2,052 reads
In this next level, we learn how to install SQL Server on Linux and verify that everything is working.
2018-10-17
1,576 reads
By Steve Jones
I can’t believe I’ve been at Redgate long enough to get a third sabbatical....
By Steve Jones
Don’t let someone else’s urgency becomes your emergency. In fact, don’t be governed by...
By Rohit Garg
Is Air Travel Safe? Yes, air travel remains statistically the safest mode of transportation. In...
Embarking on a 200 hours YTT in Rishikesh is a transformative journey that goes...
Hi, I’ve provisioned an Azure Database Watcher to monitor our 4 Azure SQL Managed...
Comments posted to this topic are about the item Can You Ask for a...
What is returned by this code in SQL Server 2022?
SELECT value FROM GENERATE_SERIES(4, 1);See possible answers