GitHub

HANA-XML-TO-SQL

Having worked with HANA for nearly eight years, I often found myself grappling with the challenge of converting graphical views into SQL statements. As my company transitioned to Snowflake in recent ...
The SQL-Monitoring repository contains a set of SQL scripts designed to monitor, collect, and analyze SQL Server performance metrics. These scripts help database administrators (DBAs) identify ...
Twice in the past couple of months I’ve gotten tripped up by the same data issue when using LINQ to Entities in the .NET framework. I create a simple view in my database which performs some ...
These days you can run Doom anywhere on just about anything, with things like porting Doom to JavaScript these days about as interesting as writing Snake in BASIC on one’s graphical calculator. In a ...
A typical screen in your user interface probably combines data from several different tables. To handle that, I typically have my back-end processes generate Data Transfer Objects (DTOs) which combine ...
Microsoft Access is a powerful database that is part of the Microsoft Office package, and by combining its user-friendly ...
Since I wrote about the Snowflake query tags generated by Power BI earlier this year, one important piece of functionality ...
A Version 6 PROC SQL Pass-Through view does not need to be updated to be used in Version 7 or Version 8. The conversion of PROC SQL Pass-Through views is automatic and does not require you to use the ...
The DICTIONARY tables component is specified in the FROM clause of a SELECT statement. DICTIONARY is a reserved libref for use only in PROC SQL. Data from DICTIONARY tables are generated at run time.