Home » » Using the SQL 2005 FAST hint

Using the SQL 2005 FAST hint

Back in 2005 I presented at SQL PASS. It was, in part, on the new FAST hint in SQL 2005. I explained how to use it and why to use it. Since then, I have forgotten.

Here's the syntax, but I can't remember for the life of me why to use it. Do you?

/*
FAST hint
*/
SELECT * FROM Customers
OPTION(FAST 10)


0 comments:

Post a Comment

Popular Posts

Powered by Blogger.
.comment-content a {display: none;}