
Best Practice
文章平均质量分 83
envykok
这个作者很懒,什么都没留下…
展开
-
Best Practice - Increase the Number of SQL Server Error Logs
<br />Best Practice - Increase the Number of SQL Server Error Logs<br />http://www.mssqltips.com/tip.asp?tip=1835 Written By: Ashish Kumar Mehta -- 9/11/2009 -- 5 comments转载 2010-07-28 23:52:00 · 224 阅读 · 0 评论 -
Tips for Using SQL Server Performance Monitor Counters
Tips for Using SQL Server Performance Monitor Counters By : Brad McGeheeAug 24, 2005http://www.sql-server-performance.com/tips/sql_server_performance_monitor_coutners_p3.aspx One cause of excess I/Oon a SQL Server is page splitting. Pa转载 2010-09-05 13:02:00 · 337 阅读 · 0 评论 -
Pixel tracking
<br />http://forums.digitalpoint.com/showthread.php?t=1081939<br />What is pixel tracking?<br /> <br /> Pixel tracking, as in direct traffic measurement?<br /><br /> There are some sites out there that can help you keep track of your traffic. One ex转载 2010-09-07 11:53:00 · 418 阅读 · 0 评论 -
Best Practice on limit transaction log file over grow
http://blog.sqlauthority.com/2010/05/03/sql-server-shrinkfile-and-truncate-log-file-in-sql-server-2008/UPDATE: Please follow link for SQL SERVER – SHRINKFILE and TRUNCATE Log File in SQL Server 2008.Sometime, it looks impossible to shrinkthe Tru转载 2010-09-09 01:59:00 · 286 阅读 · 0 评论 -
Performance Tuning - NO.4 Diagnose database performance problems
http://www.codeproject.com/KB/database/DiagnoseProblemsSQLServer.aspxAs partof a series of articles on several data access optimization steps, thisarticle focuses on diagnosing performance problems in SQL Server.IntroductionImagine you are a doctor, or转载 2010-09-29 01:36:00 · 245 阅读 · 0 评论 -
Indexed View & NOEXPAND
Indexedviews can be created in any edition of SQL Server 2005. In SQL Server2005 Enterprise Edition, the query optimizer automatically considersthe indexed view. To use an indexed view in all other editions, theNOEXPAND table hint must be used.Refr原创 2010-09-28 01:14:00 · 481 阅读 · 0 评论 -
Code Format
SQLAlso consider some online SQL formatting tools:SQLInform's online SQL formatter - requires Java in your browser.SQLRefactor from Red Gate - ~$300Instant SQL Formatter online at dpriver.com Apparently they have a SQL Management Studio plugin for $5原创 2010-09-28 01:38:00 · 238 阅读 · 0 评论 -
Replication & Issue Resolution duration back up transaction log
http://www.mssqlcity.com/Articles/Replic/SetupSR/SetupSR.htmSetup Snapshot replication: step by step guideAlexander Chigrikchigrik@mssqlcity.comIntroductionGeneral conceptsReplication topologiesReplication typesReplication agentsChecking necessary conditio原创 2010-10-07 23:25:00 · 262 阅读 · 0 评论 -
Finding a SQL Server process percentage complete with dynamic management views
http://www.mssqltips.com/tip.asp?tip=1338ProblemSome tasks that are run in SQL Sever take along time to run and it is sometimes difficult to tell whether thesetasks are progressing or not. One common way of determining thatstatus is to look at the转载 2010-10-06 18:50:00 · 200 阅读 · 0 评论 -
Network Trace (e.g :System.Net (HttpWebRequest) )
MARKETPLACE$2.95/mo Best Developer Web HostingUnlimited space, transfer, domains & emails. 99.9% Uptime & 24/7 Support!www.DailyRazor.comJava Website HostingShared & Private Tomcat Plans Avail Over 10yrs Of Java Web Hosting Exp!www.DailyRazor.comWeb based原创 2010-12-07 02:00:00 · 243 阅读 · 0 评论 -
Inline table valued function (ITVF) and a multi-statement table valued function (MSTVF)
--http://stackoverflow.com/questions/2554333/multi-statement-table-valued-function-vs-inline-table-valued-function -- http://sqlblogcasts.com/blogs/simons/archive/2008/11/03/TSQL-Scalar-functions-are-evil-.aspx In researching Matt's comment, I have revise转载 2010-12-08 00:41:00 · 295 阅读 · 0 评论 -
Using Performance Monitor To Identify SQL Server Hardware Bottlenecks
<br />http://archive.databasepronews.com/databasepronews-51-20041207UsingPerformanceMonitortoIdentifySQLServerHardwareBottlenecks.html<br /> <br />The best place to start your SQL Serverperformance audit is to begin with the Performance Monitor (System转载 2010-10-26 22:45:00 · 251 阅读 · 0 评论 -
6 Different Ways To Get The Current Identity Value
6 Different Ways To Get The Current Identity ValueFrom Wikihttp://wiki.lessthandot.com/index.php/6_Different_Ways_To_Get_The_Current_Identity_Value<br />Jump to: navigation, search<br />Thistip will show you how to get the current identity value from a转载 2010-09-03 10:45:00 · 187 阅读 · 0 评论 -
Tips for Rebuilding Indexes
http://www.sql-server-performance.com/tips/rebuilding_indexes_p2.aspxPeriodically (daily, weekly, or monthly) perform a database reorganizationon all the indexes on all the tables in your database. This willrebuild the indexes so that the data is no lo转载 2010-09-01 10:38:00 · 262 阅读 · 0 评论 -
Posts Tagged Top 13 Mistakes
Posts Tagged Top 13 Mistakes<br />http://thesqlagentman.com/tag/top-13-mistakes/page/2/Top 13 SQL Server Mistakes and Missteps – #10 Default Database Autogrowth Settings<br />Jun1<br />Posted by sqlagentman in Best Practices, SQL, Syndicated | Co转载 2010-07-28 23:58:00 · 169 阅读 · 0 评论 -
SQL SERVER – Stored Procedure Optimization Tips – Best Practices
SQL SERVER – Stored Procedure Optimization Tips – Best Practices<br />http://blog.sqlauthority.com/2010/02/16/sql-server-stored-procedure-optimization-tips-best-practices/<br />February 16, 2010 by pinaldave<br />Wewill go over how to optimize Stored Pro转载 2010-07-29 00:08:00 · 184 阅读 · 0 评论 -
Best Practice for renaming a SQL Server Database
Best Practice for renaming a SQL Server Databasehttp://www.mssqltips.com/tip.asp?tip=1891 Written By: Ashish Kumar Mehta -- 12/2/2009 -- 4 comments -- pr转载 2010-07-28 10:39:00 · 218 阅读 · 0 评论 -
Tips for Rebuilding Indexes
Tips for Rebuilding Indexes<br />http://www.sql-server-performance.com/tips/rebuilding_indexes_p1.aspx By : Brad McGehee<br />Feb 21, 2007<br /> <br />Periodically (daily, weekly, or monthly) perform a database reorganizationon all the i转载 2010-07-29 16:54:00 · 181 阅读 · 0 评论 -
What is so bad about EAV, anyway?
What is so bad about EAV, anyway? http://sqlblog.com/blogs/aaron_bertrand/archive/2009/11/19/what-is-so-bad-about-eav-anyway.aspxI see a lot of people trash-talking the EAV (entity-attribute-value) model. If you want the full story on EAV, I recommend you转载 2010-08-03 00:39:00 · 214 阅读 · 0 评论 -
Performance tuning tips for database developers
http://www.simple-talk.com/sql/performance/performance-tuning-tips-for-database-developers/Performance tuning is not easy and there aren’t any silver bullets, but you can go a surprisingly long way with a few basic guidelines. In theory, performance tuning转载 2010-08-06 01:45:00 · 154 阅读 · 0 评论 -
DBA’s Quick Guide to Timeouts
<br />DBA’s Quick Guide to Timeouts<br /> <br />http://vyaskn.tripod.com/watch_your_timeouts.htm<br />by Chris Kempster<br />The author of: SQL Server 2000 for the Oracle DBA<br />Click here for more information, sample chapters, or to purchase this e-转载 2010-08-13 12:51:00 · 208 阅读 · 0 评论 -
Tuning Up ADO.NET Connection Pooling in ASP.NET
<br /><br /><br /><br /><br />http://blogs.msdn.com/b/tolong/archive/2006/11/21/max-pool-size-was-reached.aspx<br /> <br />Opening a database connection is a resource intensive and time consuming operation.Connection pooling increases the performance o转载 2010-08-16 11:09:00 · 227 阅读 · 0 评论 -
404 Error in IIS 7 when using a Url with a plus (+) sign in the path
<br /><br />http://www.ifinity.com.au/Blog/EntryId/60/404-Error-in-IIS-7-when-using-a-Url-with-a-plus-sign-in-the-path<br />I recently hadreported problems when using IIS7 that Urls with a + in the url werefailing with 404 errors. This was to do with转载 2010-08-26 20:43:00 · 259 阅读 · 0 评论 -
404 Error in IIS 7 when using a Url with a plus (+) sign in the path
http://www.ifinity.com.au/Blog/EntryId/60/404-Error-in-IIS-7-when-using-a-Url-with-a-plus-sign-in-the-pathI recently hadreported problems when using IIS7 that Urls with a + in the url werefailing with 404 errors. This was to do with the Url Master mod转载 2010-08-26 20:58:00 · 399 阅读 · 0 评论 -
Asp.net website deployment options
<br /><br /> <br />http://dotnetperls.com/precompiled-aspnet<br /> <br />Target Location:<br />[Text input box]<br />This is where the published site will be put.<br />(The author suggests using a location on your disk C:/ for now.)<br /><br />"Allow this转载 2010-08-31 02:32:00 · 185 阅读 · 0 评论 -
Restore database to the point in time in SQL Server
<br /> <br />Before restore our database to the point in time, we need to make sure at least :<br /> our database recovery model is full we do have a latest database full backupwe do have a few transaction log backup<br />For #3, we can use Maintenance pla原创 2010-09-12 16:34:00 · 245 阅读 · 0 评论 -
Best Practice - Use of DLL
<br /> Abstract - best practise of creating dll<br />A dynamic-link library (DLL) is shared code and data that an application can load and call at run time. Advantages of using DLLs include reduced code footprint, lower memory utilization due to single-cop原创 2010-11-24 23:15:00 · 173 阅读 · 0 评论