File tree Expand file tree Collapse file tree 1 file changed +10
-10
lines changed
samples/features/sqlvdi-linux Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -9,34 +9,34 @@ This folder contains the latest files and samples required to build a SQL Server
9
9
10
10
## Known Bugs
11
11
12
- There is a problem with VDF_LikeDisk and VDF_RandomAccess where the backup/restore is aborted unexpectedly.
12
+ There is a problem with VDF_LikeDisk and VDF_RandomAccess where the backup/restore is aborted unexpectedly.
13
13
14
14
## Steps
15
+
15
16
1 . Install the mssql-server and mssql-tools packages
16
17
17
18
[ Install SQL Server on Linux] ( http://docs.microsoft.com/sql/linux/sql-server-linux-setup )
18
19
[ Install SQL Server tools on Linux] ( http://docs.microsoft.com/sql/linux/sql-server-linux-setup-tools )
19
20
20
21
1 . Install the clang and uuid-dev packages in order to build the sample.
21
-
22
+
22
23
Example (for Ubuntu):
23
24
24
- ```bash
25
- sudo apt-get install clang
26
- sudo apt-get install uuid-dev
27
- ```
28
-
29
- 1 . Create a symbolic link to sqlcmd in /usr/bin
30
-
25
+ ``` bash
26
+ sudo apt-get install clang
27
+ sudo apt-get install uuid-dev
31
28
```
29
+
30
+ 1 . Create a symbolic link to sqlcmd in /usr/bin
31
+
32
+ ``` bash
32
33
sudo ln -s /opt/mssql-tools/bin/sqlcmd /usr/bin/sqlcmd
33
34
```
34
35
35
36
1 . Copy the vdi sample files to a directory on your Linux machine.
36
37
37
38
1 . Run make to build the sample code
38
39
39
-
40
40
1 . Run the vdi client as the mssql user or follow these instructions:
41
41
42
42
- Add the user running the vdi client to mssql group ` sudo usermod -a -G mssql vdiuser ` .
You can’t perform that action at this time.
0 commit comments