Blog
SQL Enlight Team Blog
SQL Enlight Team Blog
This site uses cookies. By continuing to browse the site, you are agreeing to our use of cookies.
OKLearn moreWe may request cookies to be set on your device. We use cookies to let us know when you visit our websites, how you interact with us, to enrich your user experience, and to customize your relationship with our website.
Click on the different category headings to find out more. You can also change some of your preferences. Note that blocking some types of cookies may impact your experience on our websites and the services we are able to offer.
These cookies are strictly necessary to provide you with services available through our website and to use some of its features.
Because these cookies are strictly necessary to deliver the website, refusing them will have impact how our site functions. You always can block or delete cookies by changing your browser settings and force blocking all cookies on this website. But this will always prompt you to accept/refuse cookies when revisiting our site.
We fully respect if you want to refuse cookies but to avoid asking you again and again kindly allow us to store a cookie for that. You are free to opt out any time or opt in for other cookies to get a better experience. If you refuse cookies we will remove all set cookies in our domain.
We provide you with a list of stored cookies on your computer in our domain so you can check what we stored. Due to security reasons we are not able to show or modify cookies from other domains. You can check these in your browser security settings.
We also use different external services like Google Webfonts, Google Maps, and external Video providers. Since these providers may collect personal data like your IP address we allow you to block them here. Please be aware that this might heavily reduce the functionality and appearance of our site. Changes will take effect once you reload the page.
Google Webfont Settings:
Google Map Settings:
Google reCaptcha Settings:
Vimeo and Youtube video embeds:
You can read about our cookies and privacy settings in detail on our Privacy Policy Page.
Privacy Policy
Query Execution Plan Analysis Overview
The extended Execution Plan Analysis support is the most significant improvement in the latest SQL Enlight release 1.7.3.515. It allows execution plans analysis to be automated and applied not only on separate statements or batches but on all stored procedures and views in a given database.
SQL Enlight 1.7.2.513
Last week we released a new version of SQL Enlight – 1.7.2.513. It contains just small fixes and 2 new features: A new layout rule ‘Miscellaneous->Keywords padding’. The layout rule controls the padding of the main keywords in SELECT, INSERT,UPDATE and DELETE statements. For example: — Keyword Padding option set to 10: SELECT ProductID , SpecialOfferID , AVG( UnitPrice ) AS ‘Average Price’ , SUM( LineTotal ) AS SubTotal FROM Sales.SalesOrderDetail WHERE SpecialOfferID IN( 1 , 2 , 6 , 9 ) […]
Creating analysis rules with SQL Enlight – Overview
One of the most exciting features in SQL Enlight is the ability to create your own static analysis rules. This is a very powerful feature that can be of great use and unleash almost an unlimited number of possibilities for the ones who consider trying it. The current post is the first of a series […]