Allen Berezovsky
|
File Stream in SQL Server
Presentation Abstract:
Allen will discuss different ways we as developers handle BLOBS. In particular, Allen will show a real application where he has to store and retrieve thousands of Images, and the pros and cons of using SQL Server 2008's new FILESTREAM data type as a solution. He will also show two different methods of working with SQL Filestream from ASP.NET, including using LINQ to SQL.
BIO:
Allen Berezovsky is an MCITP Database Developer, and a senior database engineer with HarborObjects, LLC. Allen has over 12 years of hands-on experience developing data-driven web applications. Allen helps run the SQL Server Users group in Orange County - that is when it doesn't conflict with his Thursday night basketball league. Afterhours, Allen is a professional photographer, an amateur musician, and an out-of shape basketball player.
|
|
Benjamin Nevarez
|
Top 10 Query Optimizer Topics for Better Performance
Abstract:
This session will show you how a better understanding of how the Query Optimizer works can help you to improve the performance of your queries. I will show you the top 10 Query Optimizer topics that can give you the most benefit by focusing both on concepts and practical solutions. The SQL Server Query Optimizer is a cost-based optimizer whose job it is to analyze the possible execution plans for a query, estimate the cost of these plans and select the one with the lowest cost. So a better knowledge of how the Query Optimizer works can help both database developers and administrators to get better performance from their databases. Several areas of the query processor will be covered, everything from troubleshooting query performance problems and identifying what information the Query Optimizer needs to do a better job to the extreme cases where, because of the its limitations, the Query Optimizer may not give you a good plan and you may need to take a different approach.
Bio:
Benjamin Nevarez is a database professional based in Los Angeles, California. He is the author of “Inside the SQL Server Query Optimizer” to be published by Red Gate Books this January. Benjamin has more than 15 years of experience with relational databases, and has been working with SQL Server since version 6.5. He holds a Master’s Degree in Computer Science and has been a speaker at several technology conferences, including the PASS Summit. Benjamin’s blog is at http://www.benjaminnevarez.com, and he can be reached at reached at admin@benjaminnevarez.com.
|