Explore >> Select a destination


You are here

ankane.org
| | erikdarling.com
4.6 parsecs away

Travel
| | [AI summary] The article discusses wrapper stored procedures in SQL Server, their advantages and disadvantages, and when to use them versus dynamic SQL.
| | minhajuddin.com
4.2 parsecs away

Travel
| | The other day, I wanted to export a sample of one of my big Postgres tables from the production server to my local computer. This was a huge table and I didn't want to move around a few GBs just to ge
| | curatedsql.com
4.7 parsecs away

Travel
| | [AI summary] A technical article explaining the benefits and drawbacks of using wrapper stored procedures in SQL Server, including how they handle variable transformation and parameter sniffing.
| | til.simonwillison.net
23.6 parsecs away

Travel
| I was messing around in Python with an in-memory SQLite database, when I decided I actually wanted to save my experimental database to a file so I could explore it using Datasette .