Maintenance | Madeira
Madeira  
תגית: Maintenance

SQL Server Error Log Management

תאריך: 25 נובמבר, 2011 | מאת: גיא גלנצר

הנה כמה טיפים שימושיים לניהול הלוגים של SQL Server



It's Time to Get Rid of Those Redundant Indexes

תאריך: 19 יולי, 2011 | מאת: גיא גלנצר

If you check your database, you might find quite a few redundant indexes. Dropping those indexes will improve performance and reduce a lot of maintenance overhead



Redundant Indexes

תאריך: 19 יולי, 2011 | מאת: גיא גלנצר

If you check your database, you might find quite a few redundant indexes. Dropping those indexes will improve performance and reduce a lot of maintenance overhead



Maintenance plan exporting problem on named instance

תאריך: 20 דצמבר, 2009 | מאת: נטלי ברג

I installed SQL server 2005 Developer edition with a named instance on my computer. The problem occurred when I decided that I want to export the maintenance plan from MSDB to FS and copy it onto another computer. Here’s the solution…



Partitioning on SQL Server

תאריך: 14 דצמבר, 2009 | מאת: נטלי ברג

In this article we will review why and when we should use partitioning, how to create a partitioned table from scratch or how to create partitions on an existing table, how to maintain partitions and which system objects are useful for monitoring or working with partitions.