Visit the
Visual Studio 2005 Team Edition for Database Professionals A.K.A. DataDude website.
Similar posts
The ultimate performance for your big data with SQL Server 2019 Big Data Clusters
Thursday 30 January 2020The Microsoft SQL Server Team has recently posted about one of the really exciting enhancements to SQL Server 2019 – Big Data Clusters
SQL Server User Group [Sydney] – Reducing the Risk of Data Breach and Improving Data Security – Tue 10th Sep 2019
Saturday 31 August 2019Tue., 10 Sep. 2019, 5:30 pm: So I assume the session title got your attention… Good! As databases get larger and organisations retain more data for business intelligence / data analytics purposes the — Read on www.meetup.com/en-AU/Sydney-SQL-Server-User-Group/events/261421144/ Tags: Career Development, Microsoft SQL Server, MSSQL, SQL Server, SQL User Group
Easiest How to: Install Munin on Ubuntu – the Quick and Simple Cheatsheet
Saturday 4 May 2019INSTALL MUNIN NODE ON UBUNTU Make sure your system is up-to-date apt-get -y update && apt-get -y upgrade Install Munin Node apt-get -y install munin munin-node munin-plugins-extra Edit the munin-node config file nano /etc/munin/munin-node.conf Restart Apache and Munin to start service apache2 restart service munin-node restart Auto-Suggest Munin Plug-ins to suit your machine munin-node-configure –suggest […]