Skip to content

Commit a22704f

Browse files
authored
Fix typo, remove version of SSDT
Fix typo Remove version of SSDT - seems pretty pointless having version no as it gets changed so often nowadays
1 parent fd13a32 commit a22704f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/linux/sql-server-linux-develop-use-ssdt.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ SQL Server on Linux is supported by SSDT version 17.0 RC or later.
9393

9494
5. Check the publish status in the **Data Tools Operations** window.
9595

96-
6. Click **View Reulst** or **View Script** to see details of the database publish result on your SQL Server on Linux.
96+
6. Click **View Results** or **View Script** to see details of the database publish result on your SQL Server on Linux.
9797

9898
<img src="./media/sql-server-linux-develop-use-ssdt/publish-result.png" alt="publish result" style="width: 480px;"/>
9999

@@ -106,7 +106,7 @@ If you're new to T-SQL, see [Tutorial: Writing Transact-SQL Statements] and the
106106
For more information about developing a database with SQL Data Tools, see [SSDT MSDN documents]
107107

108108
[Download and Install Visual Studio]:https://www.visualstudio.com/downloads/
109-
[Download and Install SSDT 17.0 RC2]:https://aka.ms/ssdt-download
109+
[Download and Install SSDT]:https://aka.ms/ssdt-download
110110
[SSDT MSDN documents]: https://msdn.microsoft.com/library/hh272686(v=vs.103).aspx
111111
[Tutorial: Writing Transact-SQL Statements]:https://msdn.microsoft.com/library/ms365303.aspx
112112
[Transact-SQL Reference (Database Engine)]:https://msdn.microsoft.com/library/bb510741.aspx

0 commit comments

Comments
 (0)