(Derek Colley) You need to configure alerts to notify your DBA or out-of-hours team if there is a problem with your SQL Server replication or high-availability groups; for example if an automatic failover occurs, or an unacceptable number of queued transactions builds up at the distributor. Standard
Author: SSWUG Research
Using the Clipboard to Transfer Text
(Richard Carr) The Windows clipboard is a useful temporary storage area for information that users can use when copying and pasting information within a single application or between programs. The contents of the clipboard can be manipulated from .NET software.
How to use an XML appliance for versioning, governance
(Todd Biske) What are some examples of how to use XML appliances for versioning/governance?
Postgres devel: some psql tricks
(Michael Paquier) psql, the command client delivered with postgres core, has many options and is in this way highly customizable. For example, you can use a ~/.psqlrc file to upload automatically some customized settings when launching psql. Here are some general tips to be aware off as a common use
12 new 12c features for developers
(Scott Wesley) I haven’t installed 12c yet because
Sick of Oracle? Break Free!
(Frank C. Fillmore, Jr.) The Fillmore Group has been assisting customers with Oracle to DB2 migrations for the past few years.
jQuery Effects Using Fade Methods
(Sandeep Singh Shekhawat) This article explains how to use jQuery fading methods. The fade methods define visibility of content in UI, in other words how the web page is hidden/shown.
On The Coexistence of ASP.NET MVC and WebAPI
(K. Scott Allen) I’ve gotten more than a few questions over the last year on how to use the ASP.NET MVC framework and the Web API framework together. Do they work together? Should they work together? When should you use one or the other?
SQL Server – How to change SQL Server ERRORLOG location
(Vishal Gajjar) By default SQL Server ERRORLOG is stored in “C:Program FilesMicrosoft SQL ServerInstanceFolderMSSQLLog” folder. The ERRORLOG location is configured as a startup parameter for SQL Server Service.
Away With The SQL Slash Separator
(Michael Sansoterra) One potentially confusing aspect of programming SQL in DB2 for i for non-IBMers is the use of the forward slash character to qualify an SQL object with a schema. IBM i devs don’t have a problem with the slash because we recognize it as the character we use when qualifying object
