(Pinal Dave) Since the release of SQL Server 2019, I have written quite a few blogs about this release. In this blog, we would see the new options available in sys.configurations catalog view.
Community
Command Design Pattern Using Java Sample
(Nagaraj M) Command Design pattern is a behavioral design pattern in which a request can be turned to action.
Permissions required for row counts to show up on Object Explorer Details
(Kenneth Fisher) I ran into a rather obscure permissions problem the other day. Since I wasn’t able to figure it out on my own I posted for help. This wasn’t something I felt could be easily translated into #sqlhelp so I went ahead and posted it on Stack Exchange then tweeted the link, with a brief
Learn SQL: Foreign Key
(Emil Drkusic) In the previous article, we talked about the primary key (PK). In this one, we’ll check what is the foreign key (FK) and how it’s related to the primary key. This is the final step, after creating tables, inserting data, and defining primary keys, to cover all basics related to the da
How to Fix JavaScript Errors
(Don Roche) My computer programming teacher had always told me that 10% of our time is spent developing 90% of our application, and the other 90% of our time finishing the last 10% of our project.
DB2 for z/OS Locking for Application Developers Part 1
(Gareth Copplestone-Jones) This DB2 for z/OS Locking blog series is mostly targeted at DB2 for z/OS application developers, but is also appropriate for application designers, database administrators, DB2 systems programmers and other DB2 professionals who are concerned with data integrity and applic
Download And Upload Google Drive Files In ASP.NET Core
(Bipin Joshi) In the previous article we displayed a list of files from Google Drive. By now you know how to configure a Google API project and establish a connection with your Google drive. In this part you will build on top of what you learned in the previous part.
Using A File Upload Or The Request Body To Overcome The Slow Processing Of A Large Form POST In Lucee CFML 5.3.3.62
(Ben Nadel) Yesterday, I demonstrated that Lucee CFML appears to incur a request-cloning cost when spawning CFThread tags. In most circumstances, this cost is negligible.
Letting the Client Control Data Retrieval with GraphQL in .ASP.NET Core
(Peter Vogel) GraphQL lets you create data access services without writing controllers. Instead of writing procedural code, you declare schemas describing what queries you’ll accept and what you’re willing to return. Here’s how to get started in ASP.NET Core.
Quick hack for GTID_OWN lack
(Shlomi Noach) One of the benefits of MySQL GTIDs is that each server remembers all GTID entries ever executed.
