SELECT *
FROM Posts
WHERE Tags IN ('Installation and configuration')

Jul
25
2018

Managing SQL Logins in different environments

Speaking of security, in SQL Server we have the possibility of authenticating in two different ways, one it is based on Windows Authentication and allow Windows users (from a local computer or Windows domain) to…

Continue Reading »

Jan
15
2016

SQL Server 2016CTP3 fist impressions, Installation

It’s been very exciting time waiting to get the new release installed, in my case SQL Server 2016CTP3, a bit late because I was building my new test system I’ll tell you about in a post hopefully soon. The user interface to install SQL Server is pretty much…

Continue Reading »