sql server - set transaction read only option generates error -


Since I am new to SQL Server, this question may seem very naive for most of you. Quoting a book on SQL, I came to this statement

  ** Set transaction read-only, read separation level latent, Diagnostics size 5; **   

But when executed, it returns the following error. Message 156, Level 15, State 1, Line 2 Wrong syntax near the keyword 'reading'.

It seems that in relation to SQL Server rather than dealing with SQL Server Some information about a programming languages ​​are mentioned. As far as I know, the transaction is set to read only and the level of isolation is related to the cases

Comments

Popular posts from this blog

python - Writing Greek in matplotlib labels, titles -

c# - LINQ to Entities does not recognize the method 'Int32 IndexOf(System.String, System.StringComparison)' method -

c# - Call function from DLL -