Posts for SQL

SQL Server Analysis Services Flight Recorder – how to check the change logs as a PRO

SQL - Frane Borozan - February 7, 2018

So you have assigned weekend DBA role and you need to take care about your company SQL servers as well. I will focus here on checking the change logs for the SQL server analysis services, it some other blog post we will pay attention to the SQL server database service…

Continue Reading

7 Things You Should Do When You Inherit An SQL Server

SQL - Frane Borozan - May 18, 2017

I’ve decided to put together this blog post as a beginner’s guide to dealing with an inherited SQL server environment. You should read this if you’re going to be put in charge of the SQL servers in your company, for example if you’ve just been hired as the new DBA…

Continue Reading

SQL Server security best practices

SQL - Frane Borozan - January 16, 2017

I’m going to use this blog post to name 5 SQL Server security best practices that should be your top priority in keeping your SQL Server environment safe. You are, maybe, a newbie DBA who is looking for the best practices in maintaining a SQL server environment or you are…

Continue Reading

Top 10 SQL Server best practices for DBA newbies

SQL, Uncategorized - Frane Borozan - November 25, 2016

In this blog post, I would like to discuss the most important SQL Server best practices. I thought I might start off with 10 best practices I reckon would be any DBA’s most important maintenance best practices. And these are only the basics. I’m not an SQL expert like many…

Continue Reading

In search of free SQL Server inventory tools

SQL - Frane Borozan - August 29, 2016

I have imagined this article to be some sort of outline of available solutions for SQL administrators. Now, in this blog post discusses various free solutions for detecting and inventorying Microsoft SQL Server instances. I've found a few, so check them out in the blog post!

Continue Reading

Introducing SQLDocKit – the SQL documentation tool

SQL, Windows general - Frane Borozan - July 12, 2016

It has been five years since we released SPDocKit. Our initial idea was to create a simple documentation tool for SharePoint admins. Since then, we have made a great deal of progress. We have improved and upgraded so many aspects of our tool, and on so many levels, that we…

Continue Reading

SysKit 2016 – Ultimate Server Monitoring Tool

Active Directory, RD Gateway, Remote Desktop Services, SQL, Windows general, WMI - Frane Borozan - November 24, 2015

Back in 2009, when Toni and I co-founded Acceleratio, Terminal Services Log was our first and most important application. Over the years, thousands of clients have used our software to monitor many more thousands of their servers across the globe. During that time, we have shipped many other products in the…

Continue Reading

SQL – list all database sizes order by size

SQL - Frane Borozan - February 25, 2014

We have several internal Microsoft SQL servers, most of them are test servers with millions of small and big databases. Sometimes I need to find big database because I know that database if full of client generated or auto-generated logs that we use for testing. Finding that database can be…

Continue Reading