Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Optimizing a SQL command
Message
 
 
À
13/09/2013 13:29:54
Information générale
Forum:
Microsoft SQL Server
Catégorie:
Autre
Versions des environnements
SQL Server:
SQL Server 2008
Application:
Web
Divers
Thread ID:
01583170
Message ID:
01583192
Vues:
29
>>Check this new article http://social.technet.microsoft.com/wiki/contents/articles/19670.t-sql-useful-links.aspx#SQL_Server_Internals
>>
>>Go to the 3rd article in SQL Server Internals section - to the article by Paul White. It may help you.
>
>This is increasing as data is populated in that field. Twice, I cleaned all the values for that field in those records. The result was instant. Then, as the robot keeps processing those tasks, the log field is being populated. As each task gets its log, the time to execute the SQL increases.
>
>What we did elsewhere is to simply rely on a second field. This is a flag indicating or not if a value is in the field. If it is, I can then use that flag field instead of the log field in the query. Then, in the logic of the code, if the flag is True, I know I can enable a View column in my list to point to a page to show the log. I will apply the same technic here.
>
>With those articles, compression will help but will be affected by the size. With the approach I will take, this will not be a factor. This should resolve the issue.
>
>Thanks for the reference.

Did you read that article and looked at the option he suggests? I am re-reading it myself again right now.
If it's not broken, fix it until it is.


My Blog
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform