Can one use Truncate Table on a linked server table? When I try it, I get a
message that only two prefixes are allowed. Here's what I'm using:
Truncate Table svrname.dbname. dbo.tablename
message that only two prefixes are allowed. Here's what I'm using:
Truncate Table svrname.dbname. dbo.tablename
Comment