
JSON in Microsoft SQL Server: A Comprehensive Guide
Feb 28, 2019 · Microsoft SQL Server, starting from version 2016, introduced built-in support for JSON, allowing developers to work with JSON data more efficiently within the relational database environment.
Combine DATE and TIME to DATETIME2 in SQL Server
Mar 10, 2011 · Msg 8117, Level 16, State 1, Line 42 Operand data type date is invalid for add operator. So, the “addition” method is relegated to the “Classic Method” of using the DATETIME datatype.
Configuring Maintenance Plans in SQL Server
Sep 8, 2020 · While inbuilt tools in SQL Server and SSMS are helpful, third-party tools can help database administrators and data engineers perform maintenance more efficiently.
Date and Time Calculations Made Easy with EOMONTH, DATEDIFF, and ...
Jul 3, 2024 · Learn how to work with dates and calculate particular dates or elapsed time periods with some of the functions available in SQL Server.
Creating logins and users in Azure Database - SQLServerCentral
Apr 11, 2019 · Creating logins and users in Azure Database Eduardo Pivaral, 2019-04-11 Azure Database is the PaaS solution for SQL Server databases, on a previous post we have discussed …
How to update a field with leading zeros - SQLServerCentral
Oct 24, 2019 · Hi, I have 2 columns in a table: rct_ref_to_date int rec_ref nchar (10) I need to UPDATE rec_ref with the value in rct_ref_to_date but with leading zeros to pad it out to 7 characters. Can …
How to Change SQL Server License or Product Key?
Feb 13, 2009 · Select the SQL Server Instance for which you are going to change license key if you have multiple instances and Click on Next button. Now, It checks all rules for edition upgrade.
Using Registered Servers in SSMS – SQLServerCentral
Nov 2, 2020 · One of the features in SQL Server Management Studio (SSMS) that I find very useful is to have a list of registered servers and databases in SSMS. This
Creating Partition on Existing tables and Rolling Partitions
Jul 20, 2008 · this article describes about creating partitions on our existing Tables and also gives details about how to create rolling partition to support new data
Introduction to Indexed Views in SQL Server – SQLServerCentral
Mar 10, 2020 · This article describes how to create and consume an indexed view in SQL Server. The latest SQL Server articles from SQLServerCentral