(Greg Larsen) We all know indexes are important for improving your query performance, but to store and maintain indexes SQL Server requires disk space and compute resources. If you have indexes that are not being used, they are costing you valuable resources and causing your update statements to ru
Tag: sql server
SQL SERVER – Why Suddenly DBCC CHECKDB Running Very Slow?
(Pinal Dave) Recently during Comprehensive Database Performance Health Check, I was asked a fascinating question. They wanted to know why suddenly their DBCC CHECKDB process started to run very very slow.
The Future Isn’t In Databases, But In the Data
(Thomas LaRock) In the past year, you may have heard me mention my certificates from the Microsoft Professional Program. One certificate was in Data Science, the other in Big Data. I’m currently working on a third certificate, this one in Artificial Intelligence.
Create database on Azure SQL Managed Instance using PowerShell
(Jovan Popovic) Azure SQL Managed Instance is a fully managed SQL Server instance hosted in Microsoft Azure cloud that enables you to work with your databases using standard TSQL or PowerShell. In this post you will see how to create your database using PowerShell.
Access Amazon Redshift data from SQL Server via a Linked Server
(Douglas Correa) Amazon Redshift is a fully managed, petabyte-scale data warehouse service in the cloud. There are often times when you need to access Redshift data from SQL Server. You could export and import data, but another option is to create a linked server from SQL Server to Redshift.
SQL SERVER – Restore Database Wizard in SSMS is Very Slow to Open
(Pinal Dave) Recently I was hired for my On Demand (55 minutes) Service by an organization and they had a very interesting situation. To be very honest, I was initially lost for few moments when they described this situation to me and wanted me to solve their error.
Handy TSQL for Azure SQL Database
(blobeater) I do not always use the Azure portal to make database changes or to check for certain information.
Lost that SQL Server Access?
(Jason Brimhall) As a data professional can you recall the last time you needed to support a SQL Server instance for which you had no access? What if you used to have access and then that access magically disappeared?
SQL Server – Performance Comparison of Function Trim and LTRIM(RTRIM)
(Pinal Dave) While delivering SQL Server Performance Tuning Practical Workshop I recently received a question which is related to performance comparison of Function Trim and LTRIM/RTRIM.
Troubleshooting Data Refresh Performance Issues With OData Data Sources In Power BI And Excel Using Fiddler
(Chris Webb) A lot of people have problems with the performance of OData data sources when loading data into Power BI and Excel.
