How much Space can I expect to recover from a ...In my last article – Identify Tables With Dropped Columns – we saw how we can identify tables […] 5 juillet 2024 dans Sites anglophones étiqueté @SQLServer / Administration / Database Administration / DBA / DBCC PAGE / drop columns / internals / system_internals_partition_columns / TSQL par sqlservercentral.com
Identify Tables With Dropped ColumnsIn my last article – What happens when we drop a column on a SQL Server table? Where’s […] 7 juin 2024 dans Sites anglophones étiqueté @SQLServer / Data Storage / DBA / DBCC PAGE / Drop Column / drop columns / internals / SQL Server internal storage / TSQL par sqlservercentral.com
What happens when we drop a column on a SQL ...Short answer: The column is marked as ‘deleted’ and will stop being visible/usable. But, most importantly – The […] 26 avril 2024 dans Sites anglophones étiqueté @SQLServer / Administration / Database Administration / DBA / DBCC IND / DBCC PAGE / internals / SQL Server internal storage / Table Structure / TSQL par sqlservercentral.com
The difference between BIN2 and Case-Sensitive collations in SQLA common question that arises in SQL Server collation discussions is whether a binary collation (BIN2) is functionally […] 15 mars 2024 dans Sites anglophones étiqueté collation / t-sql / Transact SQL / TSQL / Unicode par sqlservercentral.com
SQL Window Functions Series: LAG() and LEAD()In the realm of data analysis, being able to understand the relationships between sequential data points is paramount. […] 11 décembre 2023 dans Sites anglophones étiqueté #sql interview questions / Advanced SQL / Data / Database / Date Calculations / Date computation / DATEDIFF / LAG / LAG function / LEAD / OVER() / Performance / Performance and Tuning / Performance Tuning / Programming Language / SQL / SQL Compare / sql monitor / SQL Performance / SQL Prompt / SQL Script / SQL Server / t-sql / time series / TSQL / Window Functions par sqlservercentral.com
What Exactly Is a CTE in T-SQL? A Comprehensive Guide ...Background A Common Table Expression (CTE) in T-SQL is like a versatile tool in the toolbox of a […] 20 octobre 2023 dans Sites anglophones étiqueté CTE / TSQL / Uncategorized par sqlservercentral.com
Understanding the Metadata Function DATABASEPROPERTYEX()SQL Server offers various metadata functions to return metadata information about databases and its objects. Today, I will […] 29 août 2022 dans Sites anglophones étiqueté system functions / t-sql / TSQL par sqlservercentral.com