News

I use the following connection string to connect to SQL server using Managed Identity: Data Source=tcp:<serverurl>,1433; Initial Catalog=<dbname>; Authentication=Active Directory Managed Identity; ...
Our team has moved all of our SQL Server authentication to use Managed Identity, but when I try to use the same Connection String with Hangfire I run into the issue that is spoken of in #1827 and ...
A Microsoft data platform MVP on the state of SQL Server today -- how it's evolved in Microsoft's Azure-first word, the best features to emerge in recent years and troubleshooting gotchas.
Arthur Fuller explores the value of identity columns and the usefulness of their arbitrary values and discusses ways to use SQL Server 2000's IDENTITY_INSERT setting.
The primary key column is often set to auto-increment when constructing a SQL Server database. To achieve this, the IDENTITY property is enabled on the primary key column. The starting value and ...