Azure Database Support Blog

Options
736
SamGarth on Apr 22 2024 01:39 AM
1,177
Jose_Manuel_Jurado on Apr 01 2024 11:41 AM
1,588
Jose_Manuel_Jurado on Mar 30 2024 02:41 PM
1,224
Jose_Manuel_Jurado on Mar 18 2024 08:59 AM
1,445
Jose_Manuel_Jurado on Mar 15 2024 12:13 PM
2,359
jaigarcimicrosoft on Feb 02 2024 10:54 AM
1,777
Jose_Manuel_Jurado on Jan 16 2024 08:36 AM
1,963
Jose_Manuel_Jurado on Jan 16 2024 04:46 AM
1,937
Jose_Manuel_Jurado on Jan 16 2024 04:14 AM
2,717
jaigarcimicrosoft on Jan 16 2024 01:50 AM
2,475
Jose_Manuel_Jurado on Jan 14 2024 04:30 AM
2,548
Jose_Manuel_Jurado on Jan 13 2024 01:29 AM
1,693
Jose_Manuel_Jurado on Jan 11 2024 10:06 AM
2,050
Jose_Manuel_Jurado on Jan 11 2024 03:50 AM
1,327
Jose_Manuel_Jurado on Jan 08 2024 11:26 AM
2,552
Jose_Manuel_Jurado on Jan 08 2024 01:14 AM
3,025
Jose_Manuel_Jurado on Jan 07 2024 01:06 AM
2,578
Jose_Manuel_Jurado on Jan 05 2024 01:46 AM
1,724
Jose_Manuel_Jurado on Jan 03 2024 11:21 AM
1,915
Jose_Manuel_Jurado on Jan 03 2024 02:46 AM
2,014
Jose_Manuel_Jurado on Jan 03 2024 02:00 AM

Latest Comments

I used this method, but I am still unable to connect using private end point ip and useraname as username@servername to my managed instance. My username looks like email address removed for privacy reasons. Also I able to connect to port 1433 using IP from destination. Please let me know what else i...
0 Likes
In brief the error happens when trying to create a dacpac/bacpac from a database or database project (or build the database project) that has one of the following situations:1. SELECT * : using star(*) in a SELECT statement in a view2. 3 Part names: Including database name when referencing a table (...
0 Likes
Great lesson and something one would not even think about.Suggestion to change code @line 21 to :STRING_AGG(CONVERT(VARCHAR(max),sc1.StatisticName),'', '') WITHIN GROUP (ORDER BY sc1.StatisticName) AS StatisticsNames,This will prevent error when the comma delimeted statistics names exceed 8000 chara...
0 Likes
Hi, I'm facing a high CPU consumption on Named Replica, does rebuilding indexes and update statistics for the primary database also execute on a named replica?
0 Likes
@FonsecaSergio great article! we have intermittent issues with on-prem VM to SQL PE by using Azure DNS private resolver. can this article be updated with some best practices for trouble shooting with the Azure DNS private resolver architecture?
1 Likes