You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
4. Continue and finish the installation of Visual Studio. It can take a few minutes.
30
30
@@ -42,13 +42,13 @@ SQL Server on Linux is supported by SSDT version 17.0 RC or later.
42
42
43
43
3. Click **New** in **Local Git Repository** section on the **Connect** page.
44
44
45
-
<imgsrc="./media/sql-server-linux-develop-use-ssdt/git-repository.png"alt="Screenshot of the Local Git Repository section with the New option called out."style="width: 300px;"/>
45
+
<imgsrc="./media/sql-server-linux-develop-use-ssdt/git-repository.png"alt="Screenshot of the Local Git Repository section with the New option called out."/>
46
46
47
47
4. Click **Create**. After the local Git repository is created, double-click **SSDTRepo**.
48
48
49
49
5. Click **New** in the **Solutions** section. Select **SQL Server** under **Other Languages** node in the **New Project** dialog.
50
50
51
-
<imgsrc="./media/sql-server-linux-develop-use-ssdt/new-project.png"alt="Screenshot of the Solutions section with the New option and SQL Server option called out."style="width: 480px;"/>
51
+
<imgsrc="./media/sql-server-linux-develop-use-ssdt/new-project.png"alt="Screenshot of the Solutions section with the New option and SQL Server option called out."/>
52
52
53
53
6. Type in **TutorialDB** for the name and click **OK** to create a new database project.
54
54
@@ -60,19 +60,19 @@ SQL Server on Linux is supported by SSDT version 17.0 RC or later.
4. Using table designer, add two columns, Name `nvarchar(50)` and Location `nvarchar(50)`, as shown in the picture. SSDT generates the `CREATE TABLE` script as you add the columns in the designer.
66
66
67
-
<imgsrc="./media/sql-server-linux-develop-use-ssdt/add-columns.png"alt="Screenshot of the table designer with the Name and Location values called out."style="width: 480px;"/>
67
+
<imgsrc="./media/sql-server-linux-develop-use-ssdt/add-columns.png"alt="Screenshot of the table designer with the Name and Location values called out."/>
68
68
69
69
5. Save the **Table1.sql** file.
70
70
71
71
## Build and validate the database
72
72
73
73
1. Open the database project menu on **TutorialDB** and select **Build**. SSDT compiles .sql source code files in your project and builds a Data-tier Application package (dacpac) file. This can be used to publish a database to your SQL Server instance on Linux.
74
74
75
-
<imgsrc="./media/sql-server-linux-develop-use-ssdt/build.png"alt="Screenshot showing the TutorialDB with the Build option called out."style="width: 400px;"/>
75
+
<imgsrc="./media/sql-server-linux-develop-use-ssdt/build.png"alt="Screenshot showing the TutorialDB with the Build option called out."/>
76
76
77
77
2. Check the build success message in **Output** window in Visual Studio.
78
78
@@ -82,19 +82,19 @@ SQL Server on Linux is supported by SSDT version 17.0 RC or later.
82
82
83
83
2. Click **Edit** to select your SQL Server instance on Linux.
You've successfully created a new database on SQL Server instance on Linux and learned the basics of developing a database with a source-controlled database project.
Copy file name to clipboardExpand all lines: docs/linux/sql-server-linux-run-sql-server-agent-job.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -151,7 +151,7 @@ You can also create and manage jobs remotely using SQL Server Management Studio
151
151
152
152
1. Verify that you have created a sample database named **SampleDB**.
153
153
154
-
<imgsrc="./media/sql-server-linux-run-sql-server-agent-job/ssms-agent-0.png"alt="Create a SampleDB database"style="width: 550px;"/>
154
+
<imgsrc="./media/sql-server-linux-run-sql-server-agent-job/ssms-agent-0.png"alt="Create a SampleDB database"/>
155
155
156
156
1. Verify that SQL Agent was [installed](sql-server-linux-setup-sql-agent.md) and configured correctly. Look for the plus sign next to SQL Server Agent in the Object Explorer. If SQL Server Agent is not enabled, try restarting the **mssql-server** service on Linux.
157
157
@@ -179,7 +179,7 @@ You can also create and manage jobs remotely using SQL Server Management Studio
179
179
180
180
1. Start your job.
181
181
182
-
<imgsrc="./media/sql-server-linux-run-sql-server-agent-job/ssms-agent-9.png"alt="Start the SQL Server Agent job"style="width: 550px;"/>
182
+
<imgsrc="./media/sql-server-linux-run-sql-server-agent-job/ssms-agent-9.png"alt="Start the SQL Server Agent job"/>
0 commit comments