(Anand) Few weeks back had an issue where 2nd node of 4-node RAC got evicted and the alert log showed the below error before the instance was evicted –
Other News
Create a List Definition in SharePoint 2010 using Visual Studio 2010
(K. G. Sreeju Nair) In this demonstration, I am going to create a list definition using Visual Studio 2010. For the demonstration purpose, I am going to create a list definition for storing expenses, once deployed, the list definition can be used to create lists to store expenses. The list definitio
Where is the sql_id of active session
(Coskan Gundogar) In this post I will give information on quick ways to find the sql_id’s of sessions for which you can’t see any entry when you look at v$session.
Data Mining Model Training Destination in SQL Server Integration Services
(Marcin Policht) The primary purpose of data mining is discovering patterns in raw data, which, in turn, offers a means to estimate its future trends. This is accomplished by analyzing its values in the context of a few deliberately chosen mining models and their respective mining algorithms, which
Scalability, capacity skew colossal in SQL Server 2012
(Serdar Yegulalp) Because issues of scale often arise in large data sets, most of the new features for scalability and capacity management in Microsoft’s upcoming SQL Server 2012 are aimed specifically at huge workloads: data warehousing, business intelligence (BI) and decision-support applications.
Nested Tasks
The twelfth part of the Parallel Programming in .NET tutorial looks at the ability for tasks to be nested. A nested task is one that is created and executed within the delegate of another. Nested tasks are not linked to their parent tasks.
How to Bold text in a Windows Forms ListView
(Ged Mead) Sometimes you’ll want to highlight items in a ListView to grab the user’s attention. One way you can do this is to programmatically apply Bold font weight to text.
SQL SERVER – Updating Data in A Columnstore Index
(Pinal Dave) So far I have written two articles on Columnstore Indexes, and both of them got very interesting readership. In fact, just recently I got a query on my previous article on Columnstore Index.
Basic Form Properties and Modality in VB.NET
A form is the most important object in VB.NET. It is where your program’s users will input data. It is also where your program’s results are shown. In other words, the form is the user interface. This tutorial covers basic form properties and the modality of the form in VB.NET. It is written for VB.
Insert Data into a SQL table using a1 XML File
(Manoj Sevda) This article provides basic information about how to insert multiple records with a single stored procedure. Often developers find themselves in this situation and for this purpose many customized solutions were developed. What people tend to overlook is the fact that SQL Server provid