SQL Server Management Studio (SSMS) release candidate 17.0 RC2 works side-by-side with generally available releases (16.x), but it is not recommended for production use. There are many enhancements which you can read here: https://docs.microsoft.com/en-us/sql/ssms/sql-server-management-studio-ssms-release-candidate but there is one feature I … Continue reading
Tags: SQL Server
Related Articles
#0403 – SQL Server – CAST/CONVERT to string – Pad zeroes or spaces to...
Padding zeroes to an integer is often required during data migrations and integrations. Here is the approach I use in such data conversions. Read the complete post at feedproxy.google.com/…/...
What is McCabe Cyclomatic Complexity?
What is McCabe Cyclomatic Complexity and How Does it Affect Code Testing? Earlier this year I did a webinar on the Toad for Oracle Code Analysis feature and I demonstrated how Code Analysis takes a lo...
Exporting Data With SQL Navigator
A lot of developers use SQL Navigator (also affectionately known as SQLNav) to write their SQL queries and PL/SQL code. With SQLNav you can tune your sql statements and debug your PL/SQL (more details...
