Viewing 15 posts - 7,861 through 7,875 (of 59,091 total)
IF there are any stored procedures, the joins in those store procedures can provide some important clues. I suspect that, because of the lack of keys, there probably aren't many...
--Jeff Moden
Change is inevitable... Change for the better is not.
January 22, 2020 at 1:17 pm
Hi All,
The DBA who was before me had used the Ola's code in the sql job. But as i found out, it did not removed fragmentation. So i tried...
--Jeff Moden
Change is inevitable... Change for the better is not.
January 22, 2020 at 12:45 pm
It would be nice if you told us what column you added and what it contains. It would also be nice if you posted readily consumable data so we can...
--Jeff Moden
Change is inevitable... Change for the better is not.
January 21, 2020 at 3:27 pm
I'm not sure whether or not you meant this to be a separate post or a post on some other thread, but I absolutely agree.
I'll also state that RegEx, especially...
--Jeff Moden
Change is inevitable... Change for the better is not.
January 19, 2020 at 7:09 pm
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
Viewing 15 posts - 7,861 through 7,875 (of 59,091 total)