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 …
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 …
In this article, we will talk about apache, mysql and PHP installations on Centos. After logging in as root, we enter the following commands on the …
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 …
Cacti is a complete server solution that graphically presents information such as memory (ram), disk, network and system load of your active devices on the …
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 …
We will be discussing the installation of SQL Server 2019, the stable version of which has been released on November 4, 2019. The main features …
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 …
DVWA(Damn Vulnerable Web Application), For pentesters and web security users who want to improve themselves in the field of web application security. It is an …