(Randolf Geist) The next part of the video tutorial explaining the XPLAN_ASH Active Session History functionality continuing the actual walk-through of the script output.
Author: SSWUG Research
OBIEE 11g query tracking mechanism
(Vishal Pathak) We had a requirement of tracking a query fired from OBIEE. This was to help us find out the Analysis that consume the most database resources.It is possible that some user might be selecting a huge date range resulting in the problem at the database.
Convert CSV file to XML with DataTable in Visual Basic
(Emiliano Musso) In this short article, we’ll see how to convert a common CSV file into its XML representation, using Visual Basic .NET and the powerful functionalities of DataTable objects.
What’s New in DB2 for i with TR2 for 7.2
(Scott Forstie) Once again, it’s time to talk about the Technology Refresh timed enhancements to DB2 for i. When I reflected on how I would describe this topic in a “short and sweet” manner, I thought about a recent business trip I made to Indianapolis.
Handmade Claims-based Authentication for Old-fashioned ASP.NET Sites
(Dino Esposito) ASP.NET’s identity framework gives you everything you need for using Claims-Based identities. However, claims-based identities can be simulated in plain old ASP.NET by means of a custom principal if you have an internal username/password login provider, and need to be able to display
Animating Elements In From A Mouse-Event Location Using ngAnimate And AngularJS
(Ben Nadel) The ngAnimate module, in AngularJS, is pretty awesome. This is especially true when your transitions can be defined entirely within your CSS files. In that case, your code doesn’t need to know anything about your animations at all.
Using jQuery to Show and Hide Columns in a Table using CheckBoxes
(Suprotim Agarwal) Use jQuery to show hide columns depending on the checkbox you selected. We will also see how to show hide columns using header index.
WPF Triggers – Multi Data Triggers
(Richard Carr) The one hundred and fifty-fourth part of the Windows Presentation Foundation Fundamentals tutorial completes the description of triggers. This article looks at the MultiDataTrigger, which waits for several target property values, each read using data binding.
The EF6, EF7 and ASP.NET 5 Soup
(Julie Lerman) My January 2015 Data Points column, “Looking Ahead to Entity Framework 7,” highlighted what was coming in EF7 by looking at the state of the EF7 alpha at the time I wrote the article. In December 2014, just as that column’s issue was going to press, the EF team made an important decis
Automate the Import of SQL Server Audit Files into SQL Server Using PowerShell
(Ahmad Yaseen) When security and auditing are crucial for your business, the IT security team would be very optimistic that you have configured the SQL Server Auditing option to monitor users actions on the production databases.