Migrating from MS-SQL Server to PostgreSQL Database
First, we need a SQL Server with the “AdventureWorks2014” database. Secondly, we will need a Windows/Linux system with PostgreSQL 10/11/12/13 version installed. The database we …
Knowledge pool for Information Technologies
First, we need a SQL Server with the “AdventureWorks2014” database. Secondly, we will need a Windows/Linux system with PostgreSQL 10/11/12/13 version installed. The database we …
Linux support came with SQL Server 2017 release. Now you can run a database server like SQL Server without our SQL Server database open source …
To connect to our SQL Server remotely, follow the steps below. First of all, make sure of your safety while doing this process. The first …
After SQL Server 2016 SP1 migration or when you are using SQL Server Management Studio 17.1/17.2 versions after SQL Server 2016 Sp1 installation when you …
SQL Server is a relational database management system developed by Microsoft. In the relational database system, data are kept in tables and these tables can …
Let’s start by applying some tests on the target; Let’s scan the target network using Nmap. With IPs, we determined which ports are working on …
When we create a new database, two files are created by default. One of them is MDF, which is a data file and the other …
Every company that has an online working entity uses some kind of database to store data. SQL(Structured Query Language) servers are one of the most …
In our first image, we see compatibility_level as 140, which came in 2017. This can be confusing for “downgrade” operation. Changing this from 120 “compatibility_level” …
Some scenarios in DLP POC processes are as follows. These are the scenarios that come to my mind. You can further expand these scenarios. Protection …