Is's possible to read data at MSSQL with nolock when I use data window? It very help...
There can be some settings (nolock or not nolock).
Thanks
Is's possible to read data at MSSQL with nolock when I use data window? It very help...
There can be some settings (nolock or not nolock).
Thanks
Data tab. When I use query tab, I can use nolock manualy. I Like Data tab.
Nolock query: select from Table (nolock) Normaly : select from Table e.g.: https://www.mssqltips.com/sqlservertip/2470/understanding-the-sql-server-nolock-hint/
Please login to leave a reply, or register at first.