We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d79b14f + 53adb71 commit 94dd318Copy full SHA for 94dd318
1 file changed
docs/t-sql/queries/readtext-transact-sql.md
@@ -67,7 +67,7 @@ READTEXT permissions default to users that have SELECT permissions on the specif
67
The following example reads the second through 26th characters of the `pr_info` column in the `pub_info` table.
68
69
> [!NOTE]
70
-> To run this example, you must install the **pubs** sample database.
+> To run this example, you must install the [**pubs**](https://github.com/microsoft/sql-server-samples/tree/master/samples/databases) sample database.
71
72
```
73
USE pubs;
0 commit comments