(Merrill Aldrich) To all who are SQL savvy, this is old news, but I wanted to put this tidbit up for you to pass along, as a concise proof, to others that might subscribe to this performance myth. On forums and Stack Overflow, it seems I constantly see this misinformation about views: the commenter/
Tag: sql server
Walkthrough setting up SQL Replication Distributor using TSQL commands
(Chris Skorlinski) The scripts below and the video capture walkthrough setting up a Microsoft SQL Server Replication Distributor using SQL commands. As discussed in previous posting, the Distributor is a key role in Replication. It serves as a “cache” holding transactions for Transactional Replicat
Ten Problems with XQuery and the SQL/XML Standard
(Michael M. David) XQuery and SQL/XML standard are processors for XML. SQL/XML was designed to try to match the capabilities of XQuery as closely as possible and XQuery was designed not only to support XML, but also to support relational processing. Read on to learn why this may have a negative infl
How To Enable Caching in SQL Server Reporting Services (SSRS)
(Ray Barley) We have many SQL Server Reporting Services (SSRS) reports that use our OLTP systems as data sources. We are always adding new reports and the number of users running these reports is also increasing rapidly. We would like to look at enabling report caching as a way to reduce some of t
Copy Only Backups for Adhoc Backups
(Dinesh Asanka) In most organizations backup plans are implemented using full differential and transactional log backups. The normal scenario would be take a full backup on Sunday (off peak hours), differential backup daily at mid-night and transactional log backups on hourly basis.
Getting your joins wrong can really impact performance
(Simon Sabin) I’ve just posted about filtering with joins is difficult to optimize (http://sqlblogcasts.com/blogs/simons/archive/2010/02/16/Filtering-by-joining-is-difficult-to-optimise.aspx). This post is along the same lines and is about the opposite, when joins don’t filter as expected but rather
Troubleshooting SQL Server Management Studio with SQL Profiler and Debugging Tools – Part 3
(grahamk) In the first 2 posts of this topic we used SQL Profiler and some common sense to diagnose a problem within SSMS. Then we used DebugDiag to collect a memory dump when a specific exception was thrown. Now in the 3rd part we’ll analyze that dump used windbg and public symbols from the Microso
SQL SERVER – Stored Procedure Optimization Tips – Best Practices
(Pinalkumar Dave) We will go over how to optimize Stored Procedure with making simple changes in the code. Please note there are many more other tips, which we will cover in future articles.
How to relate tables in DAX without using relationships
(Marco Russo) PowerPivot supports only one type of relationship between two tables, which is the one-to-many relationship. You can define that a column in a table (the “many” side) corresponds to a lookup table through a column which is an identity column there (the “one” side). DAX provides support
Different strategies for removing duplicate records in SQL Server
(Arshad Ali) In data warehousing applications during ETL (Extraction, Transformation and Loading) or even in OLTP (On Line Transaction Processing) applications we are often encountered with duplicate records in our table. To make the table data consistent and accurate we need to get rid of these dup