(joshuafennessy) Experienced SSIS developers will recognize the usefulness of the simple data viewer object used during the development process to peek into the data set and see what is going on at various stages of execution.
Tag: sql server
Getting Started with SQL Server 2012 Data Quality Services – Part 1
(Arshad Ali) The amount of data is increasing on a regular basis and so is the responsibility to ensure the quality of data remains intact. Data quality issues consist of inconsistency, incompleteness, invalidity, inaccuracy, duplicates, etc. These data quality issues can arise from different source
SQL Server (2005+) Ranking Functions – A Better Mailout Boxing Algorithm
(pogo69) I’d been wanting to post about the joys of SQL Server Transact SQL’s (new to SQL Server 2005) ranking functions since learning of them. I wrote this article originally as an explanation to my fellow development team members about what I had done and why I did it.
SQL Server – Deleting Distributed Orphaned Transactions
(Jack Vamvas) I outlined in MS DTC and sys.dm_tran_active_transactions and SQL Server detected a DTC/KTM in-doubt transaction with UOW , how orphaned distributed transactions are created. This query deals with alleviating the immediate problem . Root cause analysis should follow.
Three tricks to get more out of SQL Server in common web scenarios
(lelandrichardson) Learn several little-known SQL tricks/techniques used to improve query times and enforce business rules with common everyday web-development scenarios.
SQL SERVER – Discard Results After Query Execution – SSMS
(Pinal Dave) The first thing I do any day is to turn on the computer. Today I woke up and as soon as I turned on the computer I saw a chat message from a friend. He was a bit confused and wanted me to help him. Just as usual I am keeping the relevant conversation in focus and documenting […]
Comparing performance for the MERGE statement to SELECT, INSERT, UPDATE or DELETE
(Ben Snaidero) Now that SQL Server 2008 has been out for quite awhile I’ve started to see a lot more use of the MERGE statement that became available in this version. While I do find it makes code more readable, I wondered whether or not there were any performance benefits or drawbacks to using this
Memory Manager surface area changes in SQL Server 2012
(G Bowerman) There were various changes to memory related DMVs, DBCC memory status, and Perfmon counters in SQL Server 2012 as part of the redesign of the Memory Manager component of SQLOS. The Memory Manager redesign resulted in being able to more accurately size and govern all SQL Server memory co
OFFSET – FETCH in SQL Server 2012
(John Pertell) Most of us are familiar with using the TOP keyword in a T-SQL query. Basically, TOP will return a specified percentage or number of records. For instance, to see the top 100 sales orders by total price you may run a query similar to this one.
SQL SERVER – Validating Spatial Object with IsValidDetailed Function
(Pinal Dave) What do you prefer – error or warning indicating error may happen with the reason for the error. While writing the previous statement I remember the movie “Minory Report”.