How can we help you today? How can we help you today?
Chris Howarth
You should be able to get this to work if you add NOLOCK into the 'Keywords to capitalize' list then use the following format: SELECT * FROM dbo.Table ( NOLOCK ) Note the space before NOLOCK. Hope this helps. Chris / comments
You should be able to get this to work if you add NOLOCK into the 'Keywords to capitalize' list then use the following format: SELECT * FROM dbo.Table ( NOLOCK ) Note the space before NOLOCK. Hope ...
0 votes