(Sagar P) This article explains how to get items from a list based on the value of “ID”.
Other News
AWR Warehouse, Status
(Kellyn Pot’Vin) So the AWR Warehouse patches are out, but documentation has not officially caught up to it yet, so as we appreciate your patience. I thought I would post about what I went over in my webinar last week when I had the wonderful opportunity to speak to the ODTUG members on this featu
Q&A: Even More Deadly Mistakes of MySQL Development
(Bill Karwin) On Wednesday I gave a presentation on “How to Avoid Even More Common (but Deadly) MySQL Development Mistakes” for Percona MySQL Webinars. If you missed it, you can still register to view the recording and my slides.
Clustered Column Store Index: Bulk Loading the Data
(Sunil Agarwal) As described in the blog http://blogs.msdn.com/b/sqlserverstorageengine/archive/2014/07/27/clustered-column-store-index-concurrency-and-isolation-level.aspx, the clustered column store index has been optimized for typical DW scenario supporting nightly or trickle data load with fast
Creating Simple Classes and Objects with Visual Basic
(Hannes Du Preez) The very foundation of any .NET program is a Class. Knowing how to create your own classes and derived objects from that class is an essential skill to learn, especially if you are new to Object Orientation. Today I will show you how to create your own class and create objects rep
How do you handle friend-ing requests from your boss
How To Handle Friend Requests From Your Boss Hello, this is Laura Lee Rose. I am a speaker and author. I am an expert in time and project management. I help busy professionals and entrepreneurs create effective systems so that they can comfortably delegate to others, be more profitable and have time to enjoy life even if they don’t have...
Profiling OLTP performance on Virtualized SQL 2014 with All Flash Arrays
(Mohan Potheri) TPC-C Benchmark is an on-line transaction processing (OLTP). (TPCC Main site) TPC-C uses a mix of five concurrent transactions of different types and complexity. The database is comprised of nine types of tables with a wide range of record and population sizes. TPC-C is measured as t
SQL Server: DBCC CHECKDB does not detect corruption
(David Barbarin) During my audits at customer places, it still happens very often to find SQL Server databases with page verification option configured to “none”. I always alert my customers on this configuration point because it can have an impact on the overall integrity of their databases.
Plan Cache: Parameter Sniffing
There are several reasons why it is beneficial to use parameters in the queries. It mitigates security risks by protecting from SQL Injection. Moreover, it helps with the performance. Query optimization is expensive and resource-intensive process. SQL Server reduces that cost by keeping execution pl
The Last Step in UI Design: Scripting Interaction
(Peter Vogel) An interaction script bridges the gap between designing concepts and actually adding controls to forms. The interaction script will tell you what your application needs to do, leading you (finally) to what controls you need on which forms.
