Hacker News
- Why uppercase SQL is so common, and why it doesn't make sense https://wirekat.com/why-uppercase-sql-is-so-common-and-why-it-doesnt-make-sense/ 2 comments
- Analyzing ELF symbols using SQL https://fzakaria.com/2023/09/11/quick-insights-using-sqlelf.html 7 comments
- The Revival of Great SQL Ideas https://winand.at/newsletter/2018-12/consistency-cloud-jit 17 comments
- The History of SQL Injection http://motherboard.vice.com/read/the-history-of-sql-injection-the-hack-that-will-never-go-away 9 comments
- DO Not USE SPECIAL CHARACTERS as They Are Interpreted by SQL http://wogcc.state.wy.us/SundryPassWord.cfm 9 comments
- SQL Server App Store Reviews (If SQL Server were an app:) http://www.brentozar.com/archive/2011/12/sql-server-app-store-reviews/ 17 comments
- Mass SQL Injection Attack Hits Sites Running IIS http://blog.sucuri.net/2010/06/mass-infection-of-iisasp-sites-2677-inyahoo-js.html 3 comments
- Using Microsoft SQL Server Temporal Tables and EntityFramework Core to Audit a Database https://www.bytefish.de/blog/entity_framework_core_temporal_tables.html 6 comments dotnet
- Adding a Azure SQL USER based on Entra Login https://learn.microsoft.com/en-us/sql/t-sql/statements/create-user-transact-sql?view=sql-server-ver16#examples 21 comments azure
- I built a different kind of DBMS think MongoDB x MySQL x Redis. CursusDB is an open-source secure distributed in-memory yet persisted document oriented database with real-time capabilities and it's own SQL like query language! https://github.com/cursusdb/cursusdb 20 comments programming
- Importing and Parsing Nested json files in SQL Server http://api.worldbank.org/v2/countries/CHN/indicators/SP.POP.TOTL?format=json&per_page=5000 3 comments sql
- Video – How I 100x'd Bulk Import Speed in Rails with Some Pretty Gnarly SQL https://www.twnsnd.com/posts/how_i_100xd_bulk_import_speed_in_rails_with_some_gnarly_sql.html 14 comments ruby
- This APL2 programming guide for IBM mainframes features a demo example of an inventory management program using SQL https://www.ibm.com/downloads/cas/XD2XL2NO 4 comments apljk
- Generate production sql from liquibase https://stackoverflow.com/questions/68280449/generate-production-sql-from-liquibase 3 comments java
- ECHO Framework - SQL Server - String JSON Responese https://echo.labstack.com/guide/response/ 5 comments golang
- I wrote a website that helps practice the basics of SQL queries https://www.sql-practice.com/ 27 comments sql
- From 343 trillion rows to 144 thousand rows: using indexes in query planning to get more efficient joins in our open source golang SQL query engine https://www.dolthub.com/blog/2020-12-28-join-planning/ 3 comments database
- sq: A type-safe SQL query builder and struct mapper https://www.reddit.com/r/golang/comments/j2irku/sq_a_typesafe_sql_query_builder_and_struct_mapper/ 9 comments golang
- Gzip SQL data and upload to AWS S3 in one go. https://github.com/thatInfrastructureGuy/sqltocsvgzip 8 comments aws
- [Feedbacks] Easy way to use SQL in Node. https://github.com/ghivert/stonebraker 5 comments node
- I modified an SQL query from 24 mins down to 2 seconds - A tale of query optimization https://parallelthoughts.xyz/2019/05/a-tale-of-query-optimization/ 189 comments programming
- Microsoft SQL license compliance - hosting someone else's license on my equipment? https://www.reddit.com/r/sysadmin/comments/aeoqk9/microsoft_sql_license_compliance_hosting_someone/ 9 comments sysadmin
- How to continue/practice SQL https://www.reddit.com/r/learnprogramming/comments/ac9kqx/how_to_continuepractice_sql/ 12 comments learnprogramming
- Why you should use SQL CTEs https://dev.to/helenanders26/why-you-should-use-sql-ctes-25lk 16 comments programming
- Beware of Hidden PL/SQL to SQL Context Switches https://blog.jooq.org/2018/09/07/beware-of-hidden-pl-sql-to-sql-context-switches/ 13 comments programming
- SQL Database Design with Yesod and Persistent https://bensima.com/2018/01/sql-database-design-with-yesod-and-persistent/ 4 comments haskell
- SQL: When The Inner Join Order Matters https://mastel.org/blog/when-join-order-matters 30 comments programming
- C#, getting data from SQL and displaying it into a windows form. https://www.reddit.com/r/learnprogramming/comments/5y2zw9/c_getting_data_from_sql_and_displaying_it_into_a/ 12 comments learnprogramming
- Blind Mssql SQL Injection tutorial step by step http://infoseczone.net/mssql-blind-sql-injection-tutorial-step-step/ 3 comments netsec
- Switching from localdb to SQL Server http://stackoverflow.com/questions/11989371/can-i-specify-the-filename-for-a-localdb-database-in-entity-framework-5 7 comments dotnet
- Binomial Options Pricing in SQL https://www.periscopedata.com/blog/binomial-options-pricing-in-postgres.html 7 comments programming
- Pentesterlab Tutorial - SQL injection to web admin console to getting a real shell https://pentesterlab.com/exercises/from_sqli_to_shell 11 comments netsec
- Postgresql JSON data type - The best of both the NoSQL and SQL worlds! http://www.jumpingbean.co.za/blogs/mark/postgresql-javascript-native-json-support 6 comments programming
- Time to break free from the SQL-92 mindset http://vladmihalcea.com/2014/05/12/time-to-break-free-from-the-sql-92-mindset/ 38 comments programming
- Sparse matrix multiplication using SQL http://notes.mindprince.in/2013/06/07/sparse-matrix-multiplication-using-sql.html 17 comments programming
- Sqlmap: Automatic SQL injection and database takeover tool http://sqlmap.org/ 5 comments webdev
- Oracle's MySQL.com hacked via SQL injection http://www.scmagazineus.com/oracles-mysqlcom-hacked-via-sql-injection/article/199419/ 128 comments programming
- SQL injection attacks "exposed the user names, e-mail and Internet addresses of more than 4 million Pirate Bay users" http://krebsonsecurity.com/2010/07/pirate-bay-hack-exposes-user-booty/ 17 comments netsec
- A Look At April's Mass SQL Server Injection Attack http://blogs.ittoolbox.com/c/programming/archives/a-look-at-aprils-mass-sql-server-injection-attack-for-aspnet-sql-server-sql-server-environments-25388 4 comments programming
- Ask Reddit: If you were writing a database engine and need a query language, how would you design one (or What is wrong with SQL?) http://programming.reddit.com/info/1bx1l/comments 20 comments programming