News

Technology Toolbox: VB.NET, C#, SQL Server "Yukon" All versions of SQL Server prior to SQL Server "Yukon" provide two ways to write procedural code that executes inside the database. The usual way is ...
Update: Microsoft released SQL Server 2019 CU8 with a fix for the reliability issue that impacted SQL Server 2019 CU7. Microsoft pulled the Cumulative Update package 7 (CU7) for SQL Server 2019 ...
I know in Oracle you can use DBA_TAB_COLUMNS (or ALL_TAB_COLUMNS). My SQL Server knowledge is very rusty, but can't you use the INFORMATION_SCHEMA.COLUMNS view?