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. General Programming
  3. Visual Basic
  4. SQL SERVER Monitor

SQL SERVER Monitor

Scheduled Pinned Locked Moved Visual Basic
sysadminperformancedatabasesql-serverhardware
2 Posts 2 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.
  • M Offline
    M Offline
    MalikRizwan
    wrote on last edited by
    #1

    I want to develop sqlserver monitor ,tunerand analyzer please can you guide me how can i do this .. just give me a guideline .. or any opensource lib and prj u know Features should include: Monitor SQL Server Hardware requirements are Utilization and Performance Monitor CPU, memory, and the I/O subsystem percentages Monitor disk operations (reads/writes) and network traffic Correlate system utilization with user connections and SQL code Diagnose Executed SQL Code Performance, Connections, and SQL Server Blocking Analyze and chart slow performing SQL statements and stored procedures Report the cost (Duration, CPU time, & disk reads/writes) of each statement etc etc**

    R A M

    **

    D 1 Reply Last reply
    0
    • M MalikRizwan

      I want to develop sqlserver monitor ,tunerand analyzer please can you guide me how can i do this .. just give me a guideline .. or any opensource lib and prj u know Features should include: Monitor SQL Server Hardware requirements are Utilization and Performance Monitor CPU, memory, and the I/O subsystem percentages Monitor disk operations (reads/writes) and network traffic Correlate system utilization with user connections and SQL code Diagnose Executed SQL Code Performance, Connections, and SQL Server Blocking Analyze and chart slow performing SQL statements and stored procedures Report the cost (Duration, CPU time, & disk reads/writes) of each statement etc etc**

      R A M

      **

      D Offline
      D Offline
      Duncan Edwards Jones
      wrote on last edited by
      #2

      SQL Server registers and populates a large number of performance counters - you can use the built in .NET class "PerformanceCounter" to get the current values from that for the first part of your requirement. For the second part use the "SHOWPLAN" T-SQL commands. '--8<------------------------ Ex Datis: Duncan Jones Merrion Computing Ltd

      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