Check out the latest SQL Server show – Watson! You may have seen him on Jeopardy! – Stephen Baker joins us on the show today talking about what was learned with the project. Stephen Baker wrote the book (literally) on the Watson project and all that it entailed – do not miss this show…[Watch the Show] Javascript With Multiple Browsers […]
Other News
Using MySQL In A Hosting Environment
MySQL is a heavy-duty database server. Used with various software languages, most notably PHP, and component of the LAMP family (which is comprised of Linux, Apache, MySQL, and PHP),
ASP.NET MVC 3 Dependency Injection
(Brian Mains) ASP.NET MVC 3 was released recently with a wide array of new features, one of these being Dependency Injection. The MVC team added support in many areas of the framework, which is where we are going to be focusing on in this article. If you haven’t read my previous series on Dependency
Working with SOAP Messages in PHP
(Octavia Anghel) This article discusses how to write a PHP web service using the NuSOAP library as well as a JavaScript client to consume it using the AJAX technology and the SOAP protocol.
Adding XML Attributes to SVG
(Darla Ferrara) Adding attributes to your XML tag when creating a scalable vector graphic (SVG) is what allows you to control the image. For some people, the attributes will be the hardest part of using SVG.
ADO.NET Entity Framework : Adding User Defined Function in Storage Model
(Wriju) Sometimes you may want to use same logic again and again. Let’s suppose you do not have access to your database which allows you to write function or stored proc. Never mind, EF allows you to define the logic at Model and you should be able to experience the same.
Indenting XML files
(Costin Boldisor) The operation of indenting XML files is pretty trivial when using the classes from the System.XML namespace. However, I often find myself trying to read canonical XML code from files. As such, a created a very simple tool that converts XML files to indented XML.
Duplicating CPYF Function Using SQL
(Skip Marchesani) There are a few questions that I am frequently asked re: SQL that are interrelated. First, can SQL be used to duplicate the function found in the native CPFY (copy file) command?
RAC One Changes in 11.2.0.2 Patchset
(Arup Nanda) Oracle patchsets used to be simple – they were bugfixes only; no additional functionalities were added. Oracle added stuff quietly in 10.2.0.4 patchset (the workload capture); but that was part of a new functionality anyway.
Applying Interactive Sorting to Multiple Columns in Reporting Services
(Stacia Misner) A nice feature that appeared first in SQL Server 2008 is the ability to allow the user to click a column header to sort that column. It defaults to an ascending sort first, but you can click the column again to switch to a descending sort.
