(Steve Hood) Extended Events is supposed to be taking over for most of Profiler and server-side tracing functionality, but there were people like me out there that took their time making the switch. For me the excuse was SQL Batch Completed isn’t in 2008 / 2008 R2, most databases are slow to move of
Tag: sql server
SQL SERVER – Who is consuming CPU on my SQL Server?
(Pinal Dave) The topics around performance tuning is always interesting and I get quizzed by a number of you during conferences on these topic areas post my presentation. A relatively simple yet a powerful question was asked by one of the attendee in my session at MODS (Mobile Developer Conference)
Extract numbers from string using T-SQL
(Niladri Biswas) In many high end programming languages like C#,Java,JavaScript etc. they provide a feature call as regular expression to do this kind of operation and it is quite handy also for this kind of job. However, SQL Server is doesn’t provide such an option to do so. But with a little of ef
Find Tables, Columns or Stored Procedures used in a SQL Server Reporting Services Report
(Scott Murray) I need to find all the SQL Server Reporting Services (SSRS) reports that use a particular table, column, or stored procedure? Is there an easy way to accomplish this task?
SQL SERVER – What is Semantics Search Inside SQL Server?
(Pinal Dave) Every now and then I bump into stuffs that I didn’t even hear about when it comes to working with SQL Server. This time I heard the word Semantics Search and was wondering where and when did it come.
Short Circuit Events
(Jason Brimhall) I introduced the importance about predicate order previously. I recommend either reading that article for the first time or reading it again if you have already read it.
How to Calculate the size of sql results in KB?
(Jack Vamvas) Question: I’d like to understand if there is a way in SQL Server to estimate the size of a sql result set in kilobytes (KB)? Is there some sort of statistic returned which associates a size statistic to a result set?
Custom Built Statistics
(Dan Holmes) SQL Server Books Online (BOL), whitepapers, and many other sources will show you how and why you might want to update statistics on a table or index. However, you only get one way to shape those values. I will show you how you can create the statistics exactly the way you want within th
Dynamically Refresh SQL Server Reporting Services Report Date Parameters
(Ghanesh Prasad) You created a report in SQL Server Reporting Services that has four parameters Year, Month and two Calendar Date Picker parameters StartDate and EndDate. The default values for StartDate and EndDate are determined by the Year and Month parameters.
Performance Problems with IF statement execution in SSAS Tabular
(Jason Thomas) Due to the high compression rates and stellar in-memory architecture of SSAS Tabular, most people with smaller models do not experience performance problems (in-spite of employing bad data modeling techniques and inefficient DAX measures).
