Forum Post: Not able to see record count for each table of all schema
Hi All, I am using Toad for SQL server. Something changed in the setting, So that I could not able to see record count for each table of the respective schema. Earlier to this I was able to see like...
View ArticleBlog Post: Using unique constraints
I ran into an interesting problem the other day. Given the title of the post, obviously a unique constraint was involved, although I want to point out that the problem was not caused by the constraint...
View ArticleBlog Post: SQL F.A.D. – Trace flag 834 and columnstore indexes - » Syndication
Trace flags can be good Are special codes we, the DBA, can... The post SQL F.A.D. – Trace flag 834 and columnstore indexes appeared first on WaterOx Consulting .
View ArticleBlog Post: Automatically re-write non-sargable isnulls into sargable code in...
"where ISNULL(column, 'DontMatch') = 'Match'" - is kind of a bad thing to do in SQL as it means that any index on column can't be used. It is a really simple thing that is a waste of time, fixing it is...
View ArticleBlog Post: T-SQL Clippy
I love writing c# code using visual studio and resharper, it is a really nice experience and resharper does a lot of boiler plate stuff and offers re-writes for you that mean you can concentrate on...
View ArticleBlog Post: Additional Controls for SSIS
COZYROC is the leading company providing advanced Microsoft SQL Server 2005-2014 Integration Services (SSIS) library of custom tasks, components and scripts for handling Zip, GZip, BZip2, Tar archives,...
View ArticleBlog Post: Database Design Evils
I posted a tongue-in-cheek Twitter poll about some database design features that tend to polarize team members. Of course, every design decision comes down to cost, benefit and risk. So there aren’t...
View ArticleBlog Post: SQL to generate Asset Information – Configuration Manager SCCM 2012
SELECT DISTINCT s.Netbios_Name0 AS ComputerName, s.Operating_System_Name_and0 AS OSName, pr.Name0 AS ProcessorTypeSpeed, pr.Manufacturer0 Manufacturer,...
View ArticleBlog Post: Dynamic Data Flow using Cozyroc component part I
This is in fact a double double post. Double because it is composed of 2 parts and double because I am writing about two things today: 1 – Open Live Writer (OLW) – The open source version of Windows...
View ArticleBlog Post: #0365 – SQL Server – Auditing – Fetching properties of the current...
Most enterprise applications implement auditing in areas of application that have business importance, data cleanup and data quality improvement. It therefore becomes important to track the following:...
View ArticleBlog Post: Picking a Clustered Index
A Clustered Index is not another term for Primary Key, and more thought should be put into the key columns of the index than always allowing them to default to the PK. First of all, the primary key is...
View ArticleBlog Post: Can we get a license for DDL Triggers?
There are several types of triggers. Logon triggers – Fired when someone tries to connect to the instance. DML triggers – Fired after a DML statement. INSERT, UPDATE and DELETE statements. DDL triggers...
View ArticleBlog Post: Monday Morning SQL Break – December 14, 2015
It’s Monday time for this week’s weekly blog and twitter round-up for last week. If you haven’t already, follow me on twitter ( @StrateSQL ). This is a good chance to catch up on data platform...
View ArticleBlog Post: Log Shipping: It’s Better Than Bad It’s Good!
This is something of an epic post, so grab a tea and get ready…I’m probably showing my age by quoting an old Ren and Stimpy cartoon here, but to be fair it probably sums up log shipping pretty well....
View ArticleBlog Post: Power BI Desktop, Sort By Column And DAX Calculations That Use The...
Recently I came across a problem where a DAX measure gave different results in Excel and Power BI Desktop. It turned out not to be a bug or even a feature, but since it confused me for a few minutes I...
View ArticleBlog Post: Which Secure Protocols are Allowed on Your Servers
A script to have handy to tell you which schannel protocols are enabled / disabled for PCI or certificate compliance. $path =...
View ArticleBlog Post: Scripting out multiple scripts from the Object Explorer Details...
A few weeks ago I was reading a blog post by Andrea Allred ( b / t ) and was just amazed by what I was reading. I’ve never been a big fan of the Object Explorer Details window. It didn’t seem to really...
View ArticleBlog Post: Dear #sqlfamily
This was the first time Lucy (and her brother smiled) after the first few days of treatment (in which she was constantly vomiting). A charity had come into the hospital to let the kids play with their...
View ArticleBlog Post: Cannot Open the Properties of a 2014 Availability Group in SSMS...
I ran across a bug in SSMS 2016 CTP 2 back in August. If you try to right click and look at the properties of a 2014 availability group using the SSMS 2016 CTP you’ll get an error. The bug had...
View ArticleBlog Post: What Alerts Us About The SQL Agent? - Syndication – WaterOx...
The SQL Agent is our friend! Setting up SQL Server Agent to... The post What Alerts Us About The SQL Agent? appeared first on WaterOx Consulting .
View Article