Virtual log file growth In previous versions of SQL Server, if the next growth is more than 1/8 of the current log size, and the growth is less than 64 MB, four VLFs were created. In SQL Server 2022 (16.x), this behavior is slightly different. Only one VLF is created if the grow...
@@FETCH_STATUS in nested loops @@ServerName returns wrong value in SQL SERVER 2008 ##TempTable and INSERT-SELECT FROM an existing Table with an IDENTITY column %rowtype equivalent in SQL server ++ operator in TSQL - bug or feature? 2 tables referencing each other using foreign key.is it ...
Challenges Faced by Data Practitioners About Data Types in SQL Server When you create a table or add a column to a table in SQL Server, you must specify the data type for each column. By specifying this, you can ensure that only the appropriate data type is stored in the column, enhanci...
Many-to-many relationships in tabular models This improvement allows many-to-many relationships between tables where both columns are non-unique. A relationship can be defined between a dimension and fact table at a granularity higher than the key column of the dimension. This avoids having ...
In SQL Server 2019 (15.x), the system tables involved in managing temporary table metadata can be moved into latch-free non-durable memory-optimized tables. See Memory-Optimized TempDB Metadata. In-Memory OLTP support for Database Snapshots SQL Server 2019 (15.x) introduces support for ...
Always Encrypted:When enabled, only the application that has the encryption key can access the encrypted sensitive data in the SQL Server 2016 database. The key is never passed to SQL Server. Dynamic Data Masking:If specified in the table definition, masked data is hidden from most users, and...
Always Encrypted: When enabled, only the application that has the encryption key can access the encrypted sensitive data in the SQL Server 2016 database. The key is never passed to SQL Server. Dynamic Data Masking: If specified in the table definition, masked data is hidden from most users,...
Applies to: SQL Server 2016 (13.x) Reporting Services and later ❌ Power BI Report ServerLearn about what's new in the different versions of SQL Server Reporting Services. This article covers the major feature areas and is updated as new items are released....
Applies to: SQL Server 2016 (13.x) Reporting Services and later ❌ Power BI Report ServerLearn about what's new in the different versions of SQL Server Reporting Services. This article covers the major feature areas and is updated as new items are released....
Find all tables with the characters ‘part’ in their name using the Data Dictionary Find all tables containing the column BusinessEntityID List All Table and View by Name indicating type. Conclusion How SQL Server uses the Data Dictionary ...