RCL Consulting, LLC

RCL Consulting, LLC helping clients with all aspect of SQL Server - based computing, from database design to SQL development including all typical DBA responsibilities

RCL Consulting is based out of Alpharetta, GA and has specialized in SQL Server Consulting and Professional Services since 1996. Whether you need part-time Remote DBA help or you want someone to do a health check on your database systems, I can get it done for you in the best way possible, saving you valuable money and time. I have been consulting in all phases of the System Development Life Cycle

(SDLC). With 20+ years of experience ranging from basic PC support through development (PowerBuilder) to systems design and project management - I am able to bring more to the table than “usual” DBA specialist. I have experience with SSAS (cubes), SSRS (reports), SSIS (data transformations). I pride myself on developing and maintaining scalable solutions that provide outstanding performance for today and the future! SQL SERVER CONSULTING – INSTALLATION, UPGRADE, AND MIGRATION
Whether you are needing a new SQL server installation, an upgrade to an existing server, or a complete migration of your database systems from a different database system, RCL Consulting has all the knowledge and experience to make the transition completely seamless to you. I have performed upgrades on SQL Server databases on all versions from 7.5 through SQL Server 2012. SQL SERVER CONSULTING – DATABASE PERFORMANCE TUNING
Numerous companies have developed their databases without performance in mind. It’s not intentional but it happens. I have been performance tuning SQL Server code and redesigning queries for years and I believe I know all the best ways to fix them. I prefer set based operations and try to eliminate all row based hogs, like cursors, and scalar functions. I identify all the heavy operations performed by your database and fix the ones that need it most. Let me transform your applications into the tools that help your business today! SQL SERVER CONSULTING – BUSINESS INTELLIGENCE
I have expertise in building data warehouses and data marts from conception to final user reporting. I will work with you to understand your needs and user specific requirements and then make the appropriate technology selection based on both user needs and comfort level. My technology focus is the Microsoft Business Intelligence Platform – including SQL Server Analysis Services, Integration Services, Reporting Services, Share Point, and Excel (including Power Pivot). Use my knowledge and experience to keep all your data at your fingertips so you can make better business decisions.

03/13/2020

Since every company is posting some covid-19 content I didn't want to be left out. Here is what happens at RCL Consulitng:

— I try not to touch anything in public places

- I wash my hands more often than usual

- I try to control my subconscious touching of my eyes and my mouth.

That's it. Other than that - business as usual. Wish I wasn't alone 🙄

if you're a DBA or just a developer who has to manage SQL Server - this is a great set of tools to easily monitor your i...
10/24/2019

if you're a DBA or just a developer who has to manage SQL Server - this is a great set of tools to easily monitor your indexes and files. Highly recommended!

A collection of scripts for gathering metrics from SQL Server's underlying DMO's. - ericcobb/SQL-Server-Metrics-Pack

Keep your SQL Management Studio up to date!Microsoft just released version 18.3.1 What's new in 18.3.1Data Classificatio...
10/09/2019

Keep your SQL Management Studio up to date!
Microsoft just released version 18.3.1

What's new in 18.3.1

Data Classification
Add Data Classification information to column properties UI (Information Type, Information Type ID, Sensitivity Label, and Sensitivity Label ID are not exposed in the SSMS UI).

Intellisense/Editor
Updated support for features recently added to SQL Server 2019 (for example, "ALTER SERVER CONFIGURATION").

Integration Services
Add a new selection menu item Tools > Migrate to Azure > Configure Azure-enabled DTExec that will invoke SSIS package ex*****ons on Azure-SSIS Integration Runtime as Execute SSIS Package activities in ADF pipelines.

SMO/Scripting
Added support for Support scripting of Azure SQL DW unique constraint.

Data Classification
- Added support for SQL version 10 (SQL 2008) and higher.
- Added new sensitivity attribute 'rank' for SQL version 15 (SQL 2019) and higher and Azure SQL DB.

SMO/Scripting
SQL Assessment API - Added versioning to ruleset format.
SQL Assessment API - Added new checks.
SQL Assessment API - Added support for Azure SQL

Database Managed Instance.
SQL Assessment API - Updated default view of cmdlets to display results as a table.

Bug fixes in 18.3.1

Analysis Services
Fix scaling issue in MDX Query Editor.
Fixed an issue in XEvent UI that prevents the users from being able to create a new session.
Database Deployment to SQL Azure
Fixed an issue (in DacFx) which was causing this feature not to work.

General SSMS

Fixed an issue, which was causing SSMS to crash when using the sorting feature in the XEvent viewer.

Fixed long outstanding issues where SSMS Restore database may hang indefinitely.

Restore Database - Select Backup Devices Slow to Load.
SSMS 2016 very slow in the database restore dialog.
Restoring database is slow.

Restore Database from Device HANGS on clicking "...".
Fixed an issue where the default language for all logins was shown as Arabic.

Fixed the hard to see the dialog for Query Options (when the user right-clicks on the T-SQL editor window) by making it re-sizable.

The Completion time message visible in the Result Grid/File (introduced in SSMS 18.2) is now configurable under Tools > Options > Query Ex*****on > SQL Server > Advanced > Show completion time.

