#sqlhelp kết quả tìm kiếm
Anyone know where I can grab the Synapse Spark pool icon in lossless format such as png? Tried the usual places (az glyphs and icon packs) and haven't found it yet #sqlhelp cc. @MarkPM_MSFT

#SQLHelp #AzureSynapse What do I need to do so that the view I created (with a SQL Script in Synapse) show up in the Views in the Synapse Studio UI? I can see it from SSMS?

Synapse pipeline most useless error message ever! Pipeline validates but debug results in this!!! Anyone have any idea how to figure out what it's mad about! It worked before and then I made some changes. I really don't want to undo all I did. #SQLHelp

#sqlhelp Does anyone know of any downsides to using OPTIMIZE_FOR_SEQUENTIAL_KEY?
Hiya #sqlhelp, I have a contact who's looking for SQL container-related groups/communities/online resources. Who's got STUFF for them? And by stuff I mean recommendations. #sqlfamily

#sqlhelp does a parallel batch mode hash aggregate need a lot more memory than what SQL Server normally estimates? 44 billion row columnstore table. Query is simple: SELECT DISTINCT column_one, column_two. Data types are bigint and nvarchar(500). Optimizer guesses about 5 million…
#sqlhelp Has anyone figured out a way to change the time zone setting on an Azure Managed Instance? I know the documentation says it's not possible, I'm just hoping it's wrong or out of date or maybe someone figured out a hack?
in a powerbi report, i used conditional formatting with icon on the values of 0 and 1, coloring them red and green. Most fields work. A few simply refuse to work. I cannot determine why. They are all configured the same way. Some seemingly ignore the values #sqlhelp

I noticed avg write stalls on tempdb of over 100ms. I raised the issue and was told it doesn't hurt user queries because those writes happen in memory. I always thought writes to data files were physical IO that happen during working in tempdb. Can someone clarify? #sqlhelp
Does anyone know which command you should use to override a default Lakehouse in a Notebook in #microsoftfabric? So you can parameterize it in an easy way. You can see it in DevOps, but how to overrule this data. #sqlhelp #mvpbuzz

What is the smallest entity read into cache is it a page or an extent (or something different) google isn’t much help. Thanks #sqlhelp
#sqlhelp Anyone else using a business-critical managed instance on Azure? When I go to the compute & storage tab it's showing that we have 4 vCores and 1tb of storage. Both of which are very much not true.
Does Oracle support sorting dates with a sense of humor, or do they strictly prefer chronological sarcasm? Source: devhubby.com/thread/how-to-… #Database #TechTips #SQLHelp #OracleHelp #oracle #date

How do I write a query that will get me a list of workers that earn above average salary? #sqlhelp #DataAnalysis
@SQLServer I have tried and done all things to install SQL server but unable to install, the same problem comes again and again . Please help me #sqlhelp

#sqlhelp Does anyone know of any downsides to using OPTIMIZE_FOR_SEQUENTIAL_KEY?
You can only adjust that upon creation. In order to change it you have to nuke the MI and start over IIRC. I do not know of any way to change it after it's been created. learn.microsoft.com/en-us/azure/az… #sqlhelp
#sqlhelp Has anyone figured out a way to change the time zone setting on an Azure Managed Instance? I know the documentation says it's not possible, I'm just hoping it's wrong or out of date or maybe someone figured out a hack?
From my understanding, that trace flag is applicable to SQL Server 2016, 2017, and 2019. SQL 2022 should be functional without the trace flag applied. #sqlhelp support.microsoft.com/en-us/topic/kb…
For SQL friends - is TF 8291 needed to enable the associated patch in SQL 2022, or is it on by default and the TF is only needed in 2019 and lower? #sqlhelp
Hi #SQLHelp. MS state that they have only ever tested an Always On SQL instance with 100 databases. Anyone out there have experience of having more than that? I know the general limitation is 32K databases on an instance. We have powerful hardware and SQL 2022 Enterprise. Thanks
Right off the top of my head back up to URL is not supported in Azure SQL DB or in Fabric SQL DB. However, back up to URL is supported on Azure SQL MI or in SQL Server if you have a configuration to Azure or if you are in an Azure SQL VM #sqlhelp
Trying to run Azure blob backups to URL but getting this error: "Exception 0xc06d007e EXCEPTION_MOD_NOT_FOUND for module 'sqlfabric.dll' (Error: The specified module could not be found." - what feature or setup option did we miss during install? @SQLBalls @TalesftField #SQLhelp
l am testing @Veeam plug-in for #sqlserver . lt seems like their concept of full and different restore is the same. #sqlhelp community am l doing something wrong ?
#sqlhelp Howdy! Anyone run two (or more) concurrent DiskSpd tests to simulate a workload? Wonder if there are any special considerations.
Looking for a SQL Server expert to help boost your company's performance? Look no further! Contact us today for more information and let's take your database to the next level. #ContactUs #TechSolutions #SQLHelp #DatabaseConsultant #SQLPerformance #TechSupport #SQLOptimization

