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,750 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,750 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
2,024 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,599 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,203 reads
In this level we examine how to add disks to separate our data, log, and tempdb files.
2018-12-05
2,156 reads
In this next level, we learn how to install SQL Server on Linux and verify that everything is working.
2018-10-17
1,619 reads
By ReviewMyDB
A behind-the-scenes look at Day of Data Jacksonville 2026, the transition from SQL Saturday,...
You run EXPLAIN ANALYZE on a slow query, stare at the plan, and something...
By Steve Jones
la guadière – n. a glint of goodness you notice in something that you...
hi, we couldnt get our upstream data source developers to supply what is sometimes...
Are there any good articles on all the trace flags that are enabled on...
Comments posted to this topic are about the item The Data Model Matters
I run the SQLCMD utility as follows:
lcmd -S localhost -EI then type this (the 1> is the prompt):
1> select @@version goIf I hit enter, what happens? See possible answers