(Greg Larsen) Where do you go to find the last time SQL Server was started? I’m guessing you might have gone to the ERRORLOG file and reviewed it to determine when SQL Server started.
Tag: sql server
Simple Trick to Stay on top of your Azure Data Lake: Create Alerts using Log Analytics
(José Lara) If you manage one or more Azure Data Lake accounts, do you ever find it hard to stay on top of everything that is happening? Ever feel the need to know more about them? Are you regularly asking yourself any or all of these questions:
Introduction to Power BI Report Server
(Scott Murray) Power BI Report Server (PBIRS) was released in “preview” mode in the summer of 2017 and was released to the general availability near end of the year.
Query Store and Automated Cleanup
(Grant Fritchey) Query Store has mechanisms for automatically cleaning your data. It is possible to cause them to break down. While presenting a session about the Query Store recently, I was asked what happened if you set the size of the Query Store below the amount of data currently in the store. I
Why running SQL Server on Docker is no longer frowned upon
(Brien Posey) Microsoft now lets SQL Server databases run in Docker containers, a capability that depends on using volumes to store data in a persistent way outside the containers.
#0412 – SQL Server – SSIS – Error – The value type (__ComObject) can only be converted to variables of type Object. Variables may not change type during execution.
(Nakul Vachhrajani) Recently, we were manipulating a string in an “Execute SQL” task inside a SSIS package, when we ran into the following sequence of errors.
SQL SERVER – The Report Server Cannot Open a Connection to the Report Server Database. (rsReportServerDatabaseLogonFailed)
(Pinal Dave) When my clients contact me for any issue, I always try to help them or redirect them to someone who can help them better than me. Once a client contacted me for an issue with SQL Server Reporting Services.
Azure vs. AWS Analytics and Big Data Services Comparison
(Thomas LaRock) Last week I wrote a post that helped visualize the different data services offered by Microsoft Azure and Amazon AWS. This week I’m writing about the Azure vs. AWS Analytics and big data services comparison.
Proactive caching with in-Memory tables as notification
(Krishnakumar Rukmangathan) Recently we encountered an issue using a Multidimensional Model where ROLAP and proactive caching were enabled on one of the partition. The notification was set to SQL Server table to track the changes and refresh the cache.
Automate SQL Server Backup and Restore Tasks in Linux
(Graham Okely) You have several SQL Server tasks already running and working on Windows and now you want to repeat those SQL Server tasks in Linux. For example, you would like to kick off a restore of a few databases. But how? Here are some script ideas to get you started.
