Skip to content

Commit 1184926

Browse files
Update labGuide_SQL25.md
1 parent bd4e8bd commit 1184926

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

labGuide_SQL25.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -168,6 +168,8 @@ The next step in the lab is to create database scoped credentials which contain
168168
1. Using an empty query sheet in VS Code, copy and paste the following code:
169169

170170
```SQL
171+
EXECUTE sp_configure 'external rest endpoint enabled', 1;
172+
RECONFIGURE WITH OVERRIDE;
171173

172174
-- Create a master key for the database
173175
if not exists(select * from sys.symmetric_keys where [name] = '##MS_DatabaseMasterKey##')

0 commit comments

Comments
 (0)