August 4, 2011 at 3:29 pm
Nope. You're asking for every column, every row. That's a table scan, there's no faster way to fetch the entire table.
Gail Shaw
Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
August 4, 2011 at 3:31 pm
August 4, 2011 at 3:34 pm
Nothing.
Putting an appropriate clustered index in place instead of a heap might save a second or 2, maybe.
Or you could request hardware upgrades. A faster network, more memory and better IO subsystem might help.
Gail Shaw
Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
August 4, 2011 at 3:38 pm
Viewing 4 posts - 1 through 5 (of 5 total)
You must be logged in to reply to this topic. Login to reply