Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. Database & SysAdmin
  3. Database
  4. how to show process in query of sqlserver 2005

how to show process in query of sqlserver 2005

Scheduled Pinned Locked Moved Database
databasetutorialsql-serversysadminhelp
4 Posts 3 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • V Offline
    V Offline
    vunhat
    wrote on last edited by
    #1

    Hello everyone, I have simple query as: SELECT so.title,max(so.nu_view) FROM song as so,singer as si GROUP BY so.title,so.nu_view certainly, it will show the result, but to get achievement it needs a performing process, how to view this activity Example: how to see combination between song and singer, how to see "group by" activity ... does SQL server 2005 support this fuction ?

    help me

    A J 2 Replies Last reply
    0
    • V vunhat

      Hello everyone, I have simple query as: SELECT so.title,max(so.nu_view) FROM song as so,singer as si GROUP BY so.title,so.nu_view certainly, it will show the result, but to get achievement it needs a performing process, how to view this activity Example: how to see combination between song and singer, how to see "group by" activity ... does SQL server 2005 support this fuction ?

      help me

      A Offline
      A Offline
      Abhijit Jana
      wrote on last edited by
      #2

      You can use SQL Server Profiler to check the Performance of your Any Query. :-D

      Abhijit Jana | Codeproject MVP Web Site : abhijitjana.net Don't forget to click "Good Answer" on the post(s) that helped you.

      V 1 Reply Last reply
      0
      • A Abhijit Jana

        You can use SQL Server Profiler to check the Performance of your Any Query. :-D

        Abhijit Jana | Codeproject MVP Web Site : abhijitjana.net Don't forget to click "Good Answer" on the post(s) that helped you.

        V Offline
        V Offline
        vunhat
        wrote on last edited by
        #3

        oh thanks, but sql server trace rewrite action process, not describe action inside sql server 2005, Example before publish the result , there are many action such as : combination between many tables, action " WHERE" , "GROUP BY" , I want know the its ' detail

        help me

        1 Reply Last reply
        0
        • V vunhat

          Hello everyone, I have simple query as: SELECT so.title,max(so.nu_view) FROM song as so,singer as si GROUP BY so.title,so.nu_view certainly, it will show the result, but to get achievement it needs a performing process, how to view this activity Example: how to see combination between song and singer, how to see "group by" activity ... does SQL server 2005 support this fuction ?

          help me

          J Offline
          J Offline
          Jerry Hammond
          wrote on last edited by
          #4

          Generally speaking your queries are executed (processed) in the following order: 1. FROM 2. ON 3. OUTER 4. WHERE 5. GROUP BY 6. CUBE | ROLLUP 7. HAVING 8. SELECT 9. DISTINCT 10 ORDER BY 11. TOP

          "My interest is in the future because I'm going to spend the rest of my life there." - Charles F. Kettering

          1 Reply Last reply
          0
          Reply
          • Reply as topic
          Log in to reply
          • Oldest to Newest
          • Newest to Oldest
          • Most Votes


          • Login

          • Don't have an account? Register

          • Login or register to search.
          • First post
            Last post
          0
          • Categories
          • Recent
          • Tags
          • Popular
          • World
          • Users
          • Groups