(Cindy Russell) IBM DB2 Tech Talk: Data Archiving Best Practices is a very intresting overview of factors to consider in governing your data.
Other News
Auditing for Physical Standby Databases with Real-Time Query
(Uwe Hesse) Today I got asked by a colleague whether we can do auditing on a Physical Standby that does Real-Time Query. My response was: Probably yes, with AUDIT_TRAIL=OS for the Standby and the audit command specified on the Primary.
SQL Developer Video Tutorial: Navigating Your PL/SQL
(Jeff Smith) If a picture is worth a 1,000 words, how valuable is a 6 minute video? Instead of throwing up a bunch of bullet points and screenshots on the blog, I’m going to let you watch the movie instead.
FIRST/LAST versus FIRST_VALUE/LAST_VALUE
(tonyhasler) As I promised in my last post, I want to discuss the difference between FIRST/LAST and FIRST_VALUE/LAST_VALUE.
Minimal Download Strategy in SharePoint 2013
(Bjørn Furuknap) A while back I tweeted briefly that I found something called Minimal Download Strategy framework in the SharePoint 2013 protocol documentation. Needless to say, I wanted to figure out what it is, so I researched a bit and wrote about it in the second issue of the SharePoint 2013 Bet
Handle GridView.OnSorting() and create sorting expression dynamically using LINQ
(Alexander M. Batishchev) The GridView control from ASP.NET 2.0 is great and widely used but has a significant limitation: the sorting event argument GridViewSortEventArg is string-based and is based on values in markup. So it can’t be directly used in programmatic sorting using LINQ.
Configuring WebSphere Message Broker Hypervisor Edition in a virtual environment for cloud computing
(Avinash Jhawar, Pabitra Mukhopadhyay and Ravi SK Sinha) This article shows you how to configure WebSphere Message Broker Hypervisor Edition as a service in a cloud environment, using VMware ESX V4 (a 64-bit x86 processor). Topics include configuring Hypervisor Edition on a virtual machine, implemen
$_GET and $_POST in PHP
(Vineet Kumar Saini) Using the GET and POST methods, the browser client can send data to the web server. In PHP the GET and POST methods are used to retrieve information from forms, such as user input. Get and Post are methods used to send data to the server. These methods are used for data handling
JavaScript Coding Standards
JavaScript Coding Standards Today David writes in with his typical amount of detail. He responds to our recent topic of Naming standards with a focus on JavaScript that I find quite useful. Even if you don’t agree with everything here, I’m sure you can see some thought placed around David’s constraints far beyond personal preference. Each technique has a benefit. […]
Modern Documentation for a Non-Waterfall LifeCycle
$$SWYNK$$ Featured Article(s) Troubleshooting problems with SQL Server 2008 R2 alerts In this article, Alexander Chigrik explains some problems you can have with SQL Server 2008 R2 alerts. He also tells how you can resolve these problems. Featured White Paper(s) Demystify Tempdb Performance and Management In this white paper, Robert L Davis demystifies the best practices that work some of […]
