SQL Server

What are the Most Popular RDBMS

In this article, we are going to understand the most popular and commonly used database system that is called RDBMS. What is RDBMS? RDBMS stands for Relational Database Management System, in which the data is organized, assessed, and stored according to the relationships. In RDBMS, data is stored in the form of Tables. The relations [...]

By |2021-11-19T08:23:35-06:00October 3rd, 2021|Categories: Database, IBM DB2, Microsoft SQL Server, MySQL, ORACLE, PostgreSQL, RDBMS|Tags: , , , , , |Comments Off on What are the Most Popular RDBMS

Microsoft SQL Server Database Backup Types

What is Backup & why do we need it: The backup is nothing but snapshot of a database. The purpose of the backup is to create a copy of data that can be recovered in the event of a primary data failure Before we discuss on SQL Server backups, let’s try to understand what backups [...]

By |2021-01-24T20:27:14-06:00December 4th, 2020|Categories: Database, Microsoft SQL Server|Tags: , |Comments Off on Microsoft SQL Server Database Backup Types

How to Use SQL – Structured Query Language

SQL or Structured Query Language is a set of commands that helps interact with RDBMS systems. The syntax of these commands defines how to use SQL commands and how to define the parameters that the commands must use. An RDBMS or relational database management system will contain, in general, more than one database. Any of [...]

By |2018-04-19T19:55:43-05:00October 31st, 2014|Categories: Database, Programming, Windows|Tags: |Comments Off on How to Use SQL – Structured Query Language

SQL Server Developer – A handy edition of SQL Server

Microsoft has several standard editions of the SQL server product. It offers a special SQL developer edition so that development work can be carried out before installation on a production server. This SQL Server edition is also available directly from Microsoft too. If you were to look at the product page (for example, example the [...]

By |2018-04-19T19:55:44-05:00September 7th, 2014|Categories: Database, Programming, Small Business|Tags: , |Comments Off on SQL Server Developer – A handy edition of SQL Server

What is SQL Server ? Compare different SQL Versions

SQL Server is a software product from the Microsoft. It is a relational database or RDBMS product. Microsoft SQL Server is addressed to same users as the other RDMS products from major software product companies such as DB2 from IBM, Oracle from Oracle Corporation and MySQL is an open-source product. Like all of these competitive [...]

By |2018-04-19T19:55:45-05:00March 30th, 2014|Categories: Database, Programming|Tags: |Comments Off on What is SQL Server ? Compare different SQL Versions

SQL Server 2005 – Your database solution

SQL Server code base grew out of the product owned by Sybase. The version for OS/2 release in 1989 was a product owned by Microsoft. By the time SQL Server version was released in 2000 the code base was nearly free of Sybase code. The SQL Server code for version 2005 was entirely of Microsoft. [...]

By |2018-04-19T19:55:47-05:00September 16th, 2013|Categories: Database, Programming|Tags: |Comments Off on SQL Server 2005 – Your database solution
Go to Top