שיפור ביצועים | Madeira
Madeira  
תגית: שיפור ביצועים

* Select

תאריך: 5 פברואר, 2012 | מאת: יוסי חקיקת

במקרים רבים בחיינו אנו כבר רגילים להיזהר מהכוכבית. במודעות פרסום, בחוזים, הסכמים שונים, פרסומות בטלוויזיה, והחל מהיום (אם לא ידעתם…) גם בכל הקשור לסביבת ה- Production של SQL Server. לשימוש ב- * Select ישנן השפעות שלילות לא מעטות וחלקן יכולות להיות משמעותיות ביותר. נכון שמסקרן אתכם לדעת?? כנסו לפוסט….



My Summary of the Data Platform Conference

תאריך: 31 מאי, 2010 | מאת: גיא גלנצר

I had the pleasure of participating at the Data Platform conference. Here are my notes and all the materials from the “SQL Server 2008 for Developers” seminar for download



Can a query performance be dependent on the client?

תאריך: 20 ינואר, 2010 | מאת: נעם ברזיס

This question sounds really easy! But before we start answering this question, I would like to share with you the scenario which led me to deal with this question.



Things To Know About Analysis Services Server Properties

תאריך: 17 ינואר, 2010 | מאת: יניב מור, YM Group

We are glad to bring to you the first part in a series of BI articles by our guest writer, Yaniv Mor. This part will deal with memory configuration and monitoring.



Moving System Databases in SQL Server 2005/2008

תאריך: 13 ינואר, 2010 | מאת: נטלי ברג

This article may be useful when you want to relocate your system databases to another disk on the same server (same instance). There could be a few reasons to do this: Not enough space on the current disk for system databases, disk maintenance or hardware failure.



Statement-Level Query Statistics Script

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

This script creates two function and a view that returns query statistcis based on sys.dm_exec_query_stats at the statement level.



Indexes List Script

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

This query returns the list of all indexes in the current database, including included columns.



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.