Database

TwitterFacebook
Get flash to fully experience Pearltrees

SSAS - Best Practices and Performance Optimization - Part 1 of 4

Problem There are several aspects that can take a toll on performance for your Analysis Services cubes. http://www.mssqltips.com/sqlservertip/2565/ssas--best-practices-and-performance-optimization--part-1-of-4/
http://seldo.com/weblog/2011/06/15/orm_is_an_antipattern

ORM is an anti-pattern | Seldo.Com Blog

I tweeted about ORM last week, and since then several people have asked me to clarify what I meant. I have actually previously written about ORM , but it was in the context of a larger discussion about SQL and I shouldn't have confused the two issues.
There is a vast amount of data available today and data is now being collected and stored at a rate never seen before. Much, if not most, of this data however is locked into specific applications or formats and difficult to access or to integrate into new uses. The Open Data Protocol (OData) is a Web protocol for querying and updating data that provides a way to unlock your data and free it from silos that exist in applications today. OData does this by applying and building upon Web technologies such as HTTP , Atom Publishing Protocol (AtomPub) and JSON to provide access to information from a variety of applications, services, and stores. http://www.odata.org/

Open Data Protocol (OData)

http://www.exploit-db.com/

Exploits Database by Offensive Security

The Exploit Database (EDB) – an ultimate archive of exploits and vulnerable software. A great resource for penetration testers, vulnerability researchers, and security addicts alike. Our aim is to collect exploits from submittals and mailing lists and concentrate them in one, easy to navigate database.

SQLskills.com | Immerse Yourself In SQL Server

Why use SQLskills? SQLskills, powered by Paul S. Randal and Kimberly L. Tripp, two of the world’s most renowned SQL Server experts, is dedicated to providing the highest quality and most in-depth training and consulting in the market. We will ensure that you get real-world expertise that you can immediately put into practice, making you a better SQL Server professional. http://www.sqlskills.com/
Data transfer object ( DTO ), [ 1 ] [ 2 ] is a design pattern used to transfer data between software application subsystems. DTOs are often used in conjunction with data access objects to retrieve data from a database . [ 1 ] [ 2 ] The difference between data transfer objects and business objects or data access objects is that a DTO does not have any behavior except for storage and retrieval of its own data ( accessors and mutators ). [ citation needed ] http://en.wikipedia.org/wiki/Data_transfer_object

Data transfer object - Wikipedia, the free encyclopedia