(Siddharth Gajbhiye) In this article, we will learn how to copy text to Clipboard and also copy the current date and time, using Angular 8.
Other News
Weird ORA-01031: insufficient privileges on DGMGRL
(Rodrigo Jorge) Those days, my production dataguard system suddenly started to receive a weird ORA-01031: insufficient privileges on DGMGRL for any task like “show configuration” or “edit database set state”.
Effortless Custom Form Input Styling With Webkit Appearance None
(Ben Nadel) So last night, I was listening to the latest episode of JS Party, when Divya Sasidharan said something that rocked my world.
Introduction to MySQL 8.0 Common Table Expressions (Part 1)
(Corrado Pandiani) This blog is the first part of a two-articles series. In this article, I’m going to introduce the Common Table Expression (CTE), a new feature available on MySQL 8.0, as well as Percona Server for MySQL 8.
SQL Server Maintenance Plan Shrink Database Task
(Sergey Gigoyan) In some cases, a SQL Server database occupies much more space than actually is used by the data or would ever be used. In such situations, it would be optimal to reduce the size of the database and return the storage space to the operating system.
React Bootstrap Table with Searching And Custom Pagination
(Sanwar ranwa) In this article, we will learn how to use the React Bootstrap Table in React applications. I will also explain how we can implement paging, searching, and sorting in this Table.
Coronavirus: Tips to staying Motivated and Active
Social Distance doesn’t mean Isolation. Use current technology to stay connected: Call, FaceTime, Web conference, Zoom, Skype your connections with coworkers and friends. Setup regular on-line meetings with your managers and co-workers. Setup one-on-one meetings to stay connected. Have Virtual Lunches with friends: FaceTime or Skype with friends to plan, cook, and eat lunch/dinner together. Schedule these healthy and nutritious...
SQL AS keyword overview and examples
(Esat Erkec) SQL AS keyword is used to give an alias to table or column names in the queries. In this way, we can increase the readability and understandability of the query and column headings in the result set.
#PowershellBasics: Run a file and pass it a parameter.
(Kenneth Fisher) I realized in my last #PowershellBasics post that I was talking about running a file and passing in an optional parameter but I didn’t describe how to do it. I decided that it was a distinct enough task that I’d make it it’s own post, so here we go.
Never Concatenate Strings With jOOQ
(lukaseder) jOOQ supports a vast amount of SQL syntax out of the box. As such, most users will not think of resorting to string concatenation like in the old days when writing dynamic SQL with JDBC.
