Databases

Databases

32 bookmarks
Custom sorting
SQL Server "Codify" Function
SQL Server "Codify" Function
This function will jump-start the process of converting long descriptions into meaningful abbreviations. It's great for creating "Code" columns in lookup tables.
·nolongerset.com·
SQL Server "Codify" Function
The Art of PostgreSQL
The Art of PostgreSQL
The book that teaches SQL to developers: Learn to replace thousands of lines of code with simple queries!
·theartofpostgresql.com·
The Art of PostgreSQL
The Art of PostgreSQL
The Art of PostgreSQL
The book that teaches SQL to developers: Learn to replace thousands of lines of code with simple queries!
·theartofpostgresql.com·
The Art of PostgreSQL
SQL and Business Logic
SQL and Business Logic
Business logic is supposed to be the part of the application where you deal with customer or user facing decisions and computations. It is often argued that this part should be well separated from the rest of the technical infrastructure of your code. Of course, SQL and relational database design is meant to support your business cases (or user stories), so then we can ask ourselves if SQL should be part of your business logic implementation. Or actually, how much of your business logic should be SQL?
·tapoueh.org·
SQL and Business Logic
Part I. Tutorial
Part I. Tutorial
Part I. Tutorial Welcome to the PostgreSQL Tutorial. The following few chapters are intended to give a simple introduction to PostgreSQL, relational …
·postgresql.org·
Part I. Tutorial
PostgreSQL Tutorial - Learn PostgreSQL from Scratch
PostgreSQL Tutorial - Learn PostgreSQL from Scratch
Learn PostgreSQL quickly through a practical PostgreSQL tutorial designed for database administrators and application developers.
·postgresqltutorial.com·
PostgreSQL Tutorial - Learn PostgreSQL from Scratch
Postgres Guide
Postgres Guide
We here are very big fans of Postgres as a database and believe it is often the best database for the job. For many though, working with and maintaining Postgres involves a steep learning curve. This guide is designed as an aid for beginners and experienced users to find specific tips and explore tools available within Postgres. If you want to take the quick & painless approach instead, there are great services available for Postgres hosting.
·postgresguide.com·
Postgres Guide
dbdiagram.io Release Notes
dbdiagram.io Release Notes
dbdiagram.io Release Notes and Roadmap. dbdiagram is a quick and simple free tool to help you draw your database relationship diagrams and flow quickly using simple DSL language.
·dbdiagram.isnoting.com·
dbdiagram.io Release Notes
Stored Procedure in SQL Server with R Code
Stored Procedure in SQL Server with R Code
In this article we will explore how to create custom stored procedures using R which is basically an R function that can be called from a SQL Server stored procedure.
·mssqltips.com·
Stored Procedure in SQL Server with R Code
DB Connection Pools: Essential Knowledge for Web Developers
DB Connection Pools: Essential Knowledge for Web Developers
Typical data-driven web apps need a Database (DB) connection to render almost every page or to serve every API call. For scalability reasons, Web Server and Database servers are hosted on different Machines.
·mobisoftinfotech.com·
DB Connection Pools: Essential Knowledge for Web Developers
What are Materialized Views? A 5 Minute Introduction
What are Materialized Views? A 5 Minute Introduction
A materialized view is a type of database object that contains any results derived from a query. Read on for a quick introduction.
·educative.io·
What are Materialized Views? A 5 Minute Introduction
Strategies for connecting Shiny applications to databases – RStudio Support
Strategies for connecting Shiny applications to databases – RStudio Support
Broadly speaking, there are two strategies for connecting a shiny application to a database using secure authentication. The first is running the application as a service account. The second is run...
·support.rstudio.com·
Strategies for connecting Shiny applications to databases – RStudio Support