Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Optimizing a SQL command
Message
From
13/09/2013 13:29:54
 
General information
Forum:
Microsoft SQL Server
Category:
Other
Environment versions
SQL Server:
SQL Server 2008
Application:
Web
Miscellaneous
Thread ID:
01583170
Message ID:
01583191
Views:
38
>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 that article, 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.
Michel Fournier
Level Extreme Inc.
Designer, architect, owner of the Level Extreme Platform
Subscribe to the site at https://www.levelextreme.com/Home/DataEntry?Activator=55&NoStore=303
Subscription benefits https://www.levelextreme.com/Home/ViewPage?Activator=7&ID=52
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform