SQL Server

SQL Server

Troubleshooting SQL Server 2014 Indexes (Part 1)

Troubleshooting SQL Server 2014 Indexes (Part 1) If you have problems with SQL Server 2014 indexes, review this troubleshooting checklist to find potential solutions. 1. Install the latest SQL Server 2014 service pack. Because many SQL Server 2014 indexes bugs were fixed in SQL Server service packs, you should install the latest SQL Server service pack. At the time this […]

SQL Server

Troubleshooting SQL Server 2014 installation

Troubleshooting SQL Server 2014 installation If you have problems with SQL Server 2014 installation, review this troubleshooting checklist to find potential solutions. 1. Check the hardware requirements. To install SQL Server 2014, you should have the following hardware: – Intel or compatible platform with processor speed: 1.0 GHz minimum for a 32-bit x86 implementation and a 1.4 GHz minimum for […]

SQL Server

Troubleshooting SQL Server 2014 installation

Troubleshooting SQL Server 2014 installation If you have problems with SQL Server 2014 installation, review this troubleshooting checklist to find potential solutions. 1. Check the hardware requirements. To install SQL Server 2014, you should have the following hardware: – Intel or compatible platform with processor speed: 1.0 GHz minimum for a 32-bit x86 implementation and a 1.4 GHz minimum for […]

SQL Server

Microsoft SQL Server Database Design Principles — (Part 2)

Microsoft SQL Server Database Design Principles – (Part 2) Author: Basit A. Farooq Relationships Relationships identify associations between data stored in different tables. Entities relate to other entities in a variety of ways. Table relationships come in several forms: · One-to-one relationship · One-to-many relationship · Many-to-many relationship One-to-one relationship A one-to-one relationship represents a relation between entities in which […]

SQL Server

Troubleshooting problems with connection to SQL Server 2014

Troubleshooting problems with connection to SQL Server 2014 If you have problems with connection to SQL Server 2014, review this troubleshooting checklist to find potential solutions. 1. Install the latest SQL Server 2014 service pack. Because many SQL Server 2014 connection bugs were fixed in SQL Server service packs, you should install the latest SQL Server service pack. At the […]

SQL Server

Microsoft SQL Server Database Design Principles — (Part 1)

Microsoft SQL Server Database Design Principles – (Part 1) Author: Basit A. Farooq Database design is one of the most important tasks in the systems development life cycle (SDLC), also referred to as application development life-cycle (ADLC). That’s because, the databases are essential for all businesses, and good design is crucial for any business critical high performance application. Poor database […]