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
Microsoft has recently released the preview of Azure Database for MySQL. We noticed that customers who are migrating from other MySQL servers have been facing the error:
“Got error 1 f… Read More
ehsan toghian: I a newcomer in asp.net mvc and i got stuck with a trivial problem for hours. I have a simple class that models a message. its here:public class Message{ [Key] public in… 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 this article I am going to show you how to make a URL shortener using PHP. In this project we will: Use a MySQL database in which we will insert the information of URL and its s… Read More
Introduction:Php is one of the greatest and free open source programming languages which using millions of webmasters to create web applications and websites. Ajax and Jquery's are supportin… Read More
Welcome to the fourth settlement of our tutorial series on how to build your own Multilingual MVC CMS from scratch and in which, this time, we will lay our hands on the front-end menu system… Read More