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/6995/data-warehouse-development-challenges/?utm_source=dailynewsletter&utm_medium=email&utm_content=headline&utm_campaign=20211025
Mssqltips
Data Warehouse Development Challenges Uncovered
This article is dedicated to building the new generation data warehouse called lakehouse and we discuss common data warehouse building challenges.
Microsoft SQL Server
https://www.mssqltips.com/sqlservertip/6990/sql-performance-splitting-comma-separated-strings-tvp-tvf-openjson-stringsplit/?utm_source=dailynewsletter&utm_medium=email&utm_content=headline&utm_campaign=20211025
Mssqltips
Compare SQL Performance for Splitting Comma Separated Strings
In this article we compare performance differences when splitting comma separated strings using TVPs, TVFs, openjson, string_split and more.
Microsoft SQL Server
https://www.mssqltips.com/sqlservertip/6997/bi-developer-technical-and-soft-skills/?utm_source=dailynewsletter&utm_medium=email&utm_content=headline&utm_campaign=20211025
Mssqltips
BI Developer Technical and Soft Skills for Success
In this article we cover technical skills and soft skills that are typically found in successful BI developers.
Microsoft SQL Server
https://www.mssqltips.com/sqlservertip/7010/repositories-install-sql-server-red-hat-linux-virtual-machine/?utm_source=dailynewsletter&utm_medium=email&utm_content=headline&utm_campaign=20211025
Mssqltips
Repositories to install SQL Server on Red Hat Linux Virtual Machine
In this article we look at how to get the correct repositories in place to install SQL Server 2019 on Red Hat Linux virtual machine.
Microsoft SQL Server
https://www.mssqltips.com/sqlservertip/2779/ways-to-compare-and-find-differences-for-sql-server-tables-and-data/?utm_source=dailynewsletter&utm_medium=email&utm_content=headline&utm_campaign=20211025
MSSQLTips.com
Ways to compare and find differences for SQL Server tables and data
This article shows different ways to compare SQL Server data, datatypes and tables using TSQL and some development tools.
Microsoft SQL Server
https://www.mssqltips.com/sqlservertip/7021/sql-format-number/?utm_source=dailynewsletter&utm_medium=email&utm_content=headline&utm_campaign=20211101
MSSQLTips.com
SQL Format Number with CAST, CONVERT and more
Use SQL format number functions like CAST, CONVERT, ROUND, CEILING, FLOOR and FORMAT for number formatting in SQL.
Microsoft SQL Server
https://www.mssqltips.com/sqlservertip/6947/becton-dickinson-dbdefence-sql-server-tde-encryption/
MSSQLTips.com
TDE Encryption for SQL Server Express and Medical Devices
Learn why Becton Dickinson has selected DBDefence to protect their SQL Server data with TDE encryption across numerous medical devices.
Microsoft SQL Server
https://www.mssqltips.com/sqlservertip/6769/sql-server-drop-table-if-exists/
MSSQLTips.com
SQL Server DROP TABLE IF EXISTS Examples
Learn various ways to check if a SQL Server table exists before trying to drop the table to avoid the table does not exist error.
Microsoft SQL Server
https://www.mssqltips.com/sqlservertip/7031/sql-server-data-power-apps/?utm_source=dailynewsletter&utm_medium=email&utm_content=headline&utm_campaign=20211102
Mssqltips
Working with SQL Server Data in Power Apps
In this article we look at how to create a basic Power App that allows saving data to a database table.
Microsoft SQL Server
https://www.mssqltips.com/sqlservertip/3083/sql-server-monitoring-with-solarwinds-server-and-application-monitor/
Mssqltips
SQL Server Performance Tuning Tips, Tutorials, Webinars and more
Valuable SQL Server Performance Tuning tips, tutorials, how-to's, scripts, and more for SQL Server DBAs.
Microsoft SQL Server
https://www.mssqltips.com/sqlservertip/7026/sql-server-index-hint-stored-procedure-query/?utm_source=dailynewsletter&utm_medium=email&utm_content=headline&utm_campaign=20211103
Mssqltips
Find All SQL Server Index Hints in Stored Procedures or Queries
In this article we look at a script you can use to find all index hints that are being used from the SQL Server cache and from stored procedure code.
Microsoft SQL Server
https://www.mssqltips.com/sqlservertip/7033/power-bi-concatenate-function-examples/?utm_source=dailynewsletter&utm_medium=email&utm_content=headline&utm_campaign=20211103
Mssqltips
Concatenate Data in Power BI with the DAX CONCATENATE Function
In this article we cover various ways join and concatenate data in Power BI by using the DAX CONCATENATE function.
Microsoft SQL Server
https://www.mssqltips.com/sqlservertip/1254/sql-server-clustered-tables-vs-heap-tables/?utm_source=dailynewsletter&utm_medium=email&utm_content=headline&utm_campaign=20211103
Mssqltips
SQL Server Clustered Tables vs Heap Tables
One very important design aspect when creating a new table is the decision to create or not create a clustered index. We will take a look at a few points to help with the decision.
Microsoft SQL Server
https://www.mssqltips.com/sqlservertip/4523/sql-server-performance-of-select-into-vs-insert-into-for-temporary-tables/?utm_source=dailynewsletter&utm_medium=email&utm_content=headline&utm_campaign=20211103
Mssqltips
SQL Server Performance SELECT INTO vs INSERT INTO for temp tables
SQL Server provides SELECT INTO and INSERT INTO for inserting data into temporary tables. In this tip we look at which performs better.
Microsoft SQL Server
https://www.mssqltips.com/sqlservertip/4738/powershell-commands-for-sql-server-reporting-services/?utm_source=dailynewsletter&utm_medium=email&utm_content=headline&utm_campaign=20211103
Mssqltips
PowerShell Commands for SSRS
In this tip we look at PowerShell commands you can use to manage SQL Server Reporting Services.
Microsoft SQL Server
https://www.mssqltips.com/sqlservertip/7014/sharepoint-list-crud-operations-using-python/?utm_source=dailynewsletter&utm_medium=email&utm_content=headline&utm_campaign=20211028
Mssqltips
SharePoint List CRUD Operations using Python
This article explains which Python library provides create, read, update, and delete (CRUD) operations on a SharePoint list along with examples.
Microsoft SQL Server
https://www.mssqltips.com/sqlservertip/5118/sql-server-cte-vs-temp-table-vs-table-variable-performance-test/
MSSQLTips.com
SQL Server CTE vs Temp Table vs Table Variable Performance Test
This article compares performance for a SQL Server temporary table, table variable and a CTE using some simple SELECT queries.
Microsoft SQL Server
https://www.mssqltips.com/sqlservertip/2429/how-to-identify-blocking-in-sql-server/
MSSQLTips.com
How to identify blocking in SQL Server
Learn about different ways to capture and identify blocking in SQL Server using TSQL, profiler, extended events, SSMS and more.
Microsoft SQL Server
https://www.mssqltips.com/sqlservertip/6947/becton-dickinson-dbdefence-sql-server-tde-encryption/
MSSQLTips.com
TDE Encryption for SQL Server Express and Medical Devices
Learn why Becton Dickinson has selected DBDefence to protect their SQL Server data with TDE encryption across numerous medical devices.
Microsoft SQL Server
https://www.mssqltips.com/sqlservertip/2340/resolving-could-not-open-a-connection-to-sql-server-errors/?utm_source=dailynewsletter&utm_medium=email&utm_content=headline&utm_campaign=20211028
MSSQLTips.com
Resolving could not open a connection to SQL Server errors
Guide to fix network-related or instance-specific errors related to could not open a connection to SQL Server.