Database giving you trouble? SQL, MySQL, PostgreSQL — I design, fix, and optimize databases for you. DM today. #DatabaseHelp #SQLHelp #ProgrammingExpert
Need urgent help with C#, Python, SQL, or Web Development Projects? ✅ Clean code, fast delivery ✅ Assignments | Bug Fixes | Custom Projects Trusted freelance developer on Fiverr! 🔗 fiverr.com/s/8zDyPZv #PythonDeveloper #CSharp #SQLHelp #CodeHelp #FreelancerForHire #WebDev

Yes. That is the DMV I was using. If I can consistently cause spills, I expect to see the write values on data files change. If that's the cause of the latency, I can probably use xEvents to find when the spills are happening. #sqlhelp
I have 2 questions about SSMS 21: 1. How to best install and upgrade it in an offline environment at scale? 2. Will it still be security patched via Windows Update? #sqlhelp
I most certainly could be wrong (and I'm jetlagged), but yeah, my understanding is that those are physical writes. Memory first, yes, but also down to disk. #sqlhelp
I noticed avg write stalls on tempdb of over 100ms. I raised the issue and was told it doesn't hurt user queries because those writes happen in memory. I always thought writes to data files were physical IO that happen during working in tempdb. Can someone clarify? #sqlhelp
I exported ssis packages to .ispac file. When I import that in VS 2019, it goes into Misc. folder and doesn't show packages but like the attached image. #sqlhelp #ssishelp what am I doing wrong?

SQL Functions goo.gl/iiLe7V #SQL #sqlhelp #Database #PHP #javascript #Java #webdev #appdev #AppDevelopment #tech #softwaredevelopment #SoftwareEngineering #mysql #Backend

Trying to dynamically create tables using parameters in a way that prevents SQL injection, can't find an answer #sqlhelp

I don’t understand the max grant percent query hint. Every website reference regurgitates the docs without any real value. The docs say if the max is less than a query needs, the full query memory is granted (so it does nothing). Then what does it do?! #sqlhelp

Strange finding on a SQL Server running on vmware. Server is configured as 4 sockets, 10 cores each. SQL Server Properties > Processors shows all 40 cores, but 8 each on Node 0, 2, 4, 6 and 2 cores each for Node 1, 3, 5. What gives? #sqlhelp #sqlfamily @sqL_handLe

anyone in @AzureDataStudio land or #sqlhelp land know where to find a missing provided jupyter book? it's linked to by several other provided books but it doesn't appear to exist on my system

Day 35 Continuing an SQL course on Udemy. I'll just leave a cheat sheet here. #100DaysOfCode #sqlhelp

All About SQL: Structured Query Language myfrugalbusiness.com/2019/06/sql-st… #SQL #SQLServer #SQLHelp #Databases

SQL For Data Science With Google Big Query #DeepLearning #DataScience #sqlhelp #Analytics couponed12.com/2020/10/sql-fo…

SQL BETWEEN Operator goo.gl/P9aVl4 #SQL #SQLServer #sqlhelp #webdev #DevOps #tech #Programming #coding #Java #javascript #Database #softwaredevelopment #webdev #appdev #appdevelopment #MySQL

Day 92: Out Of Order?! Another day of SQL practice, and my id numbers are looking a bit...off? Any clues why? #100DaysOfCode #sqlhelp

I have a SQL instance that connects using domain admin details successfully whilst on the server itself. When I try connecting from my locally installed SSMS with the same admin credentials I get this error. Anyone know my probably obvious mistake?! #sqlhelp

Something went wrong.
Something went wrong.
United States Trends
- 1. phil 31.1K posts
- 2. Columbus 188K posts
- 3. PHAN 54.5K posts
- 4. President Trump 1.2M posts
- 5. Middle East 295K posts
- 6. Brian Callahan 11.9K posts
- 7. Thanksgiving 58.4K posts
- 8. #IndigenousPeoplesDay 14.8K posts
- 9. Titans 39K posts
- 10. Azzi 9,788 posts
- 11. Cam Talbot N/A
- 12. Macron 232K posts
- 13. Vrabel 7,017 posts
- 14. #UFC323 4,117 posts
- 15. Cape Verde 22.7K posts
- 16. HAZBINTOOZ 7,182 posts
- 17. Marc 53.2K posts
- 18. Cejudo 1,227 posts
- 19. #DonnaAdelson N/A
- 20. Sabres 4,152 posts