Free SQL Server Optimization aids: Sqloptimize (original)

Source: Internet
Author: User

Primarily used to collect database operations for client servers, export-import to local analytics.

This tool does not modify your data and structure, it only reads the relevant data.

1) Tool software download

Http://files.cnblogs.com/files/dude/SqlOptimize.zip

2) SqlOptimize.exe.config

Configure the database to be collected

<?XML version= "1.0" encoding= "Utf-8"?><Configuration>    <Startup>             <supportedruntimeversion= "v2.0.50727"/></Startup>  <appSettings>    <AddKey= "ConnectionString"value= "Server =.; Database = names of your databases; User ID = sa; Password = 123456; Trusted_Connection = False; "/>  </appSettings>  </Configuration>

3) Running SqlOptimize.exe

Click the Quick Capture button, remember that the "Freeproccache" button does not click on the client's server and clears the execution plan cache.

4) Get the density of each column

Requires a large number of scan columns and is carefully executed

After the scan, the tree control is not refreshed, can be exported, and viewed after import.

5) finally

I have limited time, if there are errors please forgive us.

The tool software is tested in, SQLSERVER2008R2 and SqlServer2014.

Free SQL Server Optimization aids: Sqloptimize (original)

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.