(Robert Sheldon) It is sometimes hard to keep up with Microsoft’s direction in Business Intelligence. Over the years, we’ve been presented with so many ways of aggregating, processing, graphing, reporting and visualising data, that we felt it was time to take stock and present the Simple BI Timeline
Tag: sql server
SQL SERVER – Creating Dataset Using VALUES Clause Without Creating A Table
(Pinal Dave) You know that you can add data to a table using VALUES clause. But did you know that you can create a dataset using VALUES clause like a table without adding into another table?
Remove Question Mark and Show Correct Total Number of Pages in SSRS Report
(Dallas Snider) I am creating a new SQL Server Reporting Services report in Visual Studio. When I am in Preview mode in Visual Studio or when I view the report on the server, the total number of pages is incorrect and there is a question mark behind the total number of pages. How can I fix this prob
Remove Question Mark and Show Correct Total Number of Pages in SSRS Report
(Dallas Snider) I am creating a new SQL Server Reporting Services report in Visual Studio. When I am in Preview mode in Visual Studio or when I view the report on the server, the total number of pages is incorrect and there is a question mark behind the total number of pages. How can I fix this prob
SQL SERVER – Secure by Default – The Mantra
(Pinal Dave) Generally the talks I give at conferences revolve around performance and tuning. These are always the most sought after topic and I don’t disappoint the requests because they give me an opportunity to learn something new too.
SQL SERVER – Secure by Default – The Mantra
(Pinal Dave) Generally the talks I give at conferences revolve around performance and tuning. These are always the most sought after topic and I don’t disappoint the requests because they give me an opportunity to learn something new too.
SQL Server Audit: Getting Started
(Adam Kreul) SQL Server has the ability to monitor both server and database level events via the SQL Server Audit feature. Audited events can be written to the server application or security logs, or to a file where you specify the location (the most secure route).
Updating All Jobs To Check For AG Primary Replica
(Denny Cherry) One of the really annoying things about moving existing SQL Server databases into an Availability Group is setting up the jobs to work within the confines of the AlwaysOn Availability Group.
SQL Server – New Database Backup Encryption with SQL Server 2014
(Hareesh Gottipati) With the release of Microsoft SQL Server 2014, we have the first version of SQL Server that supports encrypting database backups directly from the database engine without any third party software being installed on the SQL Server.
Creating a SSRS report to show SSIS package run time statistics
(Junaith Haja) In most companies developers are restricted from accessing the MSDB database and they rarely know the performance of their packages in a production environment unless they have access to third party software tools or a friendly DBA.
