Microsoft SQL Server
@MSSQLServerTraining
9.19K
subscribers
269
photos
77
videos
46
files
5.2K
links
Sql Server Training
Adimn :
@MSSQLServerTrainingAdmin
Download Telegram
Join
Microsoft SQL Server
9.19K subscribers
Microsoft SQL Server
https://www.mssqltips.com/sqlservertip/6993/power-bi-email-reports-power-automate-rls/?utm_source=dailynewsletter&utm_medium=email&utm_content=headline&utm_campaign=20211006
MSSQLTips.com
Power BI Email Reports with Power Automate
Learn how to schedule sending Power BI reports as PDFs and using Power Automate to schedule the running and exporting a PDF version of a report.
Microsoft SQL Server
https://www.mssqltips.com/sqlservertip/6756/power-bi-calendar-table/
MSSQLTips.com
Create Power BI Calendar Table with Power Query M Language
Learn how to create a customizable Power BI calendar date table that can be used for Power BI reports using Power Query.
Microsoft SQL Server
https://www.mssqltips.com/sqlservertip/1160/execute-dynamic-sql-commands-in-sql-server/?utm_source=dailynewsletter&utm_medium=email&utm_content=headline&utm_campaign=20211006
MSSQLTips.com
Execute Dynamic SQL commands in SQL Server
Learn about different approaches for building dynamic SQL code using query parameters, EXEC and sp_executesql.
Microsoft SQL Server
https://www.mssqltips.com/sqlservertip/7000/azure-sql-db-purchasing-model-dtu-vcore/?utm_source=dailynewsletter&utm_medium=email&utm_content=headline&utm_campaign=20211011
Mssqltips
Azure SQL DB Purchasing Model DTU vs vCore
Learn about the Azure SQL DB purchasing model and how to change from DTU to vCore or vice versa.
Microsoft SQL Server
https://www.mssqltips.com/sqlservertip/4054/creating-a-date-dimension-or-calendar-table-in-sql-server/
MSSQLTips.com
Creating a date dimension or calendar table in SQL Server
Learn how to build and use a calendar table in SQL Server to make it easier to figure out and use dates and date ranges for queries.
Microsoft SQL Server
https://www.mssqltips.com/sqlservertip/5234/sql-server-data-masking-with-dbdefence/
MSSQLTips.com
SQL Server Data Masking with DbDefence
Data breaches are commonplace with some accounts reporting more than 1000 breaches per year. Learn how SQL Server data masking helps.
Microsoft SQL Server
https://www.mssqltips.com/sqlservertip/6026/sql-server-performance-tuning-manageengine-applications-manager/
Mssqltips
SQL Server Performance Tuning with ManageEngine Applications Manager
Learn about the SQL Server performance and operational monitoring capabilities for DBAs with ManageEngine Applications Manager.
Microsoft SQL Server
https://www.mssqltips.com/sqlservertip/6989/sql-server-data-types-handling-errors/?utm_source=dailynewsletter&utm_medium=email&utm_content=headline&utm_campaign=20211011
Mssqltips
SQL Server Data Types Handling Errors
This article looks at examples of when data type names are case sensitive and what you should do to avoid any possible errors in your SQL Server.
Microsoft SQL Server
https://www.mssqltips.com/sqlservertip/6994/lakehouse-solutions-azure-synapse-analytics/?utm_source=dailynewsletter&utm_medium=email&utm_content=headline&utm_campaign=20211011
Mssqltips
Scalable Lakehouse Solutions for Azure Synapse Analytics
Learn about the challenges of implementing Data Lakes and the lakehouse concept to build scalable solutions capable of handling large data volumes.
Microsoft SQL Server
https://www.mssqltips.com/sqlservertip/6992/time-series-analysis-sql-create-compare/?utm_source=dailynewsletter&utm_medium=email&utm_content=headline&utm_campaign=20211011
Mssqltips
Time Series Analysis in SQL Creation and Comparison
Compare four time series models using SQL Server that signal when to buy and sell financial securities like company stocks or exchange traded funds.
Microsoft SQL Server
https://www.mssqltips.com/sqlservertip/6998/lakehouse-elt-design-development-monitoring-azure-pipelines/?utm_source=dailynewsletter&utm_medium=email&utm_content=headline&utm_campaign=20211011
Mssqltips
Lakehouse ELT design, development and monitoring of Azure Pipelines
Learn methods and applications to create and support your Data Lakehouse ELT design, development, scheduling, and monitoring of pipelines in Azure.
Microsoft SQL Server
https://www.mssqltips.com/sqlservertip/2542/display-line-numbers-in-a-sql-server-management-studio-query-window/?utm_source=dailynewsletter&utm_medium=email&utm_content=headline&utm_campaign=20211011
MSSQLTips.com
Display Line Numbers in a SQL Server Management Studio Query Window
Learn how to turn on and off SSMS show line numbers to see line numbers for code in SQL Server Management Studio queries.
Microsoft SQL Server
https://www.mssqltips.com/sqlservertip/2343/how-to-monitor-backup-and-restore-progress-in-sql-server/?utm_source=dailynewsletter&utm_medium=email&utm_content=headline&utm_campaign=20211011
MSSQLTips.com
Monitor Backup Percentage Complete in SQL Server
SQL Server backups and restores can take a long time to complete and learn how to find the backup completion percentage in SQL Server.
Microsoft SQL Server
https://www.mssqltips.com/sqlservertip/6991/sql-concatenate-examples/?utm_source=dailynewsletter&utm_medium=email&utm_content=headline&utm_campaign=20211011
Mssqltips
SQL Concatenate Examples
In this article we look at how to concatenate SQL Server data using various methods using concatenation operator, functions CONCAT and CONCAT_WS.
Microsoft SQL Server
https://www.mssqltips.com/sqlservertip/1101/quickly-find-sql-server-code-errors-when-using-ssms/?utm_source=dailynewsletter&utm_medium=email&utm_content=headline&utm_campaign=20211011
Mssqltips
Quickly Find SQL Server Code Errors when using SSMS
Use SSMS to quickly find errors in your T-SQL code by double clicking on the error message and SSMS will bring you right to that line of code.
Microsoft SQL Server
https://www.mssqltips.com/sqlservertip/1520/recursive-queries-using-common-table-expressions-cte-in-sql-server/?utm_source=dailynewsletter&utm_medium=email&utm_content=headline&utm_campaign=20211011
MSSQLTips.com
Recursive Queries using Common Table Expressions (CTE) in SQL Server
Learn how to write recursive queries in SQL Server by using a Common Table Expression also know as a CTE.
Microsoft SQL Server
https://www.mssqltips.com/sqlservertip/1601/script-to-retrieve-sql-server-database-backup-history-and-no-backups/?utm_source=dailynewsletter&utm_medium=email&utm_content=headline&utm_campaign=20211011
MSSQLTips.com
SQL Server database backup and missing backup history scripts
Use these queries to get SQL server backup history for database backups to easily find the backup history of a database in SQL Server.
Microsoft SQL Server
https://www.mssqltips.com/sqlservertip/5234/sql-server-data-masking-with-dbdefence/?utm_source=dailynewsletter&utm_medium=email&utm_content=headline&utm_campaign=20211011
MSSQLTips.com
SQL Server Data Masking with DbDefence
Data breaches are commonplace with some accounts reporting more than 1000 breaches per year. Learn how SQL Server data masking helps.
Microsoft SQL Server
https://www.mssqltips.com/sqlservertip/6993/power-bi-email-reports-power-automate-rls/?utm_source=dailynewsletter&utm_medium=email&utm_content=headline&utm_campaign=20211011
MSSQLTips.com
Power BI Email Reports with Power Automate
Learn how to schedule sending Power BI reports as PDFs and using Power Automate to schedule the running and exporting a PDF version of a report.
Microsoft SQL Server
https://www.mssqltips.com/sqlservertip/7005/multiple-linear-regression-estimation-prediction-sql-server-r/
Mssqltips
Multiple Linear Regression for Estimation and Prediction in SQL Server
Deep dive into multiple linear regression for estimation and prediction using real estate data and SQL Server and R for data analysis.