Intelligent Applications in Azure SQL Server

Ready to elevate your data management game? Today, we’re diving into the fascinating world of Retrieval Augmented Generation (RAG) and how it can transform your Azure SQL Server experience. Whether you’re a seasoned SQL expert or just starting out, RAG offers a plethora of benefits that will make your data management faster, smoother, and more … More Intelligent Applications in Azure SQL Server

Transfer database permissions on all objects from one SQL server to another – MS SQL Server 2008 – 2014

The Problem I needed to migrate all databases from a MS SQL server 2008 R2 to MS SQL Server 2014; while I can create and restore my databases, permission in objects live on the system databases, therefore I needed to transfer all my login and data objects from one server to another. This cannot be … More Transfer database permissions on all objects from one SQL server to another – MS SQL Server 2008 – 2014

Install SQL Server 2014 Step by Step

I was just recently assigned to a project where we need to migrate large database servers from SQL server 2008 R2 – 32 bit to SQL server 2014 – 64 bit First thing we need to do is install SQL server 2014 on the new servers. Here is a step by step installation guide. Open SQL … More Install SQL Server 2014 Step by Step