#sqlserver@MSFTLearn@MSSQLTips @PASSDataComm @SQLServerCentrl
Hi, I’m trying to install several SQL Server versions, but I keep getting errors.I’ve tried fixing them with AI, but the errors come back. I’ve also tried different setup files Can you help me? It’s for studying.
#TSQL | Rolling Up Multiple Rows into a Single Row and Column for SQL Server
>> mssqltips.com/sqlservertip/2…
Learn how to roll-up multiple rows into one row and one column with concatenation in SQL Server with FOR XML, STUFF and STRING_AGG.
#SQLServer#MSSQLTips
Today's Tip | Convolutional Neural Networks for Machine Learning
>> mssqltips.com/sqlservertip/1…
This tip simplifies Convolutional Neural Networks by focusing on their structure, how they extract features from images, and applications.
#AI#MachineLearning#MSSQLTips
Today's Tip | SQL Server Memory Optimized Table Variable vs. Temporary Table Performance Comparison
>> mssqltips.com/sqlservertip/1…
This article looks at a #SQLServer memory-optimized table variable versus a temporary table to see which performs better.
#PerformanceTuning#MSSQLTips