(Grant Fritchey) If you look at the Properties for the first operator of a graphical execution plan, you get all sorts of great information. I’ve talked about the data available there and how important it is in this older post.
Tag: sql server
Record.AddField(), Functions And The Delayed Option In M
(Chris Webb) Today I was looking at the Record.AddField() M function and saw it had a mysterious – and badly documented – optional fourth argument called delayed.
Keeping KPI Reports up to Date
(Kathi Kellenberger) Last time, I talked about a very useful new feature of SSRS, KPI reports. These reports stand alone in the web portal, and they also run in the mobile Power BI apps along with Mobile Reports.
Lesson Learned #18: Database cannot be downgraded to a lower database tier.
(Jose M Jurado) I worked on another very interesting service request when our customer received the message: “MODIFY FILE failed. Size is greater than MAXSIZE. Please query sys.database_files and use DBCC SHRINKFILE to reduce the file size first” trying to scale down the Azure database tier.
Deployment Automation for SQL Server Integration Services (SSIS)
(Nat Sundar) SSIS was not originally designed with automated deployment in mind. However, any database that uses SSIS projects and their packages needs a way of scripting the deployment of them if the database is to be deployed rapidly, or via a build server.
A detailed view into your Azure resources
(Kenneth Fisher) I’ve been studying Azure recently and came across a really interesting Azure site.
New built-in function CONCAT_WS() in SQL Server vNext (2018)
(Manoj Pandey) In my previous posts I discussed new Functions introduced in SQL Server vNext (or 2018), like STRING_AGG(), TRIM(), TRANSLATE().
Options for scaling out SQL Server applications to boost workloads
(Brien Posey) Scaling out a database to meet the needs of a heavy processing workload can be a challenge. Here are details on the SQL Server scalability methods available to ease the process.
Getting Started with Azure SQL Data Warehouse – Part 1
(Arshad Ali) As the demand for data analytics grows so does the need for a technology or platform to process large amounts of different types of data in timely manner. A platform that can be easily scaled up or down, based on increased or decreased demand, has become an imminent need for all those o
Drop table from a published SQL Server database
(Rajendra Gupta) Sometimes there is a need to drop a SQL Server table from a database that is published for transactional replication. In this tip we will walk through the steps to do this and an easier way with SQL Server 2014 SP2 and later.
