(Vijai Anand) In this article you will see how to create User Profile Sub-Types in SharePoint 2010 using powershell.
Other News
IBM Mashup Center Need-to-know tips and tricks, Part 2: Building mashups and leveraging widgets
(Aaron Kasman and Klaus Roder) IBM Mashup Center is a powerful tool aimed at gaining insight and sharing information by rapidly assembling and visualizing data. This article shares some of the essential “need-to-know” tips we have collected in our experience with the product.
SQL Server Denali SSIS Enhancements Part 1 of 2
(Arshad Ali) I heard there are couple of enhancements in SQL Server Denali for SSIS. What are these enhancements and how does improves the usability, productivity, manageability and performance?
Implications of IBM Watson
$$SWYNK$$ Featured Article(s) Tips for designing SQL Server 2008 tables (Part 2) In this article, you can find some useful tips to design SQL Server 2008 tables. Featured White Paper(s) Structuring the Unstructured: How to Dimensionalize Semi-Structured Business Data Written by Interactive Edge The Business Intelligence industry … (read more) Implications of IBM Watson If you heard the presentation of […]
Readers Comments
Reader’s Comments Today I’ll share a number of comments from our readers covering Disk Partition Alignment and Visual COBOL. Disk Partition Alignment Leif Writes: This is true for Windows Server 2003 and earlier where the default alignment was 16K, 32K or 48K depending on the storage system behind, but for Windows Server 2008 and later (atm. Windows Server 2008 R2) […]
Check SQL Server’s Statistics Periodically to Prevent Performance Problems
(Mike Hayner) SQL Server uses statistics to determine the type of execution plan it’ll use for a query. SQL Server usually does a very good job at estimating the statistics, so the developer doesn’t need to worry about anything. But occasionally it doesn’t, in which case a better understanding of st
Successfully execute an INSERT, UPDATE and DELETE against a Database Snapshot
(Shaun Tinline-Jones) Not too long ago an ISV that developed solutions using SQL Server as the RDBMS, asked me how they could query a database as at a point in time. This was a relatively easy answer, thanks to the Database Snapshot feature. I was however surprised at the next question “Can we updat
Invisible Indexes in Oracle 11g
(SBH) Invisible Indexes are another feature which was introduced in Oracle 11g. It is nothing but a normal index on tables whose usability by the optimizer is set by a parameter. Oracle optimizer would ignore an invisible index on the table if the initialization parameter OPTIMIZER_USE_INVISIBLE_IND
How to enable database change notification with ODP .Net and Oracle 11g database
This article will introduce you with the Database Change Notification feature supported by the Oracle Data Provider for .NET (ODP .Net) and Oracle 11g database.
Overcoming ORA-01341: LOGMINER OUT-OF-MEMORY in Oracle Streams Downstream Capture
(John Jeffries) It is possible to encounter “out-of-memory” errors in a poorly configured Streams environment, even with Oracle 11g’s Automatic Memory Management feature enabled. This document describes the error seen in the database instance alert log and associated trace files and offers a solutio