(Dinesh Asanka) When subscriptions are created, owner of that subscription will be the user who creates it. However, when that user account is disabled, subscriptions will be failed and there is no way from the user interface to change it.
Tag: sql server
Identity Removal
(Chris Bell) Identity columns are great. they help us to understand our data better, and can even help our queries to perform better.
SQL SERVER – Who ALTER’ed My Database? Catch Them Via DDL Trigger
(Pinal Dave) Here is an interesting comment from one of my previous blogs on how to change the compatibility level of SQL server post posted earlier. Some of these comments are interesting and can provide some interesting extension to blog ideas like this.
Tip # 6 – Change History
(Chris Shaw) This article is part 6 in a series on the top 10 most common mistakes that I have seen impacting SQL Server Performance and Resiliency. This post is not all inclusive.
Improving Power Query Calculation Performance With List.Buffer()
(Chris Webb) I saw an interesting post the other day on the Power Query Technet forum which showed how the List.Buffer() function could be used to improve calculation performance.
Calculate the Statistical Mode in SQL Server using T-SQL
(Koen Verbeeck) Next to the average and the median, there is another statistical value that you can calculate over a set: the mode. This is the value that appears the most often in the set.
Building a job to monitor other jobs
(Kenneth Fisher) The other day Tom Roush (b/t) and Tim Radney (b/t) were having a discussion on twitter about using scheduled windows tasks to run SQL Processes. Now why would you ever want to do this?
SSMS Tools Pack 3.5.0.0 is out with a NEW feature, a few improved features and various bug fixes.
(Mladen Prajdic) The new feature is called Global Replacement Texts.
SQL AZURE – How to Disable and Enable All Constraint for Table and Database
(Pinal Dave) Recently I wrote blog to enable and disable all constraints in the database SQL SERVER – How to Disable and Enable All Constraint for Table and Database.
Announcing Minion Enterprise: the new SQL Server Management Solution
(Jen McCown) A company with more than one SQL Server instance has no built-in way to gather and report on maintenance, backup, and configuration data across those instances.
