Management Studio Sql Server 2014 Upd

Data safety is paramount. To take a backup:

SELECT wait_type, wait_time_ms, signal_wait_time_ms FROM sys.dm_os_wait_stats WHERE wait_type NOT LIKE '%SLEEP%' ORDER BY wait_time_ms DESC; management studio sql server 2014

Security was another area of concern. I discovered that some developers were using weak passwords, and there were no restrictions on access to the studio. I decided to: Data safety is paramount