Unlock the full InfoQ experience by logging in! Stay updated with your favorite authors and topics, engage with content, and download exclusive resources. Kenneth Harris, a NASA veteran who worked on ...
This repository contains a Proof of Concept (POC) for real-time database table replication using Debezium for Change Data Capture (CDC) and MapR Streams (Kafka) for streaming data pipeline. The POC ...
While temporal data support is something that has existed in the past within other database platforms, it is a newly available feature with the RTM version of SQL Server 2016. In case you haven’t ...
A SQL Server expert gives his take on the absolute, No. 1, very worst thing IT pros can do when it comes to indexing. Consultant, author and Microsoft MVP Denny Cherry travels the world helping ...
Is it possible to enforce brackets instead of double quotes for sql server when escaping identifier, for example [Schema].[Table] Also this is more of a feature ask; is it possible to add a settings ...
I was just wondering if anyone was dumping performance monitoring data to SQL Server tables?<BR><BR>Any tips, advice, thoughts in general on this?<BR><BR><BR>Lessons hard learned, ...
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?