-Поиск по дневнику

Поиск сообщений в rss_sqlservertips

 -Подписка по e-mail

 

 -Постоянные читатели

 -Статистика

Статистика LiveInternet.ru: показано количество хитов и посетителей
Создан: 27.03.2008
Записей: 11
Комментариев: 0
Написано: 0




SQL Server Tips


Добавить любой RSS - источник (включая журнал LiveJournal) в свою ленту друзей вы можете на странице синдикации.

Исходная информация - http://www.sql-server-performance.com/tips/all_main.aspx.
Данный дневник сформирован из открытого RSS-источника по адресу http://feeds.feedburner.com/sqlservertips, и дополняется в соответствии с дополнением данного источника. Он может не соответствовать содержимому оригинальной страницы. Трансляция создана автоматически по запросу читателей этой RSS ленты.
По всем вопросам о работе данного сервиса обращаться со страницы контактной информации.

[Обновить трансляцию]

Azure Tutorial – Building a Hello Azure App in Visual Studio

Четверг, 14 Января 2010 г. 14:17 + в цитатник
This article demonstrates how to build a simple Azure application using Visual Studio

http://www.azuresupport.com/2010/01/azure-tutorial-building-a-hello-azure-app-in-visual-studio/



Понравилось: 22 пользователям

Using Performance Monitor

Четверг, 27 Марта 2008 г. 18:52 + в цитатник

As you probably already know, SQL Server is very good at tuning itself. It has the ability to monitor itself, and through a feedback loop, it knows how to internally adjust and tune itself so that ... [Read Full Article]

http://www.sql-server-performance.com/tips/performance_monitor_general_p1.aspx


Tips on Optimizing SQL Server Clustered Indexes

Четверг, 27 Марта 2008 г. 18:52 + в цитатник

As a rule of thumb, every table should have a clustered index. Generally, but not always, the clustered index should be on a column that monotonically increases--such ... [Read Full Article]

http://www.sql-server-performance.com/tips/clustered_indexes_p1.aspx


General Tips on Optimizing SQL Server Indexes

Четверг, 27 Марта 2008 г. 18:52 + в цитатник

All the tips provided on this website about indexing are general guidelines. As with any general guideline, there are exceptions. Because of this, it is a good ... [Read Full Article]

http://www.sql-server-performance.com/tips/optimizing_indexes_general_p1.aspx


General SQL Server Performance Tuning Tips

Четверг, 27 Марта 2008 г. 18:52 + в цитатник

When your transaction log grows large and you want a quick way to shrink it, try this option. Change the database recovery mode of the database you want to shrink from “full” to "simple," then truncate ... [Read Full Article]

http://www.sql-server-performance.com/tips/gen_tips_p1.aspx


Hints with Indexed Views

Четверг, 27 Марта 2008 г. 18:52 + в цитатник

Hints can be used with indexed views if you find that the Query Optimizer has not chosen the ideal index for best performance. Normally, if the following ... [Read Full Article]

http://www.sql-server-performance.com/tips/hints_view_p1.aspx


SQL Server Triggers

Четверг, 27 Марта 2008 г. 18:52 + в цитатник

If you need to implement cascading referential integrity (such as cascading deletes) in your SQL databases, use the cascading referential integrity constraint instead of triggers to perform the cascading ... [Read Full Article]

http://www.sql-server-performance.com/tips/trigger_tuning_p1.aspx


SQL Server Service Pack

Четверг, 27 Марта 2008 г. 18:52 + в цитатник

Because service packs include fixes that often affect performance (among other things) you should upgrade your SQL Servers with the most recent service pack when it becomes available.


How to Performance Tune the Microsoft SQL Server tempdb Database

Четверг, 27 Марта 2008 г. 18:52 + в цитатник

If your SQL Server's tempdb database is heavily used by your application(s), consider locating it on an array of its own (such as RAID 1 or RAID 10). This ... [Read Full Article]

http://www.sql-server-performance.com/tips/tempdb_p1.aspx


SQL Server 2000/2005 Indexed View Performance Tuning and Optimization Tips

Четверг, 27 Марта 2008 г. 18:52 + в цитатник

If your application needs to access views often, consider adding a unique clustered index to your views to significantly improve performance. When a view is created with a unique ... [Read Full Article]

http://www.sql-server-performance.com/tips/indexed_views_p1.aspx


User-Defined Functions

Четверг, 27 Марта 2008 г. 18:52 + в цитатник

While user defined functions can offer great convenience, they can also sometimes hurt performance. This problem with them is that they use row-by-row processing, similar to how ... [Read Full Article]

http://www.sql-server-performance.com/tips/user_defined_functions_p1.aspx



Поиск сообщений в rss_sqlservertips
Страницы: [1] Календарь