Viewing 15 posts - 8,236 through 8,250 (of 59,091 total)
We combine OPENQUERY against a LinkedServer and it does appear to help performance quite a bit (especially when pointing at AS400s or IBM PowerSystems). I have no measured stats on...
--Jeff Moden
Change is inevitable... Change for the better is not.
December 3, 2019 at 5:13 pm
So periodically save the contents of sys.dm_exec_sessions to a table would be a good option?
I agree with John and will restate it... sys.dm_exec_sessions isn't the best idea by a...
--Jeff Moden
Change is inevitable... Change for the better is not.
December 3, 2019 at 4:27 pm
Shoot... I'm just happy to be on someone's list. 😀 😀 😀
I meet Steve and Grant before they knew how to spell RedGate. I don't remember exactly but it was...
--Jeff Moden
Change is inevitable... Change for the better is not.
December 3, 2019 at 4:22 pm
good evening
I need to migrate packages ssis 2008 to 2017
I am looking for a method to export my packages that are on the 2008 server
on the net I find...
--Jeff Moden
Change is inevitable... Change for the better is not.
December 3, 2019 at 4:16 pm
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
Viewing 15 posts - 8,236 through 8,250 (of 59,091 total)