Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. DigitalFool

    SQL Server Management Studio WMI Issue?

    Yes, I am missing the icon status, the circle is there, just empty. I have some more information. I realized that MAP installed SQL 2008 express in order to run. That is the only instance that is showing started. I no longer am using MAP on my machine, so I removed it. I also removed the...
  2. DigitalFool

    SQL Server Management Studio WMI Issue?

    I have an issue that I've been scratching my head with the past few days. Just recently, all my registered servers no longer show the started/stopped status in SQL Server Management Studio. Even when I connect, I can browse the database fine, but again, the icon is empty. (This also includes...
  3. DigitalFool

    Memory Handling in Windows 2003 Server/SQL

    In my process of getting the screenshots, I wasn't able to access the forum this morning. I dug a little deeper focusing on the execution plan and decided to remove parallelism which seemed to be the difference on the new server. sp_configure 'max degree of parallelism', 1 go reconfigure with...
  4. DigitalFool

    Memory Handling in Windows 2003 Server/SQL

    I ran the index tuning wizard both on the query in question and on a profile trace of activity. Both came back with 'No index recommendations for the workload and the chosen parameters.'
  5. DigitalFool

    Memory Handling in Windows 2003 Server/SQL

    I know that it is not being read from the cache as opposed to the old server, that is why am I puzzled. I was hopeful the types of reads would help lead me towards a solution. Again, same database/'better' hardware (even though I understand the limitations of SQL 2000 Standard) SP4 (8.0.2039)
  6. DigitalFool

    Memory Handling in Windows 2003 Server/SQL

    Again, I'm only querying from a view. Maybe this information will help regarding the IO stats: OLD SERVER SQL Server parse and compile time: CPU time = 0 ms, elapsed time = 0 ms. SQL Server Execution Times: CPU time = 0 ms, elapsed time = 0 ms. SQL Server parse and compile time...
  7. DigitalFool

    Memory Handling in Windows 2003 Server/SQL

    Thanks for the replies...I'll expand info and hopefully touch on suggestions. Both systems are x86. OS loaded local on local SAS disk RAID 1. DATA/LOGS on separate LUNS carved from an Equallogic iSCSI SAN RAID 5. Same setup as before. The plan was to move to SQL 2005 Standard when the new...
  8. DigitalFool

    Memory Handling in Windows 2003 Server/SQL

    I have a client that just migrated to a new 'beefy' system for a SQL 2000 application, SQL 2000 Standard. The issue is that basic SQL queries are now taking 10x as long to generate results. What once took 10 seconds takes 100 seconds. Overall performance generally seems to be sluggish. The...

Part and Inventory Search

Back
Top