Video Programming for IT Professionals
Other News
Remote Databases – TIPS from the Trenches
Remote Databases – Tips from the Trenches Today I’ll continue the topic regarding accessing data from remote databases. For clarification, in this case we are talking about a Microsoft SQL Server database accessing data from a different SQL Server Database, maybe even mounted on a different Instance of SQL Server. This does not include querying data in other data repositories […]
Using XML elements as HTML form drop down menu items with PHP
(Shek) In my previous post, I have mentioned about using MySQL data as drop down menu items. Here in this post, I am going to show how to use XML elements as HTML form drop down menu items, by doing so, we could use the XML file as a configuration file.
Web Services explained
(Douglas K. Barry) First, defining Web Services using Web Services Description Language (WSDL) will be reviewed. That will be followed by SOAP, which provides means of sending messages.
Leveraging the Semantic Web
Imagine a typical laboratory scenario. A postdoctoral student identifies a protein through a screen. Her interest is piqued when this protein appears to be involved in a rare neurodegenerative disease pathway.
How to Access Oracle Coherence Caches from a JRuby App
(Pas Apicella) The Oracle Coherence In-Memory Data Grid is a data management system for application objects that are shared across multiple servers, require low response time, very high throughput, predictable scalability, continuous availability and information reliability.
How to Collect Statistics
(Charles Hooper) In a previous article I shared a couple of the slides that I put together for an Oracle Database presentation for a specific ERP group – a presentation that as designed was far too long to fit into the permitted time slot. I thought that in today’s blog article I would share a coup
Using LINQ-to-SharePoint with Choice Fields
(Ricky Kirkham) If you like to use the LINQ to SharePoint provider to perform your SharePoint data queries in server-side code, sooner or later you will encounter a certain tension between the strongly typed world of LINQ queries and the decentralized nature of SharePoint.
SQL SERVER – 2008 – 2008 R2 – Create Script to Copy Database Schema and All The Objects – Data, Schema, Stored Procedure, Functions, Triggers, Tables, Views, Constraints and All Other Database Objects
(Pinal Dave) Quite often I get the request regarding how to copy all the objects – including schema and data from any database and re-create it on another instance.
Oracle String Functions
This is an introductory tutorial of the most commonly used Oracle string functions. Oracle string functions help you become efficient in retrieving string information from an Oracle database.
