(Jason Brimhall) Reporting Services is a pretty feature rich tool for delivering reports to various consumers. There is plenty of power within Reporting Services (SSRS) giving one the ability to perform visualizations, render reports in various formats and even schedule reports to be delivered in di
Tag: sql server
How to Create Alter And Drop Check Constraint In SQL Server with Examples
(NEERAJ Sharma) CHECK constraints enforce domain integrity by limiting the values that are accepted by one or more columns. You can create a CHECK constraint with any logical (Boolean) expression that returns TRUE or FALSE based on the logical operators.
SQL SERVER – Database Mirroring Login Attempt Failed With Error: ‘Connection Handshake Failed. There is No Compatible Encryption Algorithm. State 22
(Pinal Dave) One of my client was trying to convert database mirroring to the AlwaysOn availability group. They had a mirroring configure where the principal server was going to become a primary replica. When they attempted to join the AG, it was failing with an error.
How to use Apache Avro Compression with Azure IoT, Azure Stream Analytics, and Node.js
(Jon Gallant) I was recently working with a customer that uses Apache Avro compression and discovered that there isn’t a great example out there that shows you how to send Avro compressed messages through the IoT pipeline. This post will hopefully fill that gap.
Displaying Columns of Metadata in the Azure Portal
(Melissa Coates) This is just a quick tip about displaying columns in the Azure portal. If you’ve not been using this little feature, they can be helpful.
Continuous Integration
(Kenneth Fisher) T-SQL Tuesday It’s T-SQL Tuesday again! This month we are being hosted by James Anderson (b/t). Thanks James! He has asked us to talk about Shipping Database Changes.
How to create a table with default value in SQL Server
(NEERAJ Sharma) How to create or alter existing or drop Default column in SQL Server.
Power BI Custom Data Connectors
(Chris Webb) Amid all the other announcements at Microsoft Build today came one I’ve been waiting for a long time: we can now build our own custom data connectors for Power BI. Here’s the announcement on the Power BI blog:
SQL SERVER – Ghost Cleanup Getting Hung and Blocking Checkpoint Process. What’s Wrong?
(Pinal Dave) Have you even been in a situation where system processes are taking CPU and not moving ahead? Recently, one of my clients showed me a system where checkpoint on the user database being blocked indefinitely by ghost cleanup.
General Notes on Security in Azure SQL Data Warehouse
(Grant Fritchey) I’m still learning about Azure SQL Data Warehouse (ADW, cause I’m lazy). ADW is a deceptively deep topic. Initially you think that it’s just SQL Server, what’s the big deal. Then you start to understand the underlying architecture and things get complicated.
