Blog Post

2020-05-07T22:54:34+00:00

,

Kept getting an error Incorrect syntax near the keyword 'read' when running the some updated PowerShell 7 in lambda with the dotnet3.1 sdk. Was troubleshooting loading types thinking I was having path issues.

Turns out one of these things is not like the other. ??

1
2
set nocount on
set transaction isolation read uncommitted
1
2
set nocount on
set transaction isolation level read uncommitted

I think this explains why “error during “read”.

Maybe I should have run in my Azure Data Studio session before trying serverless ??

Original post (opens in new tab)

Rate

You rated this post out of 5. Change rating

Share

Share

Rate

You rated this post out of 5. Change rating