(Ged Mead) So far, I’ve looked at a range of position and repetition characters, most of which are fairly precise – i.e. a precise number of repetitions. In this post, I did mention the Question Mark quantifier, which will match the previous item zero or one time.
Author: SSWUG Research
The User Experience (UX) Of Design Thumbnails
(Ben Nadel) At InVision App, we often have heated debates about the importance of thumbnails vs. the importance of naming conventions. I am the loud minority that loves naming conventions; everyone else loves thumbnails.
Create Windows Services Easily with Topshelf
(Ondrej Balas) Windows Services are special types of applications that run in the background, and typically always run when the machine is on. One benefit of this is that the service itself doesn’t rely on a user being logged into the machine.
The DB2Night Show #116: Intimate Details- DB2 BLU with IBM Master Inventors
(Scott Hayes) 97% of our studio audience learned something! During this episode of The DB2Night Show, Guy and Shankar began by sharing the usual “marketing” slides on BLU (it must be an IBM requirement) but then treated us to a deep dive on technical details we’ve not seen in any other presentations
XML Parsing in ADF Mobile
(PadmajaBhat) In this usecase, we have a web service that returns employee details(like name, designation, salary etc.) for an employee with given ID. In the mobile app, we will be calculating tax on the returned salary and displaying it to the user in a pop-up.
12c: SOLUTION TO PERFORMANCE ISSUE WITH IN-DATABASE ARCHIVING
(Anju Garg) In my earlier post, I had demonstarted the performance issue that could arise with in-database archiving. In this post, I am going to provide the solution to the same (as suggested by John Watson).
Oracle SQL Developer 4 and Auto Spec – Body Toggles
(Jeff Smith) I’ve been running version 4 for so long, that I have trouble remembering if some features are new to version 4. Well, here’s a simple feature that IS new to version 4 that I think our PL/SQL friends will appreciate.
DB2 Tips n Tricks Part12 – How to Rebind a specific Routine(UDF,Trigger,Sto.Proc)
(Harishkumar Baburao Pathangay) How to Rebind a specific Routine(UDF,Trigger,Sto.Proc). Method 1: call SYSPROC.REBIND_ROUTINE_PACKAGE() for REBINDING PACKAGE
XML Schema Support in SQL Server.
(Zahir Mohideen) From SQL Server 2005 onwards , we can declare xml schema as schema collection and have SQL Server to validate the incoming XML to make sure it conforms to the schema declarations .
SQL Server DBA – How To Move TEMPDB Files to a new drive
(Naresh Vadrevu) Moving a tempdb files is a often task for a DBA supporting a big environment. Moving a tempdb is 4 step easy process.
