Viewing 15 posts - 8,221 through 8,235 (of 59,072 total)
Query store capture long running query for last 1 hr period in following format
(@P1 bigint, @P2 bigint, @P3 bigint, ...@P120 )select Order_Id from Orders where item_Id in (@P1, @P2,...
--Jeff Moden
Change is inevitable... Change for the better is not.
December 3, 2019 at 4:10 pm
Thanks for the feedback. IIRC correctly, PureStorage also makes it pretty easy to add on later.
As a bit of a sidebar and especially with SSDs, I tend to "over-provision". It's...
--Jeff Moden
Change is inevitable... Change for the better is not.
December 3, 2019 at 3:57 pm
Are you going to have more than 2 million records in the table? If so, probably want that to be a bigint.
Heh... I know you meant BILLION...
--Jeff Moden
Change is inevitable... Change for the better is not.
December 3, 2019 at 3:53 pm
Event marketing and promotion
Reusable 2020 SQL Saturday in Los Angeles Event flyer (printer-friendly) in a Word format
Great and thoughtful idea, Steve, but I'm not sure what you mean by...
--Jeff Moden
Change is inevitable... Change for the better is not.
December 3, 2019 at 7:11 am
What was the average percent of page fullness both before and after you started? I can show you how to make better estimates with that information and with knowing what...
--Jeff Moden
Change is inevitable... Change for the better is not.
December 3, 2019 at 7:04 am
I've always been frustrated by things like that. It's a complete tease that MS built into the system. My answer has always been to use xp_CmdShell for such things... and,...
--Jeff Moden
Change is inevitable... Change for the better is not.
December 3, 2019 at 6:54 am
My recommendation is just buy some more SSD. Maybe even buy some less expensive spinning rust where you can move some filegroups to for things like audit tables and the...
--Jeff Moden
Change is inevitable... Change for the better is not.
December 3, 2019 at 6:49 am
Thanks, figured out the access issue
Can you kindly tell us what you figured out? It'll help other folks (and me 😉 ). Thanks.
--Jeff Moden
Change is inevitable... Change for the better is not.
December 3, 2019 at 6:45 am
"Do not be afraid to ask questions"
I think this also applies to: Do not be afraid to post your anwers and solutions here on the forum.
Even if it is...
--Jeff Moden
Change is inevitable... Change for the better is not.
December 3, 2019 at 6:36 am
I've found that Full Backups are taken through a snapshot of the VM itself within Azure and in return it breaks the log chain. That was what started my...
--Jeff Moden
Change is inevitable... Change for the better is not.
December 3, 2019 at 6:04 am
I've used it to troubleshoot, wondering if two connections had different settings. Getting a raw number and comparing them worked for me. I haven't really used this to decode...
--Jeff Moden
Change is inevitable... Change for the better is not.
December 3, 2019 at 5:51 am
Thank you Jeff. Yes I am painfully aware that the code is different. It took me a very long time to figure out the SQL query and am really...
--Jeff Moden
Change is inevitable... Change for the better is not.
December 3, 2019 at 5:49 am
Thanks Grant/Jeff, that is exactly my methodology as well that I just wanted to confirm.
What do you both do surrounding the VM backup, because if you have the "SQL...
--Jeff Moden
Change is inevitable... Change for the better is not.
December 3, 2019 at 5:41 am
And surrogate keys can and usually are durable keys.
--Jeff Moden
Change is inevitable... Change for the better is not.
December 2, 2019 at 3:46 pm
that would only work on a very small environment right? I've got 64 prod servers and nearly 200 total including non-prod, and the number of times in the last...
--Jeff Moden
Change is inevitable... Change for the better is not.
December 2, 2019 at 3:43 pm
Viewing 15 posts - 8,221 through 8,235 (of 59,072 total)