Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
| Author |
Topic |
|
juicyapple
Posting Yak Master
176 Posts |
Posted - 2008-03-11 : 03:08:37
|
| Hi, I get an error when select * from a table with nolock....please help.Cannot specify an index or locking hint for a remote data source |
|
|
ranganath
Posting Yak Master
209 Posts |
Posted - 2008-03-11 : 03:12:58
|
| select * From Tablename with (Nolock) |
 |
|
|
juicyapple
Posting Yak Master
176 Posts |
Posted - 2008-03-11 : 03:24:28
|
| Yes, the query syntax is correct, but I still getting the error |
 |
|
|
ranganath
Posting Yak Master
209 Posts |
Posted - 2008-03-11 : 03:26:41
|
| whats the Error ? |
 |
|
|
|
|
|