Steps to Repair Suspect SQL Database in an Easy WaySQL database server is a creation and manipulation program that is developed by Microsoft. It is a relational database management system, w… Read More
Sometimes we need on SQL Server move database files to another drive. In this article we will try to explain 3 easy methods to perform this task. The first method explain… Read More
SQL Server database consists of two types of filegroups, primary and user-defined. Primary filegroup includes primary files. System tables come under the primary filegroup. User-defined… Read More
In my previous posts, I explained how to create database and tables using both embedded mode and client-server mode. Let’s try to connect to the embedded Derby driver using jdbc. JDBC… Read More
In this tutorial, we are going to create another type of pagination which contains Load more button. This type of pagination you have seen on many websites or in mobile apps.
Within this typ… Read More
With the Raspberry Pi board now up and running on the network, I needed something "reasonable" for it to do. Maybe an homage to the famous Trojan room coffe pot camera - 20 years later, at a… Read More
How to send values from hta file to a batch file using Vbscript? In this example We validated Database name (only alphanumeric, underscore and dollar allowed) and password (no… Read More