(Rob) So with the July Release of SSMS everything changed for using PowerShell with SQL. You can read the details here As I mentioned in my previous post the name of the module has changed to sqlserver
Tag: sql server
SQL Server Agent – Unable to start the service – The request failed or the service did not respond in a timely fashion
(Pinal Dave) Rarely, it also happens when someone becomes accidental DBA and may get stumped with simple things. This blog is result of troubleshooting which I have done for a company where I found one such DBA. I don’t say you cannot become a DBA in this manner, it is the hard work that goes behind
Invoke-SqlCmd Just Got Better!
(Laerte Junior) If you’ve read even just a few of my articles on Simple-Talk you know that I’m a big fan of PowerShell + SQL Server.
Columnstore Index: Parallel load into clustered columnstore index from staging table
(Sunil Agarwal) SQL Server has supported parallel data load into a table using BCP, Bulk Insert and SSIS. The picture below shows a typical configuration of a Data Warehouse where data is loaded from external files either using BCP or SSIS. SQL Server supports parallel data load.
SQL Server T-SQL Code to Return Consecutive Values Over a Certain Value
(Dallas Snider) I need to know when the value of my sensor data stored in a SQL Server column exceeds a specified value for more than 3 consecutive rows. How can I do this in T-SQL?
Tips for Using Azure Data Catalog
(Melissa Coates) It seems there’s a lot of interest in Azure Data Catalog from the customers that I work with. Since I’ve been discussing it a lot recently during projects, I thought I’d share a few thoughts and suggestions.
Step Descriptions And Comments In M Code In Power BI Desktop
(Chris Webb) The June release of Power BI Desktop has what seems to be a fairly unremarkable new feature in that it allows you to add descriptions to each step in a query in the Query Editor window.
SQL SERVER – Unable to cast object of type ‘System.DBNull’ to type ‘System.String’. (Microsoft.SqlServer.Smo)
(Pinal Dave) When you are driving on a highway, you look forward to the sign boards give you guidance while you are busy driving. These sign boards tell you when your exit is approaching and how you should be dealing with the same. I consider such sign boards inside SQL Server as “Error Messages”.
Columnstore Index: Differences between Clustered/Nonclustered Columnstore Index
(Sunil Agarwal) SQL Server 2016 provides two flavors of columnstore index; clustered (CCI) and nonclustered (NCCI) columnstore index. As shown in the simplified picture below, both indexes are organized as columns but NCCI is created on an existing rowstore table as shown on the right side in the pi
Temporal Data Part 3 – Reporting Out Current and Historical Information
(Greg Larsen) As you start creating temporal tables to track history information you might find it necessary to join the history records with the current records into a single set of records.
