OutSystems Developer at Paua, building smarter EV charging solutions. Passionate about SQL, performance tuning, and clean data. It has been almost three years since I began working as an OutSystems ...
----- The script updates the date colums for the AdventureWorksDW database with recent dates and it inserts new dates in the date dimension. ----- It uses the current year as the last year for the ...
Database administrator with 14+ years of hands-on experience in database management and database design. This DMV tracks how often indexes — including heap tables (which have index_id = 0) — are used ...
SQL is a tool that is widely used in the manipulation of data and featuring in the relational database. They are applied in querying, manipulating as well as reporting data and it is commonly used by ...
--SQL Server code for Q1 resolution SELECT o.id AS order_id, p.latitude AS pickup_latitude, p.longitude AS pickup_longitude, d.latitude AS delivery_latitude, d.longitude AS delivery_longitude, ROUND( ...
For fixing Windows errors, we recommend Fortect: Fortect will identify and deploy the correct fix for your Windows errors. Follow the 3 easy steps to get rid of ...
Sometimes I need to provide two dates and create a list of dates for that period, so I tried creating one in Snowflake as well. Query to get a list of dates for a specified period WITH arr AS ( SELECT ...
Part of the SQL Server 2022 blog series. Time series data is a set of values organized in the order in which they occur and arrive for processing. Unlike transactional data in SQL Server, which is not ...