Skip to content

Commit

Permalink
Update readme.md
Browse files Browse the repository at this point in the history
small changes to serverless sql demos
  • Loading branch information
rgward committed Aug 17, 2021
1 parent 0da7a9f commit 3a16711
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions demos/insideserverlesssql/Serverless SQL Architecture/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,15 +27,7 @@ Note the use of "filters" using folders and wildcards from Azure Storage

5. Notice in Object Explorer it kind of looks like Azure SQL Database

6. Run the following T-SQL queries

```sql
SELECT @@VERSION;
GO
SELECT * FROM sys.objects;
GO
```
7. Run some of the following T-SQL commands to observe what works and doesn't work with this SQL front-end:
6. Run some of the following T-SQL commands to observe what works and doesn't work with this SQL front-end:

```sql
SELECT @@version;
Expand All @@ -49,6 +41,7 @@ GO
sp_configure;
GO
```

9. Open a new query window in SSMS and run the following T-SQL query:

```sql
Expand Down

0 comments on commit 3a16711

Please sign in to comment.