Viewing 15 posts - 7,846 through 7,860 (of 59,072 total)
I personally don't advocate the use of the PIVOT operator because it's not friendly and it's frequently almost twice as slow as the old "Black Arts" method of doing a...
--Jeff Moden
Change is inevitable... Change for the better is not.
January 19, 2020 at 7:02 pm
Dude! There's no need to triple post! It just spreads out answers and wastes other people's time because they cannot see all that's been posted.
Please folks... no answers here. Let's...
--Jeff Moden
Change is inevitable... Change for the better is not.
January 19, 2020 at 6:56 pm
Dude! There's no need to triple post! It just spreads out answers and wastes other people's time because they cannot see all that's been posted.
Please folks... no answers here. Let's...
--Jeff Moden
Change is inevitable... Change for the better is not.
January 19, 2020 at 6:55 pm
From what I can see, the current code tries an update. If there's nothing to update, it does an insert and then returns to try the same update again. That...
--Jeff Moden
Change is inevitable... Change for the better is not.
January 19, 2020 at 6:08 pm
I don't even know what "powerapps o flow" is.
If the machine hasn't recently been rebooted and the SQL Server Service hasn't recently been bounced, you could check sys.dm_db_index_usage_stats to see...
--Jeff Moden
Change is inevitable... Change for the better is not.
January 18, 2020 at 9:47 pm
Thanks, Frederico. I appreciate it.
--Jeff Moden
Change is inevitable... Change for the better is not.
January 18, 2020 at 9:23 pm
Can you recommend a starting point for a scalable way to find out these insert/update patterns across dozens or hundreds of SQL Servers?
The answer there is "Yes" but I'm...
--Jeff Moden
Change is inevitable... Change for the better is not.
January 18, 2020 at 9:13 pm
but it seems that DBAs who manage tons of servers have come up with a set of scripts (based on DMVs or other ways of getting insert/update metrics) they...
--Jeff Moden
Change is inevitable... Change for the better is not.
January 18, 2020 at 8:13 pm
... but it seems that DBAs who manage tons of servers have come up with a set of scripts (based on DMVs or other ways of getting insert/update metrics)...
--Jeff Moden
Change is inevitable... Change for the better is not.
January 18, 2020 at 8:11 pm
Teaching a man to fish...
sample powershell script that I use to copy/move files from a drop folder to dev/tst/prod destinations - dev/tst are "copy" while prod is "move"
some of...
--Jeff Moden
Change is inevitable... Change for the better is not.
January 17, 2020 at 11:18 pm
This would all output to an XML file. You can query it using SSMS or load it into a table using extended stored procs and XQuery.
...which is why I...
--Jeff Moden
Change is inevitable... Change for the better is not.
January 17, 2020 at 11:06 pm
Teaching a man to fish...
If we use almost the exact words from your post, do the following Google-Search.
approx memory required for in memory tables
--Jeff Moden
Change is inevitable... Change for the better is not.
January 17, 2020 at 10:55 pm
There's another strong and unavoidable issue with TempDB. They've made it so that it follows the same rules as if you invoked Trace Flag 1117 (equal file growth of all...
--Jeff Moden
Change is inevitable... Change for the better is not.
January 17, 2020 at 6:29 pm
I don't necessarily consider myself a complete [expert] in SQL Server, but that feeling isn't based on any inferiority complex, because I actually don't believe most self...
--Jeff Moden
Change is inevitable... Change for the better is not.
January 17, 2020 at 6:22 pm
I agree with the others on this, especially Scott. It reports a problem with the time being formatted incorrectly whether or not it includes the date or not. But, going...
--Jeff Moden
Change is inevitable... Change for the better is not.
January 17, 2020 at 4:21 pm
Viewing 15 posts - 7,846 through 7,860 (of 59,072 total)