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/6935/find-sql-nolock-problematic-patterns/?utm_source=dailynewsletter&utm_medium=email&utm_content=headline&utm_campaign=20210802
Mssqltips
Find SQL NOLOCK Problematic Patterns
Using NOLOCK hint for SQL Server updates or deletes can problematic in this tip we look at how to identify these problematic statements.
Microsoft SQL Server
https://www.mssqltips.com/sqlservertip/6922/azure-data-factory-data-flows/?utm_source=dailynewsletter&utm_medium=email&utm_content=headline&utm_campaign=20210802
Mssqltips
Azure Data Factory Data Flows
This article covers what data flows are in Azure Data Factory and how to get started with using data flows in ADF.
Microsoft SQL Server
https://www.mssqltips.com/sqlservertip/6939/sql-server-file-snapshot-backups/?utm_source=dailynewsletter&utm_medium=email&utm_content=headline&utm_campaign=20210806
Mssqltips
SQL Server File Snapshot Backups
In this article we look at how you can create file snapshot backups for your on-premises SQL Server databases.
Microsoft SQL Server
https://www.mssqltips.com/sqlservertip/4696/study-material-for-exam-70764-administering-a-sql-database-infrastructure/?utm_source=dailynewsletter&utm_medium=email&utm_content=headline&utm_campaign=20210806
Mssqltips
Study material for exam 70-764 Administering a SQL Database Infrastructure
I am going to take the Microsoft exam 70-764, Administering a SQL Database Infrastructure. I would like to know what materials I can use to study and help pass this exam.
Microsoft SQL Server
https://www.mssqltips.com/sqlservertip/6942/exploring-snowflake-tasks/?utm_source=dailynewsletter&utm_medium=email&utm_content=image&utm_campaign=20210809
Mssqltips
Exploring Snowflake Tasks
In this article we look at how to schedule SQL statements in Snowflake by using tasks with a step by step example of how this can be done.
Microsoft SQL Server
https://www.mssqltips.com/sqlservertip/6906/analyze-live-data-from-snowflake-with-ssas-and-cdata-adonet-adaptor/
Mssqltips
Analyze Live Data from Snowflake with SSAS and CData ADO.NET Adaptor
Learn about CData ADO.NET adaptor for Snowflake and SSAS Multidimensional to query Snowflake data with SSAS and Power BI.
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/1397/add-or-drop-identity-property-for-an-existing-sql-server-column/?utm_source=dailynewsletter&utm_medium=email&utm_content=headline&utm_campaign=20210809
Mssqltips
Add or drop identity property for an existing SQL Server column
One nice feature of SQL Server is identity columns, but if you need to add or drop the identity property for an existing column it is not that easy.
Microsoft SQL Server
https://www.mssqltips.com/sqlservertip/6936/find-problematic-sql-nolock-patterns-update-delete/?utm_source=dailynewsletter&utm_medium=email&utm_content=headline&utm_campaign=20210809
Mssqltips
Finding problematic SQL NOLOCK patterns for UPDATE and DELETE
Using the NOLOCK hint for doing updates or deletes in SQL Server can be problematic. This tip includes code to quickly find these problem statements.
Microsoft SQL Server
https://www.mssqltips.com/sqlservertip/6924/sql-update-from-select-join-merge/?utm_source=dailynewsletter&utm_medium=email&utm_content=headline&utm_campaign=20210809
Mssqltips
SQL UPDATE from SELECT, JOIN or MERGE
In this article learn how to update data in a SQL Server table from another table using a JOIN, the MERGE statement or a subquery.
Microsoft SQL Server
https://www.mssqltips.com/sqlservertip/5021/how-to-monitor-storage-performance-with-a-single-application/
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/4570/access-mysql-data-from-sql-server-via-a-linked-server/?utm_source=dailynewsletter&utm_medium=email&utm_content=headline&utm_campaign=20210817
Mssqltips
Access MySQL data from SQL Server via a Linked Server
There are often times when you need to access data from MySQL from within SQL Server. You could export and import the data, but another option is to create a linked server from SQL Server to MySQL. In this tip we walk through how this can be done for MyS
Microsoft SQL Server
https://www.mssqltips.com/sqlservertip/5632/implement-a-slowly-changing-type-2-dimension-in-sql-server-integration-services-part-1/?utm_source=dailynewsletter&utm_medium=email&utm_content=headline&utm_campaign=20210817
MSSQLTips.com
Implement a Slowly Changing Type 2 Dimension in SSIS - Part 1
In this tip we look at how you can implement a type 2 slowly changing dimension with SQL Server Integration Services.
Microsoft SQL Server
https://www.mssqltips.com/sqlservertip/6938/create-populate-subset-pandas-dataframe-csv/?utm_source=dailynewsletter&utm_medium=email&utm_content=headline&utm_campaign=20210816
Mssqltips
Create, Populate, and Subset a Pandas Dataframe from a CSV File
Learn how to transfer data via a CSV file from a SQL Server database to a Pandas dataframe and then subset the dataframe in Python.
Microsoft SQL Server
https://www.mssqltips.com/sqlservertip/6943/build-better-ssrs-reports/?utm_source=dailynewsletter&utm_medium=email&utm_content=headline&utm_campaign=20210816
Mssqltips
Build Better SSRS Reports - Things I Wish I Knew
Learn five things you should know about SSRS to help you build and create better reports using SQL Server Reporting Services.
Microsoft SQL Server
https://www.mssqltips.com/sqlservertip/1216/executing-a-tsql-batch-multiple-times-using-go/?utm_source=dailynewsletter&utm_medium=email&utm_content=headline&utm_campaign=20210816
MSSQLTips.com
Executing a TSQL batch multiple times using GO
Learn how to execute the same batch of SQL Server commands X number of times using the SQL Server GO command.
Microsoft SQL Server
https://www.mssqltips.com/sqlservertip/6946/sql-server-filtered-index-example/?utm_source=dailynewsletter&utm_medium=email&utm_content=headline&utm_campaign=20210816
Mssqltips
SQL Server Filtered Index Example
Learn about filtered indexes in SQL Server with this example along with pros and cons and how SQL Server handles filtered indexes.
Microsoft SQL Server
https://www.mssqltips.com/sqlservertip/6940/getting-started-with-microsoft-dataverse/?utm_source=dailynewsletter&utm_medium=email&utm_content=headline&utm_campaign=20210819
Mssqltips
Getting Started with Microsoft Dataverse
Learn about Dataverse which is part of the Power Platform. The article explains advantages and how this could be used for Power Apps and Power BI.
Microsoft SQL Server
https://www.mssqltips.com/sqlservertip/5020/using-solarwinds-database-performance-analyzer-to-diagnose-performance-issues/
Mssqltips
Improve Your Database Efficiency with SolarWinds Database Insights
Learn about SolarWinds Database Insights which combines two enterprise-ready products: Database Performance Analyzer (DPA) and SQL Sentry.
Microsoft SQL Server
https://www.mssqltips.com/sqlservertip/6957/salesforce-quickbooks-snowflake-integration-cdata-ssis-connectors/?utm_source=dailynewsletter&utm_medium=email&utm_content=headline&utm_campaign=20210823
Mssqltips
Salesforce, QuickBooks and Snowflake Integration with CData SSIS
Learn about CData SSIS connectors for Salesforce and QuickBooks Online integration then upload data to Snowflake data warehouse.