Results 1 to 5 of 5

Thread: Index tuning using sql script

  1. #1
    Join Date
    May 2003
    Posts
    6

    Index tuning using sql script

    Is it possible to achieve Index tuning using sql script within Query Analyser when being just a db_owner and not sysadmin.
    In case the answer is yes, would you please provide any link to help or examples.

    Thanks

  2. #2
    Join Date
    Sep 2002
    Posts
    5,938
    What's 'Index tuning using sql script within Query Analyser'?

  3. #3
    Join Date
    May 2003
    Posts
    6
    I mean writting a SQL script to do the tuning instead of using the wizzard??

  4. #4
    Join Date
    Sep 2002
    Posts
    5,938
    Can't do that with sql script.

  5. #5
    Join Date
    Nov 2002
    Location
    New Jersey, USA
    Posts
    3,932
    You can however run the query in query analyzer and see execution plan, it will indicate where you are doing full scans or which statistics are missing.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •