(Jason Brimhall) The Common Language Runtime (CLR) is the fundamental nerve center of the Microsoft .NET Framework. It is this nerve center that provides the execution environment for all .NET Framework code. One may sometimes refer to CLR code as managed code.
Tag: sql server
Developing product recommendations on WideWorldImporters using SQL Graph
(Sergio Govoni) SQL Server has always provided tools to manage hierarchies and relationships, facilitating query execution on hierarchical data, but sometimes relationships can become complex.
Analyze Synchronous Commit Impact on High Commit Rate Workloads
Workloads that rely on auto-commit (each operation like an INSERT has an implied, corresponding begin and commit transaction) and perform a large number of small transactions may take significantly longer to complete when run against availability group databases configured for synchronous commit.
SQL SERVER – How to Change Column Property From NULL to NOT NULL Value?
(Pinal Dave) A Very popular question I often here whenever I am presenting at the developer conference – How to Change Column Property From NULL to Not NULL Value?
How to calculate last time Wait Statistics were cleared
(Jack Vamvas) Question: I’m trying to figure out how to calculate when SQL Server wait statistics were last cleared.
Bridging the Azure gap : Managed Instances
(Tim Radney) If you’ve been considering moving your SQL Server environment to Azure, you’ve only had a couple of options. First you could utilize the PaaS solution of Azure SQL Database and move a single database or use an elastic pool. Your other option has been an IaaS solution using Azure Virtual
How to Enable Transparent Data Encryption
(Greg Larsen) Security of data is a hot topic these days. One of the security concerns auditors have is whether or not your SQL Server data is encrypted when stored At-Rest–meaning auditors would like to see all data encrypted on the actual disk platters that store the data.
Installing SQL Server Reporting Services 2017
(Rajendra Gupta) SQL Server 2017 has just been released and with most releases there are changes that you need to be aware of. One of the changes in SQL Server 2017 is that the SQL Server Reporting Services (SSRS) installation is not part of the regular SQL Server installation. In this tip, we will
SHA1 Collisions in SQL Server
(Michael J. Swart) It’s been frowned on for a while, but SHA1 is definitely broken for security purposes.
SQL Server on Linux: Kerberos Troubleshooting, Hints and Tips and Hard Code Debugging
(RDORR) SQL Server on Linux uses the GSSAPI and SSSD service for Active Directory (AD) authentication activities. Thus, Kerberos is the path for success for AD authentication and just in case you have to troubleshoot a problem I have a few tips.
