
SQL Monthly Maintanence
envykok
这个作者很懒,什么都没留下…
展开
-
Difference between ADO vs ODBC vs OLE DB
http://mvmnoushad.blogspot.com/2010/01/difference-betwwen-ado-vs-odbc-vs-ole.htmlApplication --> ADO --> ODBC --> DatabaseUsing this kind of scheme lets you change one of the layers without changing the others (usually). ODBC is older than OLEDB but is an转载 2011-03-13 18:42:00 · 268 阅读 · 0 评论 -
Creating SQL Server performance based reports using Excel
<br />http://www.mssqltips.com/tip.asp?tip=1515<br /> <br />Problem<br />In a previous tip, "Setting up Performance Monitor to always collect performance statistics"I wrote about how to collect performance monitor data, but once youhave the data t转载 2010-10-20 23:26:00 · 201 阅读 · 0 评论 -
Setting up Performance Monitor to always collect SQL Server performance statistics
<br />http://www.mssqltips.com/tip.asp?tip=1475<br />Problem<br />Very often when performance problems arisethere are a few tools that I always first look at using to helptroubleshoot SQL Server issues. One of these tools is PerformanceMonitor. Th转载 2010-10-20 23:27:00 · 182 阅读 · 0 评论 -
How to setup a performance data collector set in windows 2008
<br />Step1 : Open Performance monitor <br /><br /><br />On the Start menu, point to Programs, point to Administrative Tools, and then click Performance Monitor.<br /> <br />Step2 : Add new data collector set<br /> <br /><br /> <br /><br /><br />St原创 2010-10-21 00:35:00 · 183 阅读 · 0 评论 -
Monitoring Tempdb in SQL Server 2005
<br />http://www.sqllion.com/2009/05/monitoring-tempdb-in-sql-server-2005/<br /> <br />As the tempdb database is the common globalresource for all the operations going on in SQL Server, so the DBA hasto be bit cautious about the use of it. Because an转载 2010-10-28 01:11:00 · 235 阅读 · 0 评论 -
SQL SERVER – 2008 – Configure Database Mail – Send Email From SQL Database
<br />http://blog.sqlauthority.com/2008/08/23/sql-server-2008-configure-database-mail-send-email-from-sql-database/<br /> <br />USE msdb<br />GO<br />EXEC sp_send_dbmail @profile_name='PinalProfile',<br />@recipients='test@Example.com',<br />@subject='Te转载 2010-12-16 18:31:00 · 212 阅读 · 0 评论 -
Correlating Performance Monitor and SQL Server Profiler Data
<br />http://www.mssqltips.com/tip.asp?tip=1212<br />Problem<br />Just about all SQL Server performancerelated tips talk about using data from Performance Monitor and datafrom SQL Profiler. The big draw back has always been that they are twototall转载 2010-10-25 22:36:00 · 215 阅读 · 0 评论 -
SQL Server Performance Statistics Using a Server Side Trace
<br />http://www.mssqltips.com/tip.asp?tip=1035<br />Problem<br />When troubleshooting a SQL Serverperformance problem, one of the tools to use is Profiler. This toolallows you to collect metrics on statements that are run on your SQLServer for ana转载 2010-10-26 00:06:00 · 180 阅读 · 0 评论 -
SQL Server 2005 Diagnostic Information Queries - Glenn Berry
http://glennberrysqlperformance.spaces.live.com/?_c11_BlogPart_BlogPart=blogview&_c=BlogPart&partqs=cat%3dSQL%2520Server%252020052010/10/20SQL Server 2005 Diagnostic Information QueriesIthas been a while since I posted the SQL Server 2005 version of this转载 2010-11-07 22:22:00 · 480 阅读 · 1 评论 -
SQL Server Memory Related Queries
<br />http://glennberrysqlperformance.spaces.live.com/?_c11_BlogPart_BlogPart=blogview&_c=BlogPart&partqs=cat%3dSQL%2520Server%25202008%2520R2<br />What is usingall of my memory in SQL Server? If you ever believe that you areseeing signs of memory pre转载 2010-11-09 00:17:00 · 243 阅读 · 0 评论