In the connection dialog, replaced Active Directory - Password and Active Directory - Integrated with Azure Active Directory - Password and Azure Active Directory - Integrated, respectively.

Fixed an issue that prevents users from being able to use SSMS to configure auditing on SQL Azure-Managed Instances when located in a TZ with negative UTC offset.

Fixing an issue in XEvent UI where hovering over the grid was causing rows to be selected.

Import flat file
Fixed the issue where Import Flat File was not importing all data by letting the user choose between a simple or rich data type detection.

Integration Services
Add new operation type StartNonCatalogEx*****on for SSIS Operation report.

Fixed an issue in the Azure Data Factory pipelines generated by Azure-enabled DTExec utility to use the correct parameter type. (explicit for 18.3.1)

Fixed an issue, which was causing SMO to throw errors when fetching properties when SMO.Server.SetDefaultInitFields(true) was being used.

Fixed an issue where the Y-axis did not scales when Ex*****on Count Metric was selected in Tracked Query View.
Vulnerability Assessment

Disabled clearing and approving baseline for Azure SQL DBs.
Known issues (18.3.1)

Database Diagram created from SSMS running on machine A cannot be modified from machine B (SSMS crashes).

There are redraw issues when switching between multiple query windows. See UserVoice for more details. A workaround for this issue is to disable hardware acceleration under Tools > Options.

SQL Server Management Studio (SSMS) is an integrated environment for managing any SQL infrastructure, from SQL Server to Azure SQL Database. SSMS provides tools to configure, monitor, and administer instances of SQL Server and databases. Use SSMS to deploy, monitor, and upgrade the data-tier compone...

10/04/2019
09/11/2019

Microsoft announced the release of SQL Server Management Studio (SSMS) 18.2. For this update, while they added some features, their focus was dedicated to fundamentals such as stability, reliability, performance, etc.

You can download SQL Server Management Studio 18.2 today from here:
https://go.microsoft.com/fwlink/?linkid=2099720

Some of the new features in SQL Server Management Studio include:

Intellisense/editor: Added support for data classification
Query ex*****on: Added a completion time in the messages to track when a given query completed its ex*****on.

ShowPlan: Added new attribute in query plan when the inline scalar UDF feature is enabled.

Key bug fixes in this release include:

SQL Server Management Studio setup
Fixed or greatly mitigated an issue where SQL Server Management Studio setup was incorrectly blocking the installation of SQL Server Management Studio reporting mismatching languages. This could have been an issue in some abnormal situations like an aborted setup or an incorrect uninstall of a previous version of SQL Server Management Studio. You can review the feedback on this issue to learn more.

Always On
Fixed an issue where SQL Server Management Studio was throwing an error when trying to delete an availability group that has a single quote in its name.
Fixed an issue where SQL Server Management Studio was presenting the wrong failover wizard when replicas are configured as synchronous, when using read scale AGs (cluster type=NONE). Now SQL Server Management Studio will present the wizard for the

Force_Failover_Allow_Data_Loss option, which is the only one allowed for the cluster type NONE availability.
Fixed an issue where the wizard was restricting the number of allowed synchronization replaces to 3, even if SQL Server 2019 supports up to 5 (Enterprise/Developer/Evaluation Editions).

Registered servers
Fixed issues that would crash SQL Server Management Studio when issuing a query against multiple servers.

Object explorer
Fixed an issue where some menu items like SQL Server import and the export wizard were missing or disabled when connected to SQL express.
Fixed an issue that was causing SQL Server Management Studio to crash when an object is dragged from object explorer to the editor. You can review the feedback on this issue to learn more.
Fixed an issue where the renaming databases were causing incorrect database names to show up in object explorer.

SQL agent
Fixed an issue that was causing the focus to be reset in the first row instead of the active row when adding, inserting, editing or removing job steps.
In addition, they have also fixed several issues in areas such as SQL Server Management Objects, import flat file wizard, reports, XEvent profiler, etc.

Note: you can use SSMS 18.2 to connect to prior version of SQL Server databases - from 2012 on.

08/21/2019

In a world where management consultancies are buying up creative agencies to stay relevant, what is the new model of consulting, and does it work?

As a SQL database designer you have to be able to handle NULL values correctly... Apparently California DMV IT team miss...
08/14/2019

As a SQL database designer you have to be able to handle NULL values correctly... Apparently California DMV IT team missed the boat 😁

Security researcher Joseph Tartaro thought NULL would make a fun license plate. He's never been more wrong.

08/09/2019

It's that rarest of business situations: an honest-to-goodness win-win-win proposition.

with cybercrime getting more and more media coverage lately - a lot of people look into securing their data.Matthew McGi...
10/16/2018

with cybercrime getting more and more media coverage lately - a lot of people look into securing their data.
Matthew McGiffen from the SQL Professionals company put out a great summary of encryption options in SQL Server, good read.

More and more people are considering some level of encryption against their data stored in SQL Server. In many cases it might be considered that other measures such as firewalls, well defined acces…

09/18/2018
03/14/2018

Address

Alpharetta, GA
30004

Alerts

Be the first to know and let us send you an email when RCL Consulting, LLC posts news and promotions. Your email address will not be used for any other purpose, and you can unsubscribe at any time.

Share