Backwards Compatibility Backwards Compatibility is the mirror image of the problem introduced yesterday. The problem we have with Forward Compatibility is the ability to use new features, and emulate those features using creative techniques in older versions that do not support the new features. This goal is often not possible for one reason or another. An example of Forward or […]
Other News
Troubleshooting problems with SQL Server 2008 R2 Transactional Replication
Troubleshooting problems with SQL Server 2008 R2 Transactional Replication If you have problems with SQL Server 2008 R2 transactional replication, review this troubleshooting checklist to find potential solutions. 1. Check that you use the latest SQL Server 2008 R2 service pack. Because many SQL Server 2008 R2 transactional replication bugs were fixed in SQL Server service packs, you should install...
PHP Array Functions: array_change_key_case
(TheloniusFunk) In this programming tutorial you will learn how to use the PHP array function array_change_key_case to manipulate data stored in your arrays.
Creating a semantic ‘PowerShell’ web
(Jason Hogg) A couple of weeks ago we announced that we had just released our first beta of Microsoft Script Explorer. The goal for Script Explorer was two-fold. The first was to help people looking for scripts / cmdlets / modules find them – regardless of where they resided.
New in ASP.NET MVC4: Razor changes
(Alexander Beletsky) Razor has been changed a little with ASP.NET MVC 4 beta. It’s not a kind of radical changes, but rather improvements that make developers happier. As for me, developers happier then you need to write less code to get the same function.
Bind XML saving data to DataGridView with Delete and Edit Options in Windows forms applicatons using C# || Insert,Edit,Delete data into XML with DataGridView in Windows forms using C#
(Naresh) To show XML data into DataGridView , First am designing one form with some fields , one Save button and one DataGridView Control.
JSON or XML: Just Decide
(Mark Nottingham) When people create HTTP APIs, one of the common decisions is about what format to use, usually revolving around “JSON or XML?”
Convert sqlplus spool output to CSV
(Tyler Muth) I’ve been doing some work lately with sizing / capacity planning where the source are a few of Karl Arao’s excellent AWR Mining scripts. Had I been reading his blog more I would have known he was going down a parallel path using Tableau as I was moving in the direction of R. Anyway, I
When dbms_xplan.display_sql_plan_baseline fails to show the plan
(Coskan Gundogar) Last week my colleague, had a problem where he needed to identify which baseline was using index on a plan where collection table (like SELECT column FROM TABLE(:B1) ) was used.
Reproducing a Canned Report using a Single SQL Statement
(Charles Hooper) I recently received an interesting request for assistance from an ERP email mailing list. The author of the email wanted to reproduce a canned report found in the ERP package so that the information could be published on a Microsoft Sharepoint system. The author of the email is